@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f206"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "f206"

status: final

code: Blood culture (acmelabs.org#104177; LOINC#600-7 "Bacteria identified in Blood by Culture")

subject: Patient/f201: Roel "Roel"

issued: 11/03/2013 8:28:00 PM

performer: Practitioner/f202: Luigi Maas "Luigi Maas"

value: Staphylococcus aureus (SNOMED CT#3092008)

interpretation: Positive (ObservationInterpretation#POS)

method: Blood culture for bacteria, including anaerobic screen (SNOMED CT#104177005)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acmelabs.org" ]; fhir:Coding.code [ fhir:value "104177" ]; fhir:Coding.display [ fhir:value "Blood culture" ] ], [ fhir:index 1; a loinc:600-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "600-7" ]; fhir:Coding.display [ fhir:value "Bacteria identified in Blood by Culture" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/f201" ]; fhir:Reference.display [ fhir:value "Roel" ] ]; fhir:Observation.issued [ fhir:value "2013-03-11T10:28:00+01:00"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f202" ]; fhir:Reference.display [ fhir:value "Luigi Maas" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:3092008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "3092008" ]; fhir:Coding.display [ fhir:value "Staphylococcus aureus" ] ] ]; fhir:Observation.interpretation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ]; fhir:Coding.code [ fhir:value "POS" ] ] ]; fhir:Observation.method [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:104177005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "104177005" ]; fhir:Coding.display [ fhir:value "Blood culture for bacteria, including anaerobic screen" ] ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------