HL7 BE Laboratory Result WG Implementation Guide (work in progress), published by HL7 Belgium. This is not an authorized publication; it is the continuous build for version 0.0.7). This version is based on the current content of https://github.com/hl7-be/hl7-be-fhir-laboratory-report/ and changes regularly. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="obsDynamic0"/>
<meta>
<profile
value="https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observation-laboratory"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "obsDynamic0" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-be-observation-laboratory.html">BeObservationLaboratory</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose^post XXX challenge <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#53093-1)</span></p><p><b>effective</b>: 2015-11-04 09:16:00-0500</p><p><b>issued</b>: Nov 4, 2015, 2:16:00 PM</p><p><b>performer</b>: <a href="Practitioner-practitioner10.html">Practitioner/practitioner10</a> " DAVOUST"</p><p><b>value</b>: 5.2 mmol/l<span style="background: LightGoldenRodYellow"> (Details: UCUM code mmol/l = 'mmol/l')</span></p><h3>Components</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Relative time <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#118578006)</span></td><td>0 min<span style="background: LightGoldenRodYellow"> (Details: UCUM code min = 'min')</span></td></tr></table></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="53093-1"/>
<display value="Glucose^post XXX challenge"/>
</coding>
</code>
<effectiveDateTime value="2015-11-04T09:16:00-05:00"/>
<issued value="2015-11-04T09:16:00-05:00"/>
<performer>
<reference value="Practitioner/practitioner10"/>
</performer>
<valueQuantity>
<value value="5.2"/>
<unit value="mmol/l"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/l"/>
</valueQuantity>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="118578006"/>
<display value="Relative time"/>
</coding>
</code>
<valueQuantity>
<value value="0"/>
<unit value="min"/>
<system value="http://unitsofmeasure.org"/>
<code value="min"/>
</valueQuantity>
</component>
</Observation>