This page is part of the HL7 Europe Extensions (v1.3.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "obs-laboratory-accredited-example",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-laboratory-accredited-example</b></p><a name=\"obs-laboratory-accredited-example\"> </a><a name=\"hcobs-laboratory-accredited-example\"> </a><p><b>Many: Laboratory Accredited</b>: true</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14749-6}\">Glucose [Moles/volume] in Serum or Plasma</span></p><p><b>subject</b>: Nice Patient</p><p><b>effective</b>: 2026-04-08 08:20:00+0200</p><p><b>performer</b>: Best Laboratory</p><p><b>value</b>: 5.4 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></p></div>"
},
"extension" : [
{
"url" : "http://hl7.eu/fhir/StructureDefinition/laboratory-accredited",
"valueBoolean" : true
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "14749-6",
"display" : "Glucose [Moles/volume] in Serum or Plasma"
}
]
},
"subject" : {
"display" : "Nice Patient"
},
"effectiveDateTime" : "2026-04-08T08:20:00+02:00",
"performer" : [
{
"display" : "Best Laboratory"
}
],
"valueQuantity" : {
"value" : 5.4,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
}