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-Smith-Johnson-CareExperiencePreference3 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "Example-Smith-Johnson-CareExperiencePreference3",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-CareExperiencePreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>My dislikes / fears:</b></p><p>Here is a list of things that I would like to avoid if at all possible, people that I don’t wish to see, and concerns I have about particular family members, pets, and so on:</p><p><i>I do not like my feet to be cold.</i></p></div>"
  },
  "lifecycleStatus" : "proposed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "81362-6",
          "display" : "My dislikes and fears [Reported]"
        }
      ]
    }
  ],
  "description" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "Context",
            "valueString" : "Here is a list of things that I would like to avoid if at all possible, people that I don’t wish to see, and concerns I have about particular family members, pets, and so on"
          },
          {
            "url" : "Value",
            "valueString" : "I do not like my feet to be cold."
          }
        ],
        "url" : "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/padi-contextualValue-extension"
      }
    ],
    "text" : "Here is a list of things that I would like to avoid if at all possible, people that I don’t wish to see, and concerns I have about particular family members, pets, and so on: I do not like my feet to be cold."
  },
  "subject" : {
    "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "expressedBy" : {
    "reference" : "Patient/Example-Smith-Johnson-Patient1"
  }
}