NAPKON Pediatrics Module
1.0.0 - trial-use

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

: Medical History Stem Cell Transplants ICD - 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 "medical-history-stem-cell-transplant-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> version <code>2022</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>Z94.80</td><td>Zustand nach hämatopoetischer Stammzelltransplantation ohne gegenwärtige Immunsuppression</td></tr><tr><td>Z94.81</td><td>Zustand nach hämatopoetischer Stammzelltransplantation mit gegenwärtiger Immunsuppression</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://www.napkon.de/fhir/ValueSet/medical-history-stem-cell-transplant-icd"];
  fhir:ValueSet.version [ fhir:value "1.0.0"];
  fhir:ValueSet.name [ fhir:value "MedicalHistoryStemCellTransplantICD"];
  fhir:ValueSet.title [ fhir:value "Medical History Stem Cell Transplants ICD"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2021-10-08"^^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 "Medical history linked to stem cells or bone marrow transplant for pediatric patients"];
  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.version [ fhir:value "2022" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Z94.80" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Zustand nach hämatopoetischer Stammzelltransplantation ohne gegenwärtige Immunsuppression" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Z94.81" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Zustand nach hämatopoetischer Stammzelltransplantation mit gegenwärtiger Immunsuppression" ]       ]     ]
  ].

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

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