RareLink Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Severity Value Set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "severity-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet severity-vs</b></p><a name=\"severity-vs\"> </a><a name=\"hcseverity-vs\"> </a><a name=\"severity-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/24484000\">24484000</a></td><td>Severe</td></tr><tr><td><a href=\"http://snomed.info/id/6736007\">6736007</a></td><td>Moderate</td></tr><tr><td><a href=\"http://snomed.info/id/255604002\">255604002</a></td><td>Mild</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://rarelink.bih-charite.de/fhir/ValueSet/severity-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "SeverityVS"] ; #
fhir:title [ fhir:v "Severity Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-05-12T08:03:20+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Berlin Institute of Health - Charité Universitätsmedizin Berlin"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Berlin Institute of Health - Charité Universitätsmedizin Berlin" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/BIH-CEI/RareLink" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "adam.graefe@charite.de" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for severity levels of conditions."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "24484000" ] ;
fhir:display [ fhir:v "Severe" ] ] [
fhir:code [ fhir:v "6736007" ] ;
fhir:display [ fhir:v "Moderate" ] ] [
fhir:code [ fhir:v "255604002" ] ;
fhir:display [ fhir:v "Mild" ] ] ) ] )
] . #