FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Goal |
| Id | Goal-bmi-normal-range.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal bmi-normal-range
Last updated: 2020-12-14 00:00:00+0000
lifecycleStatus: Active
achievementStatus: In Progress
priority: high
description: Lower high BMI count by losing 10 lbs. in 1 year
subject: Patricia Noelle
start: 2020-05-08
| Measure | Detail[x] | Due[x] |
| Body Weight | 60-64 kg | 2021-05-12 |
statusReason: Goal initiated
expressedBy: Dr. John Carlson
addresses:
{
"resourceType": "Goal",
"id": "bmi-normal-range",
"meta": {
"lastUpdated": "2020-12-14T00:00:00Z",
"profile": [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "individual",
"valueReference": {
"reference": "Patient/cc-pat-pnoelle"
}
},
{
"url": "status",
"valueCode": "agree"
},
{
"url": "priority",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-priority",
"code": "high-priority"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/goal-acceptance"
},
{
"extension": [
{
"url": "individual",
"valueReference": {
"reference": "Practitioner/practitionerMCC-3v"
}
},
{
"url": "status",
"valueCode": "agree"
},
{
"url": "priority",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-priority",
"code": "high-priority"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/goal-acceptance"
}
],
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "in-progress"
}
]
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-priority",
"code": "high-priority",
"display": "High Priority"
}
],
"text": "high"
},
"description": {
"text": "Lower high BMI count by losing 10 lbs. in 1 year"
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"startDate": "2020-05-08",
"target": [
{
"measure": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body Weight"
}
]
},
"detailRange": {
"low": {
"value": 60,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"high": {
"value": 64,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
},
"dueDate": "2021-05-12"
}
],
"statusReason": "Goal initiated",
"expressedBy": {
"reference": "Practitioner/practitionerMCC-3v",
"display": "Dr. John Carlson"
},
"addresses": [
{
"reference": "Condition/problem-list-1"
},
{
"reference": "Condition/patient-health-concern-4"
}
]
}