FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Goal |
| Id | Goal-ltc-goal-mobility-improvement-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal ltc-goal-mobility-improvement-example
Profile: 長期照顧-照顧目標
lifecycleStatus: Active
description: 改善住民行動能力
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
start: 2024-01-15
| Measure | Detail[x] | Due[x] |
| Impaired mobility (finding) | 能夠獨立使用助行器行走50公尺 | 2024-04-15 |
expressedBy: PractitionerRole Registered nurse
note: @2024-01-15
住民目前需要部分協助才能行走,期望透過復健訓練達到獨立行走的目標
{
"resourceType": "Goal",
"id": "ltc-goal-mobility-improvement-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCGoal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"description": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "710950005",
"display": "Advancing mobility"
}
],
"text": "改善住民行動能力"
},
"subject": {
"reference": "Patient/ltc-patient-referral-chen-ming-hui-example"
},
"startDate": "2024-01-15",
"target": [
{
"measure": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "82971005",
"display": "Impaired mobility (finding)"
}
]
},
"detailString": "能夠獨立使用助行器行走50公尺",
"dueDate": "2024-04-15"
}
],
"expressedBy": {
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
},
"note": [
{
"time": "2024-01-15",
"text": "住民目前需要部分協助才能行走,期望透過復健訓練達到獨立行走的目標"
}
]
}