<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <id value="obs-loinc-example"/>
  <meta>
    <profile value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-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>：Laboratory<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>#laboratory)</span></p><p><b>檢驗項目</b>：Glucose [Mass/volume] in Serum or Plasma --2 hours post dose arginine<span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ( <a href="http://loinc.org">LOINC檢驗檢查</a>#101309-3	)</span></p><p><b>病人</b>： <a href="Patient-pat-example.html">Patient/pat-example</a> &quot;陳加玲&quot;</p><p><b>執行日期</b>：2022-07-31</p><p><b>負責機構</b>： <a href="Organization-org-hosp-example.html">Organization/org-hosp-example</a> &quot;衛生福利部臺北醫院&quot;</p><p><b>檢驗值</b>：86 mg/dL</p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="101309-3"/>
    </coding>
    <text value="Glucose [Mass/volume] in Serum or Plasma --2 hours post dose arginine"/>
  </code>
  <subject>
    <reference value="Patient/pat-example"/>
  </subject>
  <effectiveDateTime value="2022-07-31"/>
  <performer>
    <reference value="Organization/org-hosp-example"/>
  </performer>
  <valueQuantity>
    <value value="86"/>
    <unit value="mg/dL"/>
  </valueQuantity>
</Observation>