CH LAB-Report (R4)
1.0.0-ci-build - ci-build
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
{
"resourceType" : "Observation",
"id" : "ExampleObservationWBC",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-results-wbc"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationWBC</b></p><a name=\"ExampleObservationWBC\"> </a><a name=\"hcExampleObservationWBC\"> </a><a name=\"ExampleObservationWBC-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 6690-2}\">Leukocytes [#/volume] in Blood by Automated count</span></p><p><b>subject</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-6b8a0365-5022-403b-a5a5-8d8680d701ef\">Hans Guggindieluft</a></p><p><b>effective</b>: 2024-04-23 11:24:26+0100</p><p><b>issued</b>: 2024-04-24 11:24:26+0100</p><p><b>performer</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-12328339-f7d6-4bb6-80e4-89fd03ce5052\">Eva Erlenmeyer</a></p><p><b>value</b>: 2.9 10*9/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*9/L = '10*9/L')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "6690-2",
"display" : "Leukocytes [#/volume] in Blood by Automated count"
}
]
},
"subject" : {
"reference" : "urn:uuid:6b8a0365-5022-403b-a5a5-8d8680d701ef",
"display" : "Hans Guggindieluft"
},
"effectiveDateTime" : "2024-04-23T11:24:26+01:00",
"issued" : "2024-04-24T11:24:26+01:00",
"performer" : [
{
"reference" : "urn:uuid:12328339-f7d6-4bb6-80e4-89fd03ce5052",
"display" : "Eva Erlenmeyer"
}
],
"valueQuantity" : {
"value" : 2.9,
"unit" : "10*9/L",
"system" : "http://unitsofmeasure.org",
"code" : "10*9/L"
}
}