PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

Resource Profile: ADI Personal Advance Care Plan Composition

Defining URL:http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PACPComposition
Version:0.1.0
Name:PADIPACPComposition
Title:ADI Personal Advance Care Plan Composition
Status:Active as of 2021-11-08T23:13:35+00:00
Definition:

This profile encompasses information that makes up the author’s advance care information plan.

Publisher:HL7 Patient Empowerment Working Group
Source Resource:XML / JSON / Turtle

The official URL for this profile is:

http://hl7.org/fhir/us/pacio-adi/StructureDefinition/PADI-PACPComposition

This profile defines the requirements for communicating a Personal Advance Care Plan using a [Composition] Resource. It is used to create a person generated document which is authored by the subject of the document (the patient). It contains information about the person’s goals, preferences, and priorities (GPPs) for care and treatment under certain future conditions.

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet / Code
Composition.languagepreferredCommonLanguages
Max Binding: AllLanguages
Composition.statusrequiredCompositionStatus
Composition.typeextensiblePADIAdvanceDirectiveCategoriesVS
Composition.categoryexampleDocumentClassValueSet
Composition.attester.moderequiredCompositionAttestationMode
Composition.attester:legal_attester.moderequiredPattern: legal
Composition.attester:notary_attester.moderequiredPattern: professional
Composition.attester:witness_attester.moderequiredPattern: personal
Composition.relatesTo.coderequiredDocumentRelationshipType
Composition.event.codeexampleActCode
Composition.section.codeexampleDocumentSectionCodes
Composition.section.moderequiredListMode
Composition.section.orderedBypreferredListOrderCodes
Composition.section.emptyReasonpreferredListEmptyReasons
Composition.section:healthcare_agent_appointment.codeexamplePattern: LOINC code 81335-2
Composition.section:healthcare_agent_appointment.moderequiredListMode
Composition.section:healthcare_agent_appointment.orderedBypreferredListOrderCodes
Composition.section:healthcare_agent_appointment.emptyReasonrequiredPADINoHealthcareAgentIncludedReasonVS
Composition.section:gpp_personal_care_experience.codeexamplePattern: LOINC code 81338-6
Composition.section:gpp_personal_care_experience.moderequiredListMode
Composition.section:gpp_personal_care_experience.orderedBypreferredListOrderCodes
Composition.section:gpp_personal_care_experience.emptyReasonpreferredListEmptyReasons
Composition.section:gpp_for_certain_health_condition.codeexamplePattern: LOINC code 81336-0
Composition.section:gpp_for_certain_health_condition.moderequiredListMode
Composition.section:gpp_for_certain_health_condition.orderedBypreferredListOrderCodes
Composition.section:gpp_for_certain_health_condition.emptyReasonpreferredListEmptyReasons
Composition.section:gpp_upon_death.codeexamplePattern: LOINC code 81337-8
Composition.section:gpp_upon_death.moderequiredListMode
Composition.section:gpp_upon_death.orderedBypreferredListOrderCodes
Composition.section:gpp_upon_death.emptyReasonpreferredListEmptyReasons
Composition.section:additional_documentation.codeexamplePattern: LOINC code 77599-9
Composition.section:additional_documentation.moderequiredListMode
Composition.section:additional_documentation.orderedBypreferredListOrderCodes
Composition.section:additional_documentation.emptyReasonpreferredListEmptyReasons
Composition.section:witness_and_notary.codeexamplePattern: LOINC code 81339-4
Composition.section:witness_and_notary.moderequiredListMode
Composition.section:witness_and_notary.orderedBypreferredListOrderCodes
Composition.section:witness_and_notary.emptyReasonpreferredListEmptyReasons

Constraints

IdPathDetailsRequirements
HCA-section-entriesComposition.section:healthcare_agent_appointmentIf healthcare agent section entry exists, then the HCA consent entry and HCA relatedPerson entry must exist
: entry.exists().not() or (entry.where($this.resolve() is Consent).exists() and entry.where($this.resolve() is relatedPerson).exists())