電子病歷交換單張實作指引(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

: 檢驗檢查 檢驗資料 example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="IC-Obs3"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckObservation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation IC-Obs3</b></p><a name="IC-Obs3"> </a><a name="hcIC-Obs3"> </a><a name="IC-Obs3-en-US"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/9876</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 6690-2}">全套血液檢查 CBC-I</span></p><p><b>subject</b>: <a href="Patient-IC-Pat2.html">黃睿駿(official) Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>effective</b>: 2022-03-30 --&gt; 2022-04-06</p><p><b>performer</b>: <a href="Practitioner-IC-Pra7.html">Practitioner 賴一施</a></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation RR}">正常</span></p><p><b>note</b>: 無</p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 420135007}">血液</span></p><p><b>specimen</b>: <a href="Specimen-IC-Spe4.html">Specimen</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 58410-2}">CBC panel - Blood by Automated count</span></p><p><b>value</b>: 7.33 10^3/ul</p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>3.8-10.0</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="https://www.vghtpe.gov.tw/Index.action"/>
    <value value="9876"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
    <text value="Laboratory"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="6690-2"/>
      <display value="Leukocytes [#/volume] in Blood by Automated count"/>
    </coding>
    <text value="全套血液檢查 CBC-I"/>
  </code>
  <subject>🔗 
    <reference value="Patient/IC-Pat2"/>
  </subject>
  <effectivePeriod>
    <start value="2022-03-30"/>
    <end value="2022-04-06"/>
  </effectivePeriod>
  <performer>🔗 
    <reference value="Practitioner/IC-Pra7"/>
  </performer>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="RR"/>
    </coding>
    <text value="正常"/>
  </interpretation>
  <note>
    <text value="無"/>
  </note>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="420135007"/>
      <display value="Whole blood"/>
    </coding>
    <text value="血液"/>
  </bodySite>
  <specimen>🔗 
    <reference value="Specimen/IC-Spe4"/>
  </specimen>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="58410-2"/>
        <display value="CBC panel - Blood by Automated count"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="7.33"/>
      <unit value="10^3/ul"/>
    </valueQuantity>
    <referenceRange>
      <text value="3.8-10.0"/>
    </referenceRange>
  </component>
</Observation>