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="obsDynamicHead"/>
<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 "obsDynamicHead" </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 tolerance 4 hours panel - Serum or Plasma <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#72171-2)</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>hasMember</b>: </p><ul><li><a href="Observation-obsDynamic0.html">Observation/obsDynamic0</a></li><li><a href="Observation-obsDynamic1.html">Observation/obsDynamic1</a></li><li><a href="Observation-obsDynamic2.html">Observation/obsDynamic2</a></li></ul><blockquote><p><b>component</b></p><p><b>code</b>: Substance amount <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#118555000)</span></p><p><b>value</b>: 75 g<span style="background: LightGoldenRodYellow"> (Details: UCUM code g = 'g')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Product name <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#774167006)</span></p><p><b>value</b>: syrupy glucose solution</p></blockquote></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="72171-2"/>
<display value="Glucose tolerance 4 hours panel - Serum or Plasma"/>
</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>
<hasMember>
<reference value="Observation/obsDynamic0"/>
</hasMember>
<hasMember>
<reference value="Observation/obsDynamic1"/>
</hasMember>
<hasMember>
<reference value="Observation/obsDynamic2"/>
</hasMember>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="118555000"/>
<display value="Substance amount"/>
</coding>
</code>
<valueQuantity>
<value value="75"/>
<unit value="g"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="774167006"/>
<display value="Product name"/>
</coding>
</code>
<valueString value="syrupy glucose solution"/>
</component>
</Observation>