@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/ExampleISiKLaboruntersuchungMaximal> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleISiKLaboruntersuchungMaximal"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchung" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKLaboruntersuchung>
]
] ;
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: Observation ExampleISiKLaboruntersuchungMaximal</b></p><a name=\"ExampleISiKLaboruntersuchungMaximal\"> </a><a name=\"hcExampleISiKLaboruntersuchungMaximal\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKLaboruntersuchung.html\">ISiKLaboruntersuchung</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://loinc.org 18727-8}\">Serologie</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 13317-3}\">Methicillin-resistenter Staphylococcus aureus [Nachweis] in Probenmaterial mittels erregerspezifischer Kultur</span></p><p><b>subject</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>effective</b>: 2021-09-01 12:00:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerWalterArzt.html\">Practitioner Walter Arzt(official)</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 10828004}\">Positiv</span></p><p><b>note</b>: </p><blockquote><div><p>MRSA-Nachweis positiv. Isolat zur weiteren Typisierung eingesandt.</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 83581000052107}\">Matrix-assisted laser desorption/ionization time-of-flight mass spectrometry technique</span></p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "laboratory" ]
]
], [
fhir:index 1 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:18727-8 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "18727-8" ] ;
fhir:Coding.display [ fhir:value "Serologie" ]
]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:13317-3 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "13317-3" ] ;
fhir:Coding.display [ fhir:value "Methicillin-resistenter Staphylococcus aureus [Nachweis] in Probenmaterial mittels erregerspezifischer Kultur" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2021-09-01T12:00:00Z"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/PractitionerWalterArzt> ;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerWalterArzt" ]
] ;
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:10828004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "10828004" ] ;
fhir:Coding.display [ fhir:value "Positiv" ]
]
] ;
fhir:Observation.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "MRSA-Nachweis positiv. Isolat zur weiteren Typisierung eingesandt." ]
] ;
fhir:Observation.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:83581000052107 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "83581000052107" ] ;
fhir:Coding.display [ fhir:value "Matrix-assisted laser desorption/ionization time-of-flight mass spectrometry technique" ]
]
] .
<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/PractitionerWalterArzt> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/ExampleISiKLaboruntersuchungMaximal.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/ExampleISiKLaboruntersuchungMaximal.ttl> .
IG © 2026+ gematik GmbH. Paket amts#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report