FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | CarePlan |
| Id | CarePlan-ltc-careplan-mobility-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan ltc-careplan-mobility-example
Profile: 長期照顧-照顧計畫
status: Active
intent: Plan
category: Assessment and Plan of Treatment
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
period: 2024-01-15 --> 2024-04-15
author: PractitionerRole Registered nurse
contributor: RelatedPerson 陳志強
activity
Details
Code Status Scheduled[x] Performer Description Stretching exercises In Progress 2024-01-15 --> 2024-04-15 PractitionerRole Registered nurse 進行每日助行器行走訓練,每次30分鐘,每日2次
note: @2024-01-15
住民配合度良好,預期能達成獨立行走的目標
{
"resourceType": "CarePlan",
"id": "ltc-careplan-mobility-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCCarePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
"code": "assess-plan"
}
]
}
],
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"period": {
"start": "2024-01-15",
"end": "2024-04-15"
},
"author": {
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
},
"contributor": [
{
"reference": "RelatedPerson/ltc-related-person-primary-caregiver-example"
}
],
"goal": [
{
"reference": "Goal/ltc-goal-mobility-improvement-example"
}
],
"activity": [
{
"detail": {
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "229070002",
"display": "Stretching exercises"
}
]
},
"status": "in-progress",
"scheduledPeriod": {
"start": "2024-01-15",
"end": "2024-04-15"
},
"performer": [
{
"reference": "PractitionerRole/ltc-practitioner-role-nurse-example"
}
],
"description": "進行每日助行器行走訓練,每次30分鐘,每日2次"
}
}
],
"note": [
{
"time": "2024-01-15",
"text": "住民配合度良好,預期能達成獨立行走的目標"
}
]
}