MI-TW 緊急醫療救護實作指引 (MI-TW EMS IG)
1.0.0 - CI Build

This page is part of the MI-TW 緊急醫療救護實作指引 (MI-TW EMS IG) (v1.0.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="EMS-pat"/>
  <meta>
    <profile
             value="https://standard-interoperability-lab.com/fhir/StructureDefinition/EMS-Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient EMS-pat</b></p><a name="EMS-pat"> </a><a name="hcEMS-pat"> </a><a name="EMS-pat-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">黃曉明 Male, DoB: 2015-05-06 ( F123456789)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr></table></div>
  </text>
  <identifier>
    <value value="F123456789"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="黃曉明"/>
    <family value="黃"/>
    <given value="曉明"/>
  </name>
  <gender value="male"/>
  <birthDate value="2015-05-06"/>
</Patient>