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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeObservation
IdObservation-caregiver-feelings-condition-status.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 caregiver-feelings-condition-status

version: 10; Last updated: 2023-06-06 12:58:55+0000

Profile: Multiple Chronic Condition Care Plan Patient/Caregiver Condition Status Observation

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: Condition Chronic kidney disease stage 3B (disorder)

effective: 2021-11-10 16:48:57-0800

performer: RelatedPerson Sarah van Putten (official)

value: Improved


Source1

{
  "resourceType": "Observation",
  "id": "caregiver-feelings-condition-status",
  "meta": {
    "versionId": "10",
    "lastUpdated": "2023-06-06T12:58:55.256Z",
    "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/HPT-WNL"
      }
    }
  ],
  "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/ConditionCKD"
    }
  ],
  "effectiveDateTime": "2021-11-10T16:48:57.246958-08:00",
  "performer": [
    {
      "reference": "RelatedPerson/caregiver-of-noelle"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA65-8",
        "display": "Improved"
      }
    ],
    "text": "Improved"
  }
}