全國性預防接種資訊登錄與上傳實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hyweb-cdc/niis/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient-residentNumber-min",
"meta" : {
"profile" : [
🔗 "https://twniis.cdc.gov.tw/twniis/StructureDefinition/patient-reporting-niis"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案資料-張小花</b></h3><p><b>識別碼型別</b>:Permanent Resident Card Number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">IdentifierType</a>#PRC)</span></p><p><b>居留證號</b>:A912345678(http://www.immigration.gov.tw)</p><p><b>姓名(usual)</b>:張小花</p><p><b>性別</b>:女性</p><p><b>出生日期</b>:1991-10-10</p><p><b>聯絡電話</b>:0912-345-678</p><p><b>居住地址</b>:臺北市中正區林森南路2號</p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRC"
}
]
},
"system" : "http://www.immigration.gov.tw",
"value" : "A912345678"
}
],
"name" : [
{
"use" : "usual",
"text" : "張小花"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0912-345-678"
}
],
"gender" : "female",
"birthDate" : "1991-10-10",
"address" : [
{
"text" : "臺北市中正區林森南路2號"
}
]
}