FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4b |
| Resource Type | Consent |
| Id | Consent-Example-Smith-Johnson-HealthcareAgentConsent-Permit.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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.
{
"resourceType": "Consent",
"id": "Example-Smith-Johnson-HealthcareAgentConsent-Permit",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-ADIConsentPermit"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}
}