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
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "4-sepsis-DiagnosticReportGrowth-aerobic"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-diagnostic-report> ] )
] ; #
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: DiagnosticReport 4-sepsis-DiagnosticReportGrowth-aerobic</b></p><a name=\"4-sepsis-DiagnosticReportGrowth-aerobic\"> </a><a name=\"hc4-sepsis-DiagnosticReportGrowth-aerobic\"> </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-ch-lab-order-diagnostic-report.html\">CH LAB-Order Diagnosic Report</a></p></div><h2><span title=\"Codes:{http://loinc.org 90423-5}\">Microorganism preliminary growth detection panel - Blood by Culture</span> (<span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Sara Speckmann Female, DoB: 1975-12-12 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756011110123400006)</td></tr><tr><td>Performer</td><td> <a href=\"PractitionerRole-EvaErlenmeyerLaborPipette.html\">PractitionerRole: identifier = urn:oid:2.16.756.5.30.1.123.100.2.1.1#K333333</a></td></tr><tr><td>Identifier</td><td> <code>http://example.com/fhir/DiagnosticReport/4-sepsis</code>/4-sepsis-diagnostic-report</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>When For</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-4-sepsis-ObservationMicrobiolGrowthAerobic.html\"><span title=\"Codes:{http://loinc.org 90435-9}\">Microorganism preliminary growth [Presence] in Blood by Aerobe culture</span></a></td><td>true</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positive</span></td><td/><td>2025-03-16 06:20:17+0000 --> 2025-03-16 06:50:17+0000</td><td>2025-03-16 07:10:17+0000</td></tr><tr><td><a href=\"Observation-ObservationMicrobiolGrowthAnaerobic.html\"><span title=\"Codes:{http://loinc.org 90435-9}\">Microorganism preliminary growth [Presence] in Blood by Aerobe culture</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 260413007}\">None</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation NEG}\">Negative</span></td><td><blockquote><div><p>No growth after 48 hours of incubation</p>\n</div></blockquote></td><td>2025-03-16 06:20:17+0000 --> 2025-03-16 06:50:17+0000</td><td>2025-03-16 07:10:17+0000</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.com/fhir/DiagnosticReport/4-sepsis"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4-sepsis-diagnostic-report" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/4-sepsis-ServiceRequestGrowth-aerobic" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a loinc:26436-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26436-6" ] ;
fhir:display [ fhir:v "Laboratory studies (set)" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:90423-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "90423-5" ] ;
fhir:display [ fhir:v "Microorganism preliminary growth detection panel - Blood by Culture" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/SaraSpeckmann" ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/EvaErlenmeyerLaborPipette" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/4-sepsis-ObservationMicrobiolGrowthAerobic" ]
] [
fhir:reference [ fhir:v "Observation/ObservationMicrobiolGrowthAnaerobic" ]
] ) . #
IG © 2025+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-order#3.0.0 based on FHIR 4.0.1. Generated 2025-06-27
Links: Table of Contents |
QA Report
| Propose a change