PACIO Advance Directive Interoperability Implementation Guide
2.1.0 - STU 2 United States of America flag

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions

: Care Plan for Unconscious, vegetative state, coma for McBee - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "Example-McBee-PreferenceCarePlan1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan Example-McBee-PreferenceCarePlan1</b></p><a name=\"Example-McBee-PreferenceCarePlan1\"> </a><a name=\"hcExample-McBee-PreferenceCarePlan1\"> </a><a name=\"Example-McBee-PreferenceCarePlan1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span>, <span title=\"Codes:{http://loinc.org 81378-2}\">Goals, preferences, and priorities under certain health conditions [Reported]</span></p><p><b>title</b>: Care Plan for Unconscious, vegetative state, coma for McBee</p><p><b>subject</b>: <a href=\"Patient-Example-McBee-Patient1.html\">McBee, Roger Rienman Male, DoB: 1945-04-01 ( Social Beneficiary Identifier: United States Social Security Number#555-12-1246)</a></p><p><b>addresses</b>: </p><ul><li>Unconscious, in a coma, or in a persistent vegetative state with little or no chance of recovery</li><li>Persistent vegetative state (SNOMED CT 24473007)</li><li>Irreversible coma (SNOMED CT 73453007)</li></ul><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference1.html\">Observation Preference on consulting a supportive and palliative care team to help treat physical, emotional, and spiritual discomfort and support family [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference2.html\">Observation Information to tell doctors if my health deteriorates due to a terminal illness and I am unable to interact meaningfully with family, friends, or surroundings [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference3.html\">Observation Thoughts on artificial nutrition and hydration [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference4.html\">Observation Information to tell doctors if I have a severe, irreversible brain injury or illness and can't dress, feed, or bathe myself, or communicate my medical wishes, but can be kept alive [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference5.html\">Observation Thoughts on cardiopulmonary resuscitation (CPR) [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference6.html\">Observation Thoughts on cardiopulmonary resuscitation (CPR) [Reported]</a></li><li><a href=\"Observation-Example-McBee-PersonalInterventionPreference7.html\">Observation Preferred location to spend final days if possible to choose [Reported]</a></li></ul></div>"
  },
  "status" : "active",
  "intent" : "proposal",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code" : "assess-plan"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "81378-2",
          "display" : "Goals, preferences, and priorities under certain health conditions [Reported]"
        }
      ]
    }
  ],
  "title" : "Care Plan for Unconscious, vegetative state, coma for McBee",
  "subject" : {
    🔗 "reference" : "Patient/Example-McBee-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-McBee-PersonalInterventionPreference1"
    },
    {
      🔗 "reference" : "Observation/Example-McBee-PersonalInterventionPreference2"
    },
    {
      🔗 "reference" : "Observation/Example-McBee-PersonalInterventionPreference3"
    },
    {
      🔗 "reference" : "Observation/Example-McBee-PersonalInterventionPreference4"
    },
    {
      🔗 "reference" : "Observation/Example-McBee-PersonalInterventionPreference5"
    },
    {
      🔗 "reference" : "Observation/Example-McBee-PersonalInterventionPreference6"
    },
    {
      🔗 "reference" : "Observation/Example-McBee-PersonalInterventionPreference7"
    }
  ]
}