PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4)
0.1.0 - ci-build

PreNUDGE FHIR® IG for Data Provider / Data from Apps (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Body Mass Index O - Example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="bmi-example"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/prenudge/appdata/r4/StructureDefinition/at-prenudge-bmi-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation bmi-example</b></p><a name="bmi-example"> </a><a name="hcbmi-example"> </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">Profile: <a href="StructureDefinition-at-prenudge-bmi-observation.html">AT PreNUDGE Observation Body Mass Index</a></p></div><p><b>identifier</b>: <code>https://www.joanneum.at</code>/obs-bmi-2026-03-20-001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 39156-5}">Body mass index (BMI) [Ratio]</span></p><p><b>subject</b>: <a href="Patient-example.html">James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)</a></p><p><b>effective</b>: 2026-03-20 09:00:00+0000</p><p><b>issued</b>: 2026-03-20 09:00:00+0000</p><p><b>value</b>: 25 kg/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM  codekg/m2 = 'kg/m2')</span></p><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 87982008}">Manual</span></p><p><b>derivedFrom</b>: <a href="QuestionnaireResponse-bmi-questionnaire-response-example.html">Response to Questionnaire '-&gt;Körpergröße, Körpergewicht und Body Mass Index (BMI)' about '-&gt;James Pond  Male, DoB: 1990-01-01 ( urn:oid:1.2.40.0.10.1.4.3.1#1234567890)'</a></p></div>
  </text>
  <identifier>
    <system value="https://www.joanneum.at"/>
    <value value="obs-bmi-2026-03-20-001"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="39156-5"/>
      <display value="Body mass index (BMI) [Ratio]"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2026-03-20T09:00:00Z"/>
  <issued value="2026-03-20T09:00:00Z"/>
  <valueQuantity>
    <value value="25"/>
    <unit value="kg/m2"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg/m2"/>
  </valueQuantity>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="87982008"/>
      <display value="Manual"/>
    </coding>
  </method>
  <derivedFrom>🔗 
    <reference
               value="QuestionnaireResponse/bmi-questionnaire-response-example"/>
  </derivedFrom>
</Observation>