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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeConsent
IdConsent-Example-Smith-Johnson-HealthcareAgentConsent2.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

status: active

scope: Powers granted to healthcare agent - Reported

category: Advance Directive

patient: Betsy Smith-Johnson ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15

dateTime: 2020-08-03

Policies

-AuthorityUri
*https://www.michigan.gov/http://www.legislature.mi.gov/(S(tpnclc1ofteerx2x2dppcmdz))/mileg.aspx?page=GetObject&objectname=mcl-386-1998-V-5

provision

type: permit

actor

role: Primary healthcare agent - Reported

reference: natural son; Charles Johnson ; CharlesSJ@example.com

actor

role: First alternate healthcare agent - Reported

reference: First alternate healthcare agent - Reported, natural daughter; Debra Johnson ; DebraSJ@example.com

action: Advance directive - request for intubation, Advance directive - request for tube feeding, Advance directive - request for life support, Advance directive - request for IV fluid and support, Advance directive - request for antibiotics, Advance directive - request for resuscitation that differs from cardiopulmonary resuscitation

purpose: power of attorney


Source1

{
  "resourceType": "Consent",
  "id": "Example-Smith-Johnson-HealthcareAgentConsent2",
  "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.1",
          "code": "acd",
          "display": "Advance Directive"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "dateTime": "2020-08-03",
  "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-HealthcareAgent3"
        }
      }
    ],
    "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"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS",
            "code": "iv-fluid-and-support",
            "display": "IV fluid and support"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS",
            "code": "antibiotics",
            "display": "Antibiotics"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIHCADecisionsCS",
            "code": "resuscitation-non-cpr",
            "display": "Non-CPR Resuscitation"
          }
        ]
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "PWATRNY"
      }
    ]
  }
}