New Zealand ICP Implementation Guide
1.0.0 - release
New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org.nz/fhir/StructureDefinition/acc-icp-exit-reason | Version: 1.0.0 | |||
Active as of 2022-11-20 | Computable Name: Icp_ExitReason | |||
Copyright/Legal: ACC New Zealand© 2023+; Licensed Under Creative Commons No Rights Reserved. |
Integrated Care Pathways Exit Reason
Context of Use
This extension may be used on the following element(s):
This extension may be used on the following element(s):
EpisodeOfCare
EpisodeOfCare.extension
Usage info
Usage:
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet | URI |
Extension.extension:reason.value[x] | required | ICPExitReason (a valid code from Exit Reason)http://hl7.org.nz/fhir/ValueSet/acc-icp-exit-reason from this IG |
Id | Grade | Path(s) | Details | Requirements |
not-other-reason-invariant | error | Extension | if reason code is not 'other', other-reason must not be populated. : (extension.where(url='reason').value != 'other' implies extension.where(url='other-reason').value.empty()) | |
not-recovery-goal-achieved-and-acc-support-invariant | error | Extension | if 'additional-acc-support-needed' is false and reason is 'goal-achieved', supporting-details and outcome-summary must not be populated. : ((extension.where(url='additional-acc-support-needed').value = false and extension.where(url='reason').value = 'goal-achieved') implies (extension.where(url='supporting-details').value.empty() and extension.where(url='outcome-summary').value.empty())) | |
other-reason-invariant | error | Extension | if reason code is 'other', other-reason is required. : (extension.where(url='reason').value = 'other' implies extension.where(url='other-reason').value.exists()) | |
other-reason-max250-length-invariant | error | Extension.extension:other-reason.value[x] | 'other-reason' must be no more than 250 characters. : value.length() <= 250 | |
outcome-summary-max-length5000-invariant | error | Extension.extension:outcome-summary.value[x] | 'supporting-details' must be no more than 5000 characters. : value.length() <= 5000 | |
recovery-goal-not-achieved-or-acc-support-invariant | error | Extension | if 'additional-acc-support-needed' is true or reason is not 'goal-achieved', supporting-details and outcome-summary are required. : ((extension.where(url='additional-acc-support-needed').value = true or extension.where(url='reason').value != 'goal-achieved') implies (extension.where(url='supporting-details').value.exists() and extension.where(url='outcome-summary').value.exists())) | |
supporting-details-max250-length-invariant | error | Extension.extension:supporting-details.value[x] | 'supporting-details' must be no more than 250 characters. : value.length() <= 250 |