Fujitsu Healthy Living Implementation Guide
1.1.28 - release

Publication Build: This will be filled in by the publication tooling

: BodyHeightExample - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="BodyHeightExample"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-bodyheight"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="BodyHeightExample"> </a><a name="hcBodyHeightExample"> </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;BodyHeightExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-observation-bodyheight.html">Fujitsu Observation BodyHeight Profile</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.5.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span>, 身長 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-bodymeasurement-category-cs.html">JP Core Observation BodyMeasurement Category CodeSystem</a>#height)</span></p><p><b>code</b>: 身長 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8302-2 &quot;Body height&quot;; <a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-bodymeasurement-code-cs.html">JP Core Observation BodyMeasurement Code CodeSystem</a>#31000298)</span></p><p><b>subject</b>: <a href="Patient-p001.html">Patient/p001</a> &quot; 健康&quot;</p><p><b>encounter</b>: <a href="Encounter-e001.html">Encounter/e001</a></p><p><b>effective</b>: 2021-10-01</p><p><b>performer</b>: </p><ul><li><a href="Organization-o001.html">Organization/o001</a> &quot;サンプル病院&quot;</li><li><a href="PractitionerRole-r001.html">PractitionerRole/r001</a></li></ul><p><b>value</b>: 164.7 cm<span style="background: LightGoldenRodYellow"> (Details: UCUM code cm = 'cm')</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCategory_CS"/>
      <code value="height"/>
      <display value="身長"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8302-2"/>
      <display value="Body height"/>
    </coding>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationBodyMeasurementCode_CS"/>
      <code value="31000298"/>
      <display value="身長"/>
    </coding>
    <text value="身長"/>
  </code>
  <subject>🔗 
    <reference value="Patient/p001"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/e001"/>
  </encounter>
  <effectiveDateTime value="2021-10-01"/>
  <performer>🔗 
    <reference value="Organization/o001"/>
  </performer>
  <performer>🔗 
    <reference value="PractitionerRole/r001"/>
  </performer>
  <valueQuantity>
    <value value="164.7"/>
    <unit value="cm"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="cm"/>
  </valueQuantity>
</Observation>