臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 生命體徵資料-身體質量指數 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="obs-vital"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-vitalSigns-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>檢驗檢查資料</b></h3><p><b>狀態</b>:final</p><p><b>分類</b>:Vital Signs <span style="background: LightGoldenRodYellow; margin:4px; border:1px solid khaki">( <a href="http://hl7.org/fhir/R4/codesystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>檢驗項目</b>:Body mass index (BMI) [Ratio] <span style="background: LightGoldenRodYellow; margin:4px; border:1px solid khaki">( <a href="http://loinc.org">LOINC</a>#39156-5 "Body mass index (BMI) [Ratio]")</span></p><p><b>病人</b>: <a href="Patient-pat-example.html">Patient/pat-example</a> "陳加玲"</p><p><b>檢查者</b>:<a href="Practitioner-pra-dr-example.html">Practitioner/pra-dr-example</a> "王依昇"</p><p><b>執行日期</b>:2022-07-31</p><p><b>檢驗值</b>:18.3 kg/m<sup>2</sup></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>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="39156-5"/>
      <display value="Body mass index (BMI) [Ratio]"/>
    </coding>
    <text value="Body mass index (BMI) [Ratio]"/>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-example"/>
  </subject>
  <effectiveDateTime value="2022-07-31"/>
  <performer>🔗 
    <reference value="Practitioner/pra-dr-example"/>
  </performer>
  <valueQuantity>
    <value value="18.3"/>
    <unit value="kg/m2"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg/m2"/>
  </valueQuantity>
</Observation>