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-PreferenceCarePlan1.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:

  • Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery
  • Persistent vegetative state (SNOMED CT 24473007)
  • Irreversible coma (SNOMED CT 73453007)

goal:


Source1

{
  "resourceType": "CarePlan",
  "id": "Example-Smith-Johnson-PreferenceCarePlan1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-goal-order-by-descending-priority-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y"
          }
        ]
      }
    }
  ],
  "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 Unconscious, vegetative state, coma for Smith-Johnson",
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "addresses": [
    {
      "display": "Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery"
    },
    {
      "display": "Persistent vegetative state (SNOMED CT 24473007)"
    },
    {
      "display": "Irreversible coma (SNOMED CT 73453007)"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference1"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference5"
    },
    {
      "reference": "Observation/Example-Smith-Johnson-CareExperiencePreference6"
    }
  ]
}