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

: Example-McBee-HealthcareAgentConsent - JSON Representation

Raw json | Download


{
  "resourceType" : "Consent",
  "id" : "Example-McBee-HealthcareAgentConsent",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ParticipantConsent"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>status</b>: active</p><p><b>scope</b>: <span title=\"Codes: {http://loinc.org 75786-4}\">Powers granted to healthcare agent [Reported]</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/consentcategorycodes acd}\">Advance Directive</span></p><p><b>patient</b>: <a href=\"Patient-Example-McBee-Patient1.html\">Social Beneficiary Identifier: 555-12-1246, Roger Rienman McBee; Phone: +1(469)238-2858, Phone: +1(214)497-9529, rogerb@example.com; gender: male; birthDate: 1945-04-01</a></p><p><b>dateTime</b>: 2020-08-03</p><h3>Policies</h3><table class=\"grid\"><tr><td>-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td><a href=\"https://www.michigan.gov/\">https://www.michigan.gov/</a></td><td><a href=\"http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&amp;objectname=mcl-386-1998-V-5\">http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&amp;objectname=mcl-386-1998-V-5</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: permit</p><blockquote><p><b>actor</b></p><p><b>role</b>: <span title=\"Codes: {http://loinc.org 75783-1}\">Primary healthcare agent [Reported]</span></p><p><b>reference</b>: <a href=\"RelatedPerson-Example-McBee-HealthcareAgent1.html\">Bobbins Sally ; SallyBobbins@example.com</a></p></blockquote><blockquote><p><b>actor</b></p><p><b>role</b>: <span title=\"Codes: {http://loinc.org 75784-9}\">First alternate healthcare agent [Reported]</span></p><p><b>reference</b>: <a href=\"RelatedPerson-Example-McBee-HealthcareAgent2.html\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode FRND}\">unrelated friend</span>; Susskind S. Leonard ; ssuskind@example.com</a></p></blockquote><p><b>action</b>: <span title=\"Codes: {http://loinc.org 75787-2}\">Advance directive - request for intubation</span>, <span title=\"Codes: {http://loinc.org 75788-0}\">Advance directive - request for tube feeding</span>, <span title=\"Codes: {http://loinc.org 75789-8}\">Advance directive - request for life support</span></p><p><b>purpose</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason PWATRNY}\">power of attorney</span></p></blockquote></div>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "75786-4",
        "display" : "Powers granted to healthcare agent [Reported]"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
          "code" : "acd",
          "display" : "Advance Directive"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/Example-McBee-Patient1"
  },
  "dateTime" : "2020-08-03",
  "policy" : [
    {
      "authority" : "https://www.michigan.gov/",
      "uri" : "http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&objectname=mcl-386-1998-V-5"
    }
  ],
  "provision" : {
    "type" : "permit",
    "actor" : [
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75783-1",
              "display" : "Primary healthcare agent [Reported]"
            }
          ]
        },
        "reference" : {
          🔗 "reference" : "RelatedPerson/Example-McBee-HealthcareAgent1"
        }
      },
      {
        "role" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75784-9",
              "display" : "First alternate healthcare agent [Reported]"
            }
          ]
        },
        "reference" : {
          🔗 "reference" : "RelatedPerson/Example-McBee-HealthcareAgent2"
        }
      }
    ],
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS",
            "code" : "intubation",
            "display" : "Intubation"
          }
        ]
      },
      {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS",
            "code" : "tube-feeding",
            "display" : "Tube feeding"
          }
        ]
      },
      {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS",
            "code" : "life-support",
            "display" : "Life support"
          }
        ]
      }
    ],
    "purpose" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "PWATRNY"
      }
    ]
  }
}