FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeObservation
IdObservation-better-diet.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
  }
}