{
  "resourceType" : "Consent",
  "id" : "Example-Smith-Johnson-HealthcareAgentConsent-Permit",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentConsentPermit"]
  },
  "language" : "en",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>I am consenting for my son Charles to be my authorized personal representative (primary healthcare agent) and I am permitting him to make decisions on my behalf about intubation.</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.1",
      "code" : "acd"
    }]
  }],
  "patient" : {
    "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "policy" : [{
    "uri" : "http://example.org/healthcare-agent-policy"
  }],
  "provision" : {
    "type" : "permit",
    "actor" : [{
      "role" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "75783-1",
          "display" : "Primary healthcare agent [Reported]"
        }]
      },
      "reference" : {
        "reference" : "RelatedPerson/Example-Smith-Johnson-HealthcareAgent1"
      }
    }]
  }
}