醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 就醫事件範例 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="Encounter-min"/>
  <meta>
    <profile
             value="https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/encounter-imri"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>就醫資料</b></h3><p><b>就醫現況</b>:Finished</p><p><b>就醫分類</b>:pre-admission <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://terminology.hl7.org/4.0.0/ValueSet-v3-ActEncounterCode.html">ActEncounterCode</a>#PRENC)</span></p><p><b>出院科別</b>:Colorectal Surgery <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#408464004)</span></p><p><b>病人</b>:<a href="Patient-Patient-min.html">Patient/Patient-min</a> "安格斯"</p><p><b>出院狀況</b>:改門診治療</p><p><b>出院床號</b>:<a href="Location-Location-min.html">Location/Location-min</a> "4012S"</p><b>醫師</b>:<a href="Practitioner-Practitioner-min.html">Practitioner/Practitioner-min</a> "劉伊詩"<p><b>住院日期</b>:2023-09-06 17:00:14-0800</p><p><b>出院日期</b>:2023-09-12 18:00:14-0800</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="PRENC"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408464004"/>
      <display value="Colorectal Surgery"/>
    </coding>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/Patient-min"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/Practitioner-min"/>
    </individual>
  </participant>
  <period>
    <start value="2023-09-06T17:00:14+08:00"/>
    <end value="2023-09-12T18:00:14+08:00"/>
  </period>
  <hospitalization>
    <destination>🔗 
      <reference value="Location/Location-min"/>
    </destination>
    <dischargeDisposition>
      <text value="改門診治療"/>
    </dischargeDisposition>
  </hospitalization>
</Encounter>