@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 -------------------------------------------------------------------

<https://gematik.de/fhir/isik/ValueSet/ObservationCodesPCT> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ObservationCodesPCT"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ObservationCodesPCT</b></p><a name=\"ObservationCodesPCT\"> </a><a name=\"hcObservationCodesPCT\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/33959-8/\">33959-8</a></td><td>Procalcitonin [Mass/volume] in Serum or Plasma</td></tr><tr><td><a href=\"https://loinc.org/75241-0/\">75241-0</a></td><td>Procalcitonin [Masse/Volumen] in Serum oder Plasma mittels Immunoassay</td></tr><tr><td><a href=\"https://loinc.org/51637-7/\">51637-7</a></td><td>Thrombokrit [Volumenfraktion] in Blut</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://gematik.de/fhir/isik/ValueSet/ObservationCodesPCT"] ;
  fhir:ValueSet.version [ fhir:value "6.0.0"] ;
  fhir:ValueSet.name [ fhir:value "ObservationCodesPCT"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-01"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "gematik GmbH"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "gematik GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://gematik.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Enthält LOINC-Codes für die Observation PCT"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "33959-8" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Procalcitonin [Mass/volume] in Serum or Plasma" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "75241-0" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Procalcitonin [Masse/Volumen] in Serum oder Plasma mittels Immunoassay" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "51637-7" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Thrombokrit [Volumenfraktion] in Blut" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://gematik.de/fhir/isik/ValueSet/ObservationCodesPCT.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

