Diabetes DMP IG (R4)
0.0.1 - CI Build
Diabetes DMP IG (R4) - Local Development build (v0.0.1). See the Directory of published versions
Draft as of 2022-03-15 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Resource.id [ fhir:value "ddg-dmp-relevant-events"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><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/398887003\">398887003</a></td><td>Renal replacement (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/193699007\">193699007</a></td><td>Blindness - both eyes</td></tr><tr><td><a href=\"http://snomed.info/id/81723002\">81723002</a></td><td>Amputation</td></tr><tr><td><a href=\"http://snomed.info/id/22298006\">22298006</a></td><td>Myocardial infarction</td></tr><tr><td><a href=\"http://snomed.info/id/230690007\">230690007</a></td><td>CVA - Cerebrovascular accident</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-ddg-dmp-relevant-events.html\"><code>http://deutsche-diabetes-gesellschaft.de/fhir/ig/dmp-diabetes/CodeSystem/ddg-dmp-relevant-events</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=\"CodeSystem-ddg-dmp-relevant-events.html#ddg-dmp-relevant-events-none_from_list\">none_from_list</a></td><td>No event from list</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://deutsche-diabetes-gesellschaft.de/fhir/ig/dmp-diabetes/ValueSet/ddg-dmp-relevant-events"];
fhir:ValueSet.version [ fhir:value "0.0.1"];
fhir:ValueSet.name [ fhir:value "DdgDmpRelevantEvents"];
fhir:ValueSet.title [ fhir:value "DDG DMP Relevant Events"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.date [ fhir:value "2022-03-15T00:00:00+00:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "Open Connections"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Open Connections" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.open-connections.de/" ] ]
];
fhir:ValueSet.description [ fhir:value "DDG DMP Relevant Events"];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "DEU" ] ]
];
fhir:ValueSet.copyright [ fhir:value "CC-BY-SA-4.0"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "398887003" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "193699007" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "81723002" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "22298006" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "230690007" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://deutsche-diabetes-gesellschaft.de/fhir/ig/dmp-diabetes/CodeSystem/ddg-dmp-relevant-events" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "none_from_list" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.