<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <id value="obsDynamic2"/>
  <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="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="9.1"/>
    <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="240"/>
      <unit value="min"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="min"/>
    </valueQuantity>
  </component>
</Observation>