HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: obsMagnesium - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="obsMagnesium"/>
  <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="2598-1"/>
      <display value="Magnesium [Moles/volume] in Urine"/>
    </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="1"/>
    <unit value="mmol/l"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mmol/l"/>
  </valueQuantity>
  <specimen>
    <reference value="Specimen/urine1"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="1.23"/>
      <unit value="mmol/l"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmol/l"/>
    </low>
    <high>
      <value value="2.06"/>
      <unit value="mmol/l"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmol/l"/>
    </high>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/>
        <code value="normal"/>
      </coding>
    </type>
  </referenceRange>
</Observation>