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
<Observation xmlns="http://hl7.org/fhir">
<id value="obs-laboratory-accredited-example"/>
<text>
<status value="extensions"/>
<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>
</text>
<extension
url="http://hl7.eu/fhir/StructureDefinition/laboratory-accredited">
<valueBoolean value="true"/>
</extension>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="14749-6"/>
<display value="Glucose [Moles/volume] in Serum or Plasma"/>
</coding>
</code>
<subject>
<display value="Nice Patient"/>
</subject>
<effectiveDateTime value="2026-04-08T08:20:00+02:00"/>
<performer>
<display value="Best Laboratory"/>
</performer>
<valueQuantity>
<value value="5.4"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</valueQuantity>
</Observation>