FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-better-diet.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation better-diet
status: Final
category: Caregivers thoughts on the patient's condition status
code: Observation on patient/caregiver feelings on the condition status
subject: Patricia Noelle
focus:
effective: 2022-11-10 16:48:57-0800
performer: RelatedPerson Rose Noelle
value: Patty has made diet changes and has an improved appetite. She is logging meals and the logs show protein intake of about 1g/kg/day and fiber intake of about 23g/day
{
"resourceType": "Observation",
"id": "better-diet",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCPatientCaregiverConditionStatus"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
"valueReference": {
"reference": "Goal/access-affordable-healthy-food"
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Caregivers thoughts on the patient's condition status"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89253-9",
"display": "Trend"
}
],
"text": "Observation on patient/caregiver feelings on the condition status"
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"focus": [
{
"reference": "Condition/patient-health-concern-3"
},
{
"reference": "Condition/patient-health-concern-4"
},
{
"reference": "Condition/problem-list-1"
}
],
"effectiveDateTime": "2022-11-10T16:48:57.246958-08:00",
"performer": [
{
"reference": "RelatedPerson/daughter1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA65-8",
"display": "Improved"
}
],
"text": "Patty has made diet changes and has an improved appetite. She is logging meals and the logs show protein intake of about 1g/kg/day and fiber intake of about 23g/day"
}
}