PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

This page is part of the PACIO Advance Directive Information Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example-Smith-Johnson-HealthcareAgentConsent-Deny - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "Example-Smith-Johnson-HealthcareAgentConsent-Deny",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentDeny"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>I am consenting for my son Charles to be my primary healthcare agent and I am denying him to make decisions on my behalf about nutrition.</p></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "81377-4",
        "display" : "Goals, preferences, and priorities regarding the appointment of healthcare agents Narrative - Reported"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "version" : "1.0.0",
          "code" : "acd"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "policy" : [
    {
      "uri" : "http://example.org/healthcare-agent-policy"
    }
  ],
  "provision" : {
    "type" : "deny",
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75783-1",
              "display" : "Primary healthcare agent [Reported]"
            }
          ]
        },
        "reference" : {
          🔗 "reference" : "RelatedPerson/Example-Smith-Johnson-HealthcareAgent1"
        }
      }
    ]
  }
}