FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Goal |
| Id | Goal-Scen1Goal2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Goal "Scen1Goal2"
lifecycleStatus: active
achievementStatus: Improving (Goal achievement status#improving)
category: Physical Activity (Temporary Codes#PhysicalActivity)
description: Over the next 6 months, increase your weekly exercise in small increments to at least 150 minutes/week of physical activity that makes you sweat and breath heavily enough that holding a conversation is difficult. ()
subject: Patient/Scen1PatientKhatun: Jorin Khatun " KHATUN"
| Measure | Detail[x] | Due[x] |
| Freq aerobic physical activity (LOINC#82290-8) | 150 min/wk (Details: UCUM code min/wk = 'min/wk') | 2023-08-01 |
note: Significant progress. Regularly exceeding the target and has found an activity he enjoys. Need to branch out to one more activity to achieve guideline target. (By Practitioner/Scen1PractitionerPatel @2023-11-01)
{
"resourceType": "Goal",
"id": "Scen1Goal2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "improving"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
"code": "PhysicalActivity"
}
]
}
],
"description": {
"text": "Over the next 6 months, increase your weekly exercise in small increments to at least 150 minutes/week of physical activity that makes you sweat and breath heavily enough that holding a conversation is difficult."
},
"subject": {
"reference": "Patient/Scen1PatientKhatun",
"display": "Jorin Khatun"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "82290-8"
}
]
},
"detailQuantity": {
"value": 150,
"system": "http://unitsofmeasure.org",
"code": "min/wk"
},
"dueDate": "2023-08-01"
}
],
"note": [
{
"authorReference": {
"reference": "Practitioner/Scen1PractitionerPatel",
"display": "Dr. Rajesh Patel"
},
"time": "2023-11-01",
"text": "Significant progress. Regularly exceeding the target and has found an activity he enjoys. Need to branch out to one more activity to achieve guideline target."
}
]
}