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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-document"] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:26d3dff7-ab05-4737-a49c-5eccd3359505" ]
] ; #
fhir:type [ fhir:v "document"] ; #
fhir:timestamp [ fhir:v "2025-03-05T12:00:00Z"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:acc39a67-5f62-4170-ad05-d7cb70f43ea6"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:acc39a67-5f62-4170-ad05-d7cb70f43ea6> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:146d8255-8963-4bdd-b69c-faf9dc7455ca"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:146d8255-8963-4bdd-b69c-faf9dc7455ca> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:a8d35919-6883-4312-8b26-11b964c0e0aa"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:a8d35919-6883-4312-8b26-11b964c0e0aa> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:e9690e11-fd84-40f3-acc0-e833ad149259"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:e9690e11-fd84-40f3-acc0-e833ad149259> )
] ) . #
<urn:uuid:acc39a67-5f62-4170-ad05-d7cb70f43ea6> a fhir:Composition ;
fhir:id [ fhir:v "acc39a67-5f62-4170-ad05-d7cb70f43ea6"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_acc39a67-5f62-4170-ad05-d7cb70f43ea6\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition acc39a67-5f62-4170-ad05-d7cb70f43ea6</b></p><a name=\"acc39a67-5f62-4170-ad05-d7cb70f43ea6\"> </a><a name=\"hcacc39a67-5f62-4170-ad05-d7cb70f43ea6\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34133-9}\">Summary of episode note</span></p><p><b>date</b>: 2025-03-05 12:00:00+0000</p><p><b>author</b>: <a href=\"Bundle-example-document.html#urn-uuid-a8d35919-6883-4312-8b26-11b964c0e0aa\">Bundle: identifier = UUID:26d3dff7-ab05-4737-a49c-5eccd3359505; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>title</b>: Clinical Summary Document</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:34133-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34133-9" ] ;
fhir:display [ fhir:v "Summary of episode note" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:146d8255-8963-4bdd-b69c-faf9dc7455ca" ]
] ; #
fhir:date [ fhir:v "2025-03-05T12:00:00Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "urn:uuid:a8d35919-6883-4312-8b26-11b964c0e0aa" ]
] ) ; #
fhir:title [ fhir:v "Clinical Summary Document"] ; #
fhir:section ( [
fhir:title [ fhir:v "Vital Signs" ] ;
fhir:code [
( fhir:coding [
a loinc:8716-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8716-3" ] ;
fhir:display [ fhir:v "Vital signs" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "urn:uuid:e9690e11-fd84-40f3-acc0-e833ad149259" ] ] )
] ) . #
<urn:uuid:146d8255-8963-4bdd-b69c-faf9dc7455ca> a fhir:Patient ;
fhir:id [ fhir:v "146d8255-8963-4bdd-b69c-faf9dc7455ca"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_146d8255-8963-4bdd-b69c-faf9dc7455ca\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 146d8255-8963-4bdd-b69c-faf9dc7455ca</b></p><a name=\"146d8255-8963-4bdd-b69c-faf9dc7455ca\"> </a><a name=\"hc146d8255-8963-4bdd-b69c-faf9dc7455ca\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe Male, DoB: 1980-01-01</p><hr/></div>"^^rdf:XMLLiteral
] ; #
fhir:name ( [
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "John" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1980-01-01"^^xsd:date] . #
<urn:uuid:a8d35919-6883-4312-8b26-11b964c0e0aa> a fhir:Practitioner ;
fhir:id [ fhir:v "a8d35919-6883-4312-8b26-11b964c0e0aa"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_a8d35919-6883-4312-8b26-11b964c0e0aa\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner a8d35919-6883-4312-8b26-11b964c0e0aa</b></p><a name=\"a8d35919-6883-4312-8b26-11b964c0e0aa\"> </a><a name=\"hca8d35919-6883-4312-8b26-11b964c0e0aa\"> </a><p><b>name</b>: Alice Smith </p></div>"^^rdf:XMLLiteral
] ; #
fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
( fhir:given [ fhir:v "Alice" ] )
] ) . #
<urn:uuid:e9690e11-fd84-40f3-acc0-e833ad149259> a fhir:Observation ;
fhir:id [ fhir:v "e9690e11-fd84-40f3-acc0-e833ad149259"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_e9690e11-fd84-40f3-acc0-e833ad149259\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation e9690e11-fd84-40f3-acc0-e833ad149259</b></p><a name=\"e9690e11-fd84-40f3-acc0-e833ad149259\"> </a><a name=\"hce9690e11-fd84-40f3-acc0-e833ad149259\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href=\"Bundle-example-document.html#urn-uuid-146d8255-8963-4bdd-b69c-faf9dc7455ca\">Bundle: identifier = UUID:26d3dff7-ab05-4737-a49c-5eccd3359505; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>effective</b>: 2025-03-05 10:00:00+0000</p><p><b>performer</b>: <a href=\"Bundle-example-document.html#urn-uuid-a8d35919-6883-4312-8b26-11b964c0e0aa\">Bundle: identifier = UUID:26d3dff7-ab05-4737-a49c-5eccd3359505; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 80 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:85354-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85354-9" ] ;
fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:146d8255-8963-4bdd-b69c-faf9dc7455ca" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-03-05T10:00:00Z"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:a8d35919-6883-4312-8b26-11b964c0e0aa" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] ) . #
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