FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Goal |
| Id | Goal-pasport-goal-walking-steps-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal pasport-goal-walking-steps-example
Profile: 運動處方-運動目標
identifier: http://ltc-ig.fhir.tw/goal-id/goal-walking-2024-001
lifecycleStatus: Active
category: Physical Activity
description: 患者每日步行步數目標:達到每日8000步,促進心血管健康和肌肉力量
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
start: 2024-01-15
| Measure | Detail[x] | Due[x] |
| Number of steps in 24 hour Measured | 8000 steps per day (Details: UCUM code/d = '/d') | 2024-04-15 |
statusDate: 2024-01-15
note: @2024-01-15
考慮患者目前體能狀況,設定循序漸進的步數目標,最終達到每日8000步
{
"resourceType": "Goal",
"id": "pasport-goal-walking-steps-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportGoal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://ltc-ig.fhir.tw/goal-id",
"value": "goal-walking-2024-001"
}
],
"lifecycleStatus": "active",
"category": [
{
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
"code": "PhysicalActivity",
"display": "Physical Activity"
}
]
}
],
"description": {
"text": "患者每日步行步數目標:達到每日8000步,促進心血管健康和肌肉力量"
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"startDate": "2024-01-15",
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "41950-7",
"display": "Number of steps in 24 hour Measured"
}
]
},
"detailQuantity": {
"value": 8000,
"unit": "steps per day",
"system": "http://unitsofmeasure.org",
"code": "/d"
},
"dueDate": "2024-04-15"
}
],
"statusDate": "2024-01-15",
"note": [
{
"time": "2024-01-15",
"text": "考慮患者目前體能狀況,設定循序漸進的步數目標,最終達到每日8000步"
}
]
}