臺灣中醫實作指引
0.1.0 - ci-build

臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions

: 診斷報告參照範例 - XML Representation

Raw xml | Download


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="DiagnosticReportTWCM-min"/>
  <meta>
    <profile
             value="https://www.nricm.edu.tw/twcm/StructureDefinition/diagnosticreport-twcm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>診斷報告</b></h3><p><b>診斷狀態</b>:Final <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/valueset-diagnostic-report-status.html">DiagnosticReportStatus</a>#final)</span></p><p><b>診斷分類</b>:Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/valueset-diagnostic-service-sections.html">DiagnosticServiceSectionCodes</a>#LAB)</span></p><p><b>病人</b>:<a href="Patient-PatientTWCM-min.html">Patient/PatientTWCM-min</a> &quot;陳美真&quot;</p><p><b>就醫事件</b>:<a href="Encounter-EncounterTWCM-min.html">Encounter/EncounterTWCM-min</a></p><p><b>報告日期</b>:2010-04-10 11:10:20-0800</p><p><b>檢驗檢查名稱</b>:VDRL、HSV IgM</p><p><b>檢驗結果</b>:<a href="Observation-ObservationTWCM-min.html">Observation/ObservationTWCM-min</a></p><p><b>基於請求</b>:<a href="ServiceRequest-ServiceRequestTWCM-min.html">ServiceRequest/ServiceRequestTWCM-min</a></p><p><b>檢驗結果</b>:<a href="Observation-ObservationTWCM-pro.html">Observation/ObservationTWCM-pro</a></p><p><b>基於請求</b>:<a href="ServiceRequest-ServiceRequestTWCM-pro.html">ServiceRequest/ServiceRequestTWCM-pro</a></p></div>
  </text>
  <basedOn>🔗 
    <reference value="ServiceRequest/ServiceRequestTWCM-min"/>
  </basedOn>
  <basedOn>🔗 
    <reference value="ServiceRequest/ServiceRequestTWCM-pro"/>
  </basedOn>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="LAB"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <text value="VDRL、HSV IgM"/>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientTWCM-min"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EncounterTWCM-min"/>
  </encounter>
  <effectiveDateTime value="2010-04-10T11:10:20+08:00"/>
  <result>🔗 
    <reference value="Observation/ObservationTWCM-min"/>
  </result>
  <result>🔗 
    <reference value="Observation/ObservationTWCM-pro"/>
  </result>
</DiagnosticReport>