CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
: CH LAB-Order Observation Example of Microbiological Growth anaerobic - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ObservationMicrobiolGrowthAnaerobic"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationMicrobiolGrowthAnaerobic</b></p><a name=\"ObservationMicrobiolGrowthAnaerobic\"> </a><a name=\"hcObservationMicrobiolGrowthAnaerobic\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-4-sepsis-ServiceRequest.html\">ServiceRequest: identifier = Placer Identifier: Y274589; status = active; intent = original-order; priority = urgent; reasonCode = Sepsis screening</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 90435-9}\">Microorganism preliminary growth [Presence] in Blood by Aerobe culture</span></p><p><b>subject</b>: <a href=\"Patient-SaraSpeckmann.html\">Sara Speckmann</a></p><p><b>effective</b>: 2025-03-16 06:20:17+0000 --> 2025-03-16 06:50:17+0000</p><p><b>issued</b>: 2025-03-16 07:10:17+0000</p><p><b>performer</b>: <a href=\"PractitionerRole-EvaErlenmeyerLaborPipette.html\">E. Erlenmeyer, Labor Pipette</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 260413007}\">None</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></p><p><b>note</b>: </p><blockquote><div><p>No growth after 48 hours of incubation</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 104177005}\">Blood culture for bacteria, including anaerobic screen</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/4-sepsis-ServiceRequest" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:90435-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "90435-9" ] ;
fhir:display [ fhir:v "Microorganism preliminary growth [Presence] in Blood by Aerobe culture" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/SaraSpeckmann" ] ;
fhir:display [ fhir:v "Sara Speckmann" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-03-16T06:20:17Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-03-16T06:50:17Z"^^xsd:dateTime ]
] ; #
fhir:issued [ fhir:v "2025-03-16T07:10:17Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/EvaErlenmeyerLaborPipette" ] ;
fhir:display [ fhir:v "E. Erlenmeyer, Labor Pipette" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:260413007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260413007" ] ;
fhir:display [ fhir:v "None" ] ] )
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NEG" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "No growth after 48 hours of incubation" ]
] ) ; #
fhir:method [
( fhir:coding [
a sct:104177005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "104177005" ] ;
fhir:display [ fhir:v "Blood culture for bacteria, including anaerobic screen" ] ] )
] . #