病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions
: Patient-病人基本資料 - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="pat-example"/>
<meta>
<profile
value="https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203">Identifier Type Codes</a>#NNTWN)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.gov.tw/)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:8862168 (https://www.tph.mohw.gov.tw/)</p></blockquote><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"/>
<code value="NNTWN"/>
</coding>
</type>
<system value="http://www.moi.gov.tw/"/>
<value value="A123456789"/>
</identifier>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="https://www.tph.mohw.gov.tw/"/>
<value value="8862168"/>
</identifier>
<gender value="female"/>
<birthDate value="1990-01-01"/>
</Patient>