身體活動與飲食實作指引, 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/hpapa2025/pad/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "pat-min",
"meta" : {
"profile" : [
🔗 "https://hpacorepa.hpa.gov.tw/pad/StructureDefinition/Patient-pad"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #dbe7d9ff; padding: 6px; margin: 4px; border: 1px solid #9fc298ff; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile:<a href=\"StructureDefinition-Patient-pad.html\">使用者資訊-Patient PAD</a></p></div><p><b>姓名</b>:王大明</p><p><b>使用者性別</b>:male</p><p><b>出生日期</b>:2001-01-01</p><p><b>年齡</b>:35 歲</p><p><b>居住縣市</b>:臺北市</p><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx)</span><br/><b>會員編碼</b>:P123456789 (https://hpacorepa.hpa.gov.tw)</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age",
"valueAge" : {
"value" : 35,
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SNO"
}
]
},
"system" : "https://hpacorepa.hpa.gov.tw",
"value" : "P123456789"
}
],
"name" : [
{
"use" : "usual",
"text" : "王大明"
}
],
"gender" : "male",
"birthDate" : "2001-01-01",
"address" : [
{
"district" : "臺北市"
}
]
}