身體活動與飲食實作指引, 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" : "Observation",
"id" : "obs-occupation",
"meta" : {
"profile" : [
🔗 "https://www.hpa.gov.tw/pad/StructureDefinition/Observation-occupation-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-Observation-occupation-pad.html\">職業-Observation Occupation PAD</a></p></div><p><b>狀態</b>:final</p><p><b>使用者</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>紀錄者</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>職業</b>:經理人員、行政人員</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history",
"display" : "Social History"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11341-5",
"display" : "History of Occupation"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-min"
},
"effectivePeriod" : {
"start" : "2015-04-24"
},
"performer" : [
{
🔗 "reference" : "Patient/pat-min"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/occupation-lia-roc-tw",
"code" : "04020030",
"display" : "經理人員、行政人員"
}
]
}
}