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

<Observation xmlns="http://hl7.org/fhir">
  <id value="BMIExample"/>
  <meta>
    <profile value="http://openhie.org/fhir/sri-lanka/StructureDefinition/bmi"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="BMIExample"> </a></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 Observation &quot;BMIExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-bmi.html">Patient BMI Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Body mass index (BMI) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#39156-5)</span></p><p><b>subject</b>: <a href="Patient-HIMSPatientExample.html">Patient/HIMSPatientExample</a> &quot; SMITH&quot;</p><p><b>encounter</b>: <a href="Encounter-TargetFacilityEncounterExample.html">Encounter/TargetFacilityEncounterExample</a></p><p><b>effective</b>: 2022-11-30</p><p><b>performer</b>: </p><ul><li><a href="Organization-OrganizationExample.html">Organization/OrganizationExample</a> &quot;Some Health Facility&quot;</li><li><a href="Practitioner-GeneralPractitionerExample.html">Practitioner/GeneralPractitionerExample</a> &quot; SMITH&quot;</li></ul><p><b>value</b>: 16.2 kg/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM code kg/m2 = 'kg/m2')</span></p><p><b>derivedFrom</b>: </p><ul><li><a href="Observation-WeightExample.html">Observation/WeightExample</a></li><li><a href="Observation-HeightExample.html">Observation/HeightExample</a></li></ul></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="39156-5"/>
    </coding>
    <text value="Body mass index (BMI)"/>
  </code>
  <subject>
    <reference value="Patient/HIMSPatientExample"/>
  </subject>
  <encounter>
    <reference value="Encounter/TargetFacilityEncounterExample"/>
  </encounter>
  <effectiveDateTime value="2022-11-30"/>
  <performer>
    <reference value="Organization/OrganizationExample"/>
  </performer>
  <performer>
    <reference value="Practitioner/GeneralPractitionerExample"/>
  </performer>
  <valueQuantity>
    <value value="16.2"/>
    <unit value="kg/m2"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg/m2"/>
  </valueQuantity>
  <derivedFrom>
    <reference value="Observation/WeightExample"/>
  </derivedFrom>
  <derivedFrom>
    <reference value="Observation/HeightExample"/>
  </derivedFrom>
</Observation>