CH LAB-Report (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-report/ 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Result-CBC"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-cbc"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-cbc> ] )
] ; #
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 Result-CBC</b></p><a name=\"Result-CBC\"> </a><a name=\"hcResult-CBC\"> </a><a name=\"Result-CBC-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span></p><p><b>subject</b>: <a href=\"Bundle-LabResultReport-4-sepsis.html#urn-uuid-14fbf29b-5dac-483e-b543-15031f12344b\">Katarina Keller</a></p><p><b>effective</b>: 2024-04-23 11:24:26+0100</p><p><b>performer</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-12328339-f7d6-4bb6-80e4-89fd03ce5052\">BeatBunsen</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 6690-2}\">Leukocytes [#/volume] in Blood by Automated count</span></p><p><b>value</b>: 2.9 10*9/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*9/L = '10*9/L')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 789-8}\">Erythrocytes [#/volume] in Blood by Automated count</span></p><p><b>value</b>: 4.35 10*12/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*12/L = '10*12/L')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>value</b>: 107 g/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 4544-3}\">Hematocrit [Volume Fraction] of Blood by Automated count</span></p><p><b>value</b>: 33 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 787-2}\">MCV [Entitic volume] by Automated count</span></p><p><b>value</b>: 75.9 fL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codefL = 'fL')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 785-6}\">MCH [Entitic mass] by Automated count</span></p><p><b>value</b>: 24.6 pg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codepg = 'pg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 786-4}\">MCHC [Mass/volume] by Automated count</span></p><p><b>value</b>: 324 g/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 777-3}\">Platelets [#/volume] in Blood by Automated count</span></p><p><b>value</b>: 113 10*9/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10^9/L = '10^9/L')</span></p></blockquote></div>"
] ; #
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 "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:14fbf29b-5dac-483e-b543-15031f12344b" ] ;
fhir:display [ fhir:v "Katarina Keller" ]
] ; #
fhir:effective [ fhir:v "2024-04-23T11:24:26+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:12328339-f7d6-4bb6-80e4-89fd03ce5052" ] ;
fhir:display [ fhir:v "BeatBunsen" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:6690-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6690-2" ] ;
fhir:display [ fhir:v "Leukocytes [#/volume] in Blood by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2.9"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*9/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*9/L" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:789-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "789-8" ] ;
fhir:display [ fhir:v "Erythrocytes [#/volume] in Blood by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "4.35"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*12/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*12/L" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:718-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "718-7" ] ;
fhir:display [ fhir:v "Hemoglobin [Mass/volume] in Blood" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "107"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dL" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:4544-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4544-3" ] ;
fhir:display [ fhir:v "Hematocrit [Volume Fraction] of Blood by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "33"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:787-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "787-2" ] ;
fhir:display [ fhir:v "MCV [Entitic volume] by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "75.9"^^xsd:decimal ] ;
fhir:unit [ fhir:v "fL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fL" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:785-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "785-6" ] ;
fhir:display [ fhir:v "MCH [Entitic mass] by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "24.6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "pg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pg" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:786-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "786-4" ] ;
fhir:display [ fhir:v "MCHC [Mass/volume] by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "324"^^xsd:decimal ] ;
fhir:unit [ fhir:v "g/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dL" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:777-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "777-3" ] ;
fhir:display [ fhir:v "Platelets [#/volume] in Blood by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "113"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*9/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10^9/L" ] ]
] ) . #
IG © 2024+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-report#1.0.0-ci-build based on FHIR 4.0.1. Generated 2024-10-03
Links: Table of Contents |
QA Report
| Propose a change