FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | CarePlan |
| Id | CarePlan-current-care-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
預計提供經濟補助:TWSS 預計提供經濟補助代碼系統#5 身心障礙者生活補助
預計提供福利服務:TWSS 預計提供福利服務代碼系統#3 身體照顧及家務服務
預計提供就業服務:TWSS 預計提供就業服務代碼系統#13 就業服務
{
"resourceType": "CarePlan",
"id": "current-care-min",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare",
"valueReference": {
"reference": "EpisodeOfCare/episode-base"
}
}
],
"status": "active",
"intent": "plan",
"subject": {
"reference": "Patient/pat-min"
},
"activity": [
{
"detail": {
"code": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-provided-financial-subsidy",
"code": "5",
"display": "身心障礙者生活補助"
}
]
},
"status": "scheduled"
}
},
{
"detail": {
"code": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-provided-welfare-service",
"code": "3",
"display": "身體照顧及家務服務"
}
]
},
"status": "scheduled"
}
},
{
"detail": {
"code": {
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-provided-employment-service",
"code": "13",
"display": "就業服務"
}
]
},
"status": "scheduled"
}
}
]
}