醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

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

: TWCorePatient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="TWCorePatient"/>
  <meta>
    <profile
             value="https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient TWCorePatient</b></p><a name="TWCorePatient"> </a><a name="hcTWCorePatient"> </a><a name="hcTWCorePatient-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0912345678</li><li>台北市北投區明德路365號(home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td><td colspan="3"><ul><li>大吉 綠 (Official) (Male)</li><li>台北市北投區明德路365號(home)</li><li>ph: 0987654321</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NNxxx"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="A123456789"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="綠"/>
    <given value="胖吉"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0912345678"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1987-01-01"/>
  <address>
    <use value="home"/>
    <type value="postal"/>
    <text value="台北市北投區明德路365號"/>
    <line value="明德路365號"/>
    <city value="台北市"/>
    <postalCode value="11219"/>
    <country value="Taiwan"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <name>
      <use value="official"/>
      <family value="綠"/>
      <given value="大吉"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0987654321"/>
    </telecom>
    <address>
      <use value="home"/>
      <type value="postal"/>
      <text value="台北市北投區明德路365號"/>
      <line value="明德路365號"/>
      <city value="台北市"/>
      <postalCode value="11219"/>
      <country value="Taiwan"/>
    </address>
    <gender value="male"/>
  </contact>
</Patient>