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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeCarePlan
IdCarePlan-Example-Smith-Johnson-PreferenceCarePlan3.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: Terminal illness, lack of meaningful interaction

goal:


Source1

{
  "resourceType": "CarePlan",
  "id": "Example-Smith-Johnson-PreferenceCarePlan3",
  "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 Terminal illness, lack of meaningful interaction",
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "addresses": [
    {
      "display": "Terminal illness, lack of meaningful interaction"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference1"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference2"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference3"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference4"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference5"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference7"
    }
  ]
}