傳染病通報系統實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-nidrs/nidrs/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="example"/>
<meta>
<profile
value="https://cdc.gov.tw/nidrs/StructureDefinition/Patient-NIDRS"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: 患者 example</b></p><a name="example"> </a><a name="hcexample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Patient-NIDRS.html">個案資料-Patient NIDRS</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">李一 Male, DoB: 1960-02-07 ( 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="Known status of Patient">Deceased:</td><td>false</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0918123123</li><li>0918123123</li><li>新北市新店區寶安街2樓</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="人口密集機構">null:</td><td colspan="3"><ul><li>hasOrg: false</li></ul></td></tr></table></div>
</text>
<extension
url="https://cdc.gov.tw/nidrs/StructureDefinition/extension-org">
<extension url="hasOrg">
<valueBoolean value="false"/>
</extension>
</extension>
<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="usual"/>
<text value="李一"/>
</name>
<telecom>
<system value="phone"/>
<value value="0918123123"/>
</telecom>
<telecom>
<system value="sms"/>
<value value="0918123123"/>
</telecom>
<gender value="male"/>
<birthDate value="1960-02-07"/>
<deceasedBoolean value="false"/>
<address>
<text value="新北市新店區寶安街2樓"/>
<city value="65000060"/>
<district value="65000"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
</coding>
</maritalStatus>
</Patient>