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
Page standards status: Informative |
{
"resourceType" : "Consent",
"id" : "Example-Smith-Johnson-HealthcareAgentConsent-Permit",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentPermit"
]
},
"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.0",
"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"
}
}
]
}
}