FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4
Resource TypeConsent
IdConsent-Example-Smith-Johnson-HealthcareAgentConsent-Permit.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.


Source1

{
  "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"
        }
      }
    ]
  }
}