電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 調劑單張 Observation example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="obs-ds"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observation-DS-BodyWeight"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation obs-ds</b></p><a name="obs-ds"> </a><a name="hcobs-ds"> </a><a name="obs-ds-en-US"> </a><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 29463-7}">Body weight</span></p><p><b>subject</b>: <a href="Patient-pat-ds.html">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-enc-ds.html">Encounter: status = finished; class = 西醫一般案件 (casetype#01); serviceType = 家醫科; period = 2023-02-23 --&gt; (ongoing)</a></p><p><b>effective</b>: 2023-12-21</p><p><b>performer</b>: <a href="Practitioner-pra-dis-ds.html">Practitioner 洪藥師(official)</a></p><p><b>value</b>: 50 kg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codekg = 'kg')</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>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="29463-7"/>
      <display value="Body weight"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-ds"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/enc-ds"/>
  </encounter>
  <effectiveDateTime value="2023-12-21"/>
  <performer>🔗 
    <reference value="Practitioner/pra-dis-ds"/>
  </performer>
  <valueQuantity>
    <value value="50"/>
    <unit value="kg"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="kg"/>
  </valueQuantity>
</Observation>