PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-McBee-PersonalInterventionPreference3 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "Example-McBee-PersonalInterventionPreference3",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PersonalInterventionPreference"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>If my response above indicates that I do not want life-sustaining treatments,</p><p>I expressly authorize my attending physician to withhold or withdraw artificial nutrition and hydration and instruct my healthcare agent (or, if I have not designated a healthcare agent, my default surrogate), my family and the doctors and nurses who are taking care of me to respect this request.</p></div>"
  },
  "lifecycleStatus" : "proposed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "77352-3",
          "display" : "Thoughts on artificial nutrition and hydration [Reported]"
        }
      ]
    }
  ],
  "description" : {
    "text" : "If my response above indicates that I do not want life-sustaining treatments, I expressly authorize my attending physician to withhold or withdraw artificial nutrition and hydration and instruct my healthcare agent (or, if I have not designated a healthcare agent, my default surrogate), my family and the doctors and nurses who are taking care of me to respect this request."
  },
  "subject" : {
    "reference" : "Patient/Example-McBee-Patient1"
  },
  "expressedBy" : {
    "reference" : "Patient/Example-McBee-Patient1"
  }
}