醫查實作指引
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



<CarePlan xmlns="http://hl7.org/fhir">
  <id value="CarePlan-min"/>
  <meta>
    <profile
             value="https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/careplan-imri"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>出院指示</b></h3><p><b>狀態</b>:Completed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/request-status">RequestStatus</a>#completed)</span></p><p><b>類別</b>:Proposal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/request-intent">Care Plan Intent</a>#proposal)</span></p><p><b>病人</b>:<a href="Patient-Patient-min.html">Patient/Patient-min</a> "安格斯"</p><p><b>就醫事件</b>:<a href="Encounter-Encounter-min.html">Encounter/Encounter-min</a></p><p><b>出院指示</b>:出院指示</p><p><b>出院指示藥物</b>:<a href="MedicationRequest-MedicationRequest-min.html">MedicationRequest/MedicationRequest-min</a></p></div>
  </text>
  <status value="completed"/>
  <intent value="proposal"/>
  <description value="出院指示"/>
  <subject>🔗 
    <reference value="Patient/Patient-min"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Encounter-min"/>
  </encounter>
  <activity>
    <reference>🔗 
      <reference value="MedicationRequest/MedicationRequest-min"/>
    </reference>
  </activity>
</CarePlan>