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 "ObservationCodesPCT"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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 [Masse/Volumen] in Serum oder 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>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://gematik.de/fhir/isik/ValueSet/ObservationCodesPCT"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/isik/ValueSet/ObservationCodesPCT> ] ; # fhir:version [ fhir:v "6.0.0-rc"] ; # fhir:name [ fhir:v "ObservationCodesPCT"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-12-17"^^xsd:date] ; # fhir:publisher [ fhir:v "gematik GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "gematik GmbH" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://gematik.de" ] ] ) ] ) ; # fhir:description [ fhir:v "Enthält LOINC-Codes für die Observation PCT"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; ( fhir:concept [ fhir:code [ fhir:v "33959-8" ] ; fhir:display [ fhir:v "Procalcitonin [Masse/Volumen] in Serum oder Plasma" ] ] [ fhir:code [ fhir:v "75241-0" ] ; fhir:display [ fhir:v "Procalcitonin [Masse/Volumen] in Serum oder Plasma mittels Immunoassay" ] ] [ fhir:code [ fhir:v "51637-7" ] ; fhir:display [ fhir:v "Thrombokrit [Volumenfraktion] in Blut" ] ] ) ] ) ] . #