NAPKON GECCO+
1.0.0 - ci-build

NAPKON GECCO+ - Local Development build (v1.0.0). See the Directory of published versions

: Symptoms (ICD-10-GM) - TTL Representation

Raw ttl | Download


@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 "geccoplus-symptoms-icd"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://fhir.de/CodeSystem/bfarm/icd-10-gm</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>M79.19</td><td>Myalgie: Nicht näher bezeichnete Lokalisation</td></tr><tr><td>R42</td><td>Schwindel und Taumel</td></tr><tr><td>R07.4</td><td>Brustschmerzen, nicht näher bezeichnet</td></tr><tr><td>J02.9</td><td>Akute Pharyngitis, nicht näher bezeichnet</td></tr><tr><td>J34.8</td><td>Sonstige näher bezeichnete Krankheiten der Nase und der Nasennebenhöhlen</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://www.napkon.de/fhir/ValueSet/geccoplus-symptoms-icd"];
  fhir:ValueSet.version [ fhir:value "1.0.0"];
  fhir:ValueSet.name [ fhir:value "SymptomsICD"];
  fhir:ValueSet.title [ fhir:value "Symptoms (ICD-10-GM)"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2021-11-29"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "Charité - Universitätsmedizin Berlin"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.bihealth.org/en/research/core-facilities/interoperability/" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Value set for symptoms in the context of GECCO+ (ICD-10-GM)"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/icd-10-gm" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "M79.19" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Myalgie: Nicht näher bezeichnete Lokalisation" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "R42" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Schwindel und Taumel" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "R07.4" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Brustschmerzen, nicht näher bezeichnet" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "J02.9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Akute Pharyngitis, nicht näher bezeichnet" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "J34.8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Sonstige näher bezeichnete Krankheiten der Nase und der Nasennebenhöhlen" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.