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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4
Resource TypeCarePlan
IdCarePlan-Example-Smith-Johnson-PreferenceCarePlan2.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

status: active

intent: proposal

category: Advance care plan

subject: Betsy Smith-Johnson ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15

addresses: Permanent, severe brain damage and I am unable to recognize my family and friends

goal:


Source1

{
  "resourceType": "CarePlan",
  "id": "Example-Smith-Johnson-PreferenceCarePlan2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "81378-2",
          "display": "Goals, preferences, and priorities under certain health conditions Narrative - Reported"
        }
      ]
    }
  ],
  "title": "Care Plan for Permanent, severe brain damage",
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "addresses": [
    {
      "display": "Permanent, severe brain damage and I am unable to recognize my family and friends"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference5"
    }
  ]
}