HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-observation-obstetric-hb - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-observation-obstetric-hb"/>
  <meta>
    <source value="http://provider.hie.moh.gov.my"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/Observation-obstetric-hb-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation example-observation-obstetric-hb</b></p><a name="example-observation-obstetric-hb"> </a><a name="hcexample-observation-obstetric-hb"> </a><a name="example-observation-obstetric-hb-en-US"> </a><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"/><p style="margin-bottom: 0px">Information Source: <a href="http://provider.hie.moh.gov.my">http://provider.hie.moh.gov.my</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Observation-obstetric-hb-my-core.html">Observation Obstetric Haemoglobin (MY Core)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 718-7}">Hemoglobin [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href="Patient/95149eff-6e63-44cc-88cd-ff6d8e72b576">Patient/95149eff-6e63-44cc-88cd-ff6d8e72b576</a></p><p><b>encounter</b>: <a href="Encounter/6f19f2d5-7f5a-4c39-a6bb-7cb574eec94a">Encounter/6f19f2d5-7f5a-4c39-a6bb-7cb574eec94a</a></p><p><b>effective</b>: 2023-03-06 08:00:00+0800</p><p><b>issued</b>: 2023-03-06 08:00:00+0800</p><p><b>performer</b>: <a href="PractitionerRole/b9797173-7e15-4fc3-8f85-d58627935956/_history/20">PractitionerRole/b9797173-7e15-4fc3-8f85-d58627935956/_history/20</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 18185-9}">Gestational age</span></p><p><b>value</b>: 140 day<span style="background: LightGoldenRodYellow"> (Details: UCUM  coded = 'd')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 718-7}">Hemoglobin [Mass/volume] in Blood</span></p><p><b>value</b>: 22 g/dL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeg/dL = 'g/dL')</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="718-7"/>
      <display value="Hemoglobin [Mass/volume] in Blood"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/95149eff-6e63-44cc-88cd-ff6d8e72b576"/>
  </subject>
  <encounter>
    <reference value="Encounter/6f19f2d5-7f5a-4c39-a6bb-7cb574eec94a"/>
  </encounter>
  <effectiveDateTime value="2023-03-06T08:00:00+08:00"/>
  <issued value="2023-03-06T08:00:00+08:00"/>
  <performer>
    <reference
               value="PractitionerRole/b9797173-7e15-4fc3-8f85-d58627935956/_history/20"/>
  </performer>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="18185-9"/>
        <display value="Gestational age"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="140"/>
      <unit value="day"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="718-7"/>
        <display value="Hemoglobin [Mass/volume] in Blood"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="22"/>
      <unit value="g/dL"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="g/dL"/>
    </valueQuantity>
  </component>
</Observation>