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

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.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

: 臨床檢驗檢查 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="obs-clinical-result-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-clinical-result-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation obs-clinical-result-example</b></p><a name="obs-clinical-result-example"> </a><a name="hcobs-clinical-result-example"> </a><a name="obs-clinical-result-example-en-US"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}">Exam</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 44963-7}">Capillary refill Time Nail Bed</span></p><p><b>subject</b>: <a href="Patient-pat-example.html">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-enc-example.html">Encounter: identifier = http://healthcare.example.org/identifiers/enocunter#E22081702; status = finished; class = pre-admission (ActCode#PRENC); type = Annual diabetes mellitus screening; serviceType = Nephrology (qualifier value); period = 2022-08-01 17:00:14+0800 --&gt; 2022-08-01 18:00:14+0800; reasonCode = FH: Diabetes mellitus</a></p><p><b>effective</b>: 2021-11-10 16:48:57-0800</p><p><b>value</b>: 1 s<span style="background: LightGoldenRodYellow"> (Details: UCUM  codes = 's')</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="exam"/>
      <display value="Exam"/>
    </coding>
    <text value="Exam"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="44963-7"/>
    </coding>
    <text value="Capillary refill Time Nail Bed"/>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/enc-example"/>
  </encounter>
  <effectiveDateTime value="2021-11-10T16:48:57.246958-08:00"/>
  <valueQuantity>
    <value value="1"/>
    <unit value="s"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="s"/>
  </valueQuantity>
</Observation>