PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example-McBee-CareExperiencePreference3 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "Example-McBee-CareExperiencePreference3",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-CareExperiencePreference"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p></p><p><b>Please attempt to notify someone from my religion at the following phone number:</b> (If I have included one)</p><p><i>Not Religious</i></p></div>"
  },
  "lifecycleStatus" : "proposed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/PADIGoalCategoryCS",
          "code" : "care-experience-preference",
          "display" : "Care experience preference"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "81365-9",
          "display" : "Religious Affiliation Contact to Notify [Reported]"
        }
      ]
    }
  ],
  "description" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "Context",
            "valueString" : "Please attempt to notify someone from my religion at the following phone number"
          },
          {
            "url" : "Value",
            "valueString" : "If I have included one - Not Religious"
          }
        ],
        "url" : "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/padi-contextualValue-extension"
      }
    ],
    "text" : "Please attempt to notify someone from my religion at the following phone number: If I have included one - Not Religious"
  },
  "subject" : {
    "reference" : "Patient/Example-McBee-Patient1"
  },
  "expressedBy" : {
    "reference" : "Patient/Example-McBee-Patient1"
  }
}