身體活動與飲食實作指引, 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://www.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></div>"
},
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age",
"valueAge" : {
"value" : 35,
"system" : "http://unitsofmeasure.org",
"code" : "a"
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NNxxx"
}
]
},
"system" : "http://www.moi.gov.tw",
"value" : "A123456789"
}
],
"name" : [
{
"use" : "usual",
"text" : "王大明"
}
],
"gender" : "male",
"birthDate" : "2001-01-01",
"address" : [
{
"_postalCode" : {
"extension" : [
{
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw",
"code" : "103"
}
]
}
}
]
}
}
]
}