FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Goal |
| Id | Goal-weight-loss.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
A simple care goal for a patient to lose weight due to obesity.
{
"resourceType": "Goal",
"id": "weight-loss",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-goal"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.community-emr.co.il/identifier/entity-id/goals",
"value": "234234234"
}
],
"lifecycleStatus": "on-hold",
"category": [
{
"coding": [
{
"code": "dietary",
"system": "http://terminology.hl7.org/CodeSystem/goal-category"
}
]
}
],
"priority": {
"coding": [
{
"code": "high-priority",
"system": "http://terminology.hl7.org/CodeSystem/goal-priority",
"display": "High Priority"
}
],
"text": "high"
},
"description": {
"text": "Target weight is 160 to 180 lbs."
},
"subject": {
"reference": "Patient/patient-immigrant"
},
"startDate": "2015-04-05",
"target": [
{
"measure": {
"coding": [
{
"code": "3141-9",
"system": "http://loinc.org",
"display": "Weight Measured"
}
]
},
"detailRange": {
"low": {
"value": 160,
"code": "[lb_av]",
"system": "http://unitsofmeasure.org",
"unit": "lbs"
},
"high": {
"value": 180,
"code": "[lb_av]",
"system": "http://unitsofmeasure.org",
"unit": "lbs"
}
},
"dueDate": "2016-04-05"
}
],
"statusDate": "2016-02-14",
"statusReason": "Patient wants to defer weight loss until after honeymoon.",
"expressedBy": {
"reference": "Patient/patient-immigrant",
"display": "Peter James Chalmers"
},
"addresses": [
{
"display": "obesity condition"
},
{
"reference": "Condition/obesity-condition",
"display": "Obesity"
}
],
"outcomeReference": [
{
"reference": "Observation/hight-measurement"
}
],
"achievementStatus": {
"coding": [
{
"code": "improving",
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"display": "Improving"
}
]
},
"note": [
{
"text": "Goal was discussed with the care team and agreed upon with the patient."
}
]
}