FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Goal |
| Id | Goal-ExampleGoal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Goal "ExampleGoal"
lifecycleStatus: active
achievementStatus: In Progress (Goal achievement status#in-progress)
category: Physical Activity (Temporary Codes#PhysicalActivity)
description: Over the next 6 months\, increase your weekly exercise in small increments to at least 100 minutes/week of physical activity that makes you sweat and breath heavily enough that holding a conversation is difficult. ()
subject: http://example.org/fhir/Patient/1: Example Patient
| Measure | Detail[x] | Due[x] |
| Freq aerobic physical activity (LOINC#82290-8) | 100 min/wk (Details: UCUM code min/wk = 'min/wk') | 2022-12-08 |
addresses: Condition/ExampleCondition: Low Exercise
note: Significant progress. Regularly exceeding 120 min/week and has found an activity he enjoys. Need to branch out to one more activity to achieve guideline target. (By http://example.org/fhir/PractitionerRole/1 @2022-12-15)
{
"resourceType": "Goal",
"id": "ExampleGoal",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "in-progress"
}
]
},
"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 100 minutes/week of physical activity that makes you sweat and breath heavily enough that holding a conversation is difficult."
},
"subject": {
"reference": "http://example.org/fhir/Patient/1",
"display": "Example Patient"
},
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "82290-8"
}
]
},
"detailQuantity": {
"value": 100,
"system": "http://unitsofmeasure.org",
"code": "min/wk"
},
"dueDate": "2022-12-08"
}
],
"addresses": [
{
"reference": "Condition/ExampleCondition",
"display": "Low Exercise"
}
],
"note": [
{
"authorReference": {
"reference": "http://example.org/fhir/PractitionerRole/1",
"display": "Ordering Clinician"
},
"time": "2022-12-15",
"text": "Significant progress. Regularly exceeding 120 min/week and has found an activity he enjoys. Need to branch out to one more activity to achieve guideline target."
}
]
}