HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU
HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ 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/lab/StructureDefinition/be-observation-laboratory"/>
</meta>
<text>
<status value="empty"/>
<div xmlns="http://www.w3.org/1999/xhtml">empty</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>