電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="TWCorePatient"/>
<meta>
<profile
value="https://twcore.mohw.gov.tw/ig/emr/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="TWCorePatient-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>