Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed name convention for ADI Consent. #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FHIR-us-pacio-adi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<artifact deprecated="true" id="StructureDefinition/PADI-Goal" key="StructureDefinition-PADI-Goal" name="ADI Goal"/>
<artifact id="CodeSystem/ADIPreferenceCategoryCS" key="CodeSystem-PADIGoalCategoryCS" name="ADI Goal Category Code System"/>
<artifact id="StructureDefinition/ADI-HealthcareAgentConsent" key="StructureDefinition-ADI-HealthcareAgentConsent" name="ADI Healthcare Agent Consent"/>
<artifact id="StructureDefinition/ADI-DenyConsent" key="StructureDefinition-ADI-DenyConsent" name="ADI Healthcare Agent Deny Consent"/>
<artifact id="StructureDefinition/ADI-ADIConsentDeny" key="StructureDefinition-ADI-ADIConsentDeny" name="ADI Healthcare Agent Consent Deny"/>
<artifact id="StructureDefinition/ADI-ADIConsentPermit" key="StructureDefinition-ADI-ADIConsentPermit" name="ADI Healthcare Agent Consent Permit"/>
<artifact id="StructureDefinition/ADI-HealthcareAgentParticipant" key="StructureDefinition-ADI-HealthcareAgentParticipant" name="ADI Healthcare Agent Participant"/>
<artifact id="StructureDefinition/ADI-PermitConsent" key="StructureDefinition-ADI-PermitConsent" name="ADI Healthcare Agent Permit Consent"/>
<artifact id="StructureDefinition/ADI-Notary" key="StructureDefinition-ADI-Notary" name="ADI Notary"/>
<artifact id="StructureDefinition/ADI-OrganDonationObservation" key="StructureDefinition-PADI-OrganDonationObservation" name="ADI Organ Donation"/>
<artifact id="StructureDefinition/ADI-PMOAdditionalOrdersOrInstructionsServiceRequest" key="StructureDefinition-ADI-PMOAdditionalOrdersOrInstructionsServiceRequest" name="ADI PMO Additional orders or instructions ServiceRequest"/>
Expand Down
13 changes: 7 additions & 6 deletions input/fsh/ADIHealthcareAgentConsentProfile.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Id: ADI-HealthcareAgentConsent
Title: "ADI Healthcare Agent Consent"
Description: "This profile is used to represent a consent for an advance directive participant such as a healthcare agent or advisor and power or limitation granted to such persons."

* ^abstract = true
// * obeys HCA-authority-scope-provisionType // provisionType invariant no longer needed since we fix scope to only one LOINC code (81377-4)
* obeys HCA-consent-category
* obeys HCA-provision-purpose
Expand Down Expand Up @@ -57,18 +58,18 @@ Description: "This profile is used to represent a consent for an advance directi
* provision.purpose from http://terminology.hl7.org/ValueSet/v3-ActReason (required)


Profile: ADIPermitConsent
Profile: ADIConsentPermit
Parent: ADIHealthcareAgentConsent
Id: ADI-PermitConsent
Title: "ADI Healthcare Agent Permit Consent"
Id: ADI-ADIConsentPermit
Title: "ADI Healthcare Agent Consent Permit"
Description: "This profile is used to represent permit consents for an advance directive participant such as a healthcare agent or advisor and power or limitation granted to such persons."

* provision.type = #permit

Profile: ADIDenyConsent
Profile: ADIConsentDeny
Parent: ADIHealthcareAgentConsent
Id: ADI-DenyConsent
Title: "ADI Healthcare Agent Deny Consent"
Id: ADI-ADIConsentDeny
Title: "ADI Healthcare Agent Consent Deny"
Description: "This profile is used to represent deny consents for an advance directive participant such as a healthcare agent or advisor and power or limitation granted to such persons."

* provision.type = #deny
Expand Down