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-service-bundle-change | Version: 1.0.0 | |||
Active as of 2022-11-20 | Computable Name: IcpServiceBundleChange | |||
Copyright/Legal: ACC New Zealand© 2023+; Licensed Under Creative Commons No Rights Reserved. |
An extension to capture the reason for a change in the ICP Service Bundle.
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:rationale.value[x] | required | ICPBundleChangeRationale (a valid code from Service Bundle Change Rationale)http://hl7.org.nz/fhir/ValueSet/acc-icp-service-bundle-change-rationale from this IG |
Id | Grade | Path(s) | Details | Requirements |
not-other-rationale-invariant | error | Extension | if 'rationale' is not 'other', supporting-details must not be populated. : (extension.where(url='rationale').where(value = 'other').empty() implies extension.where(url='supporting-details').value.empty()) | |
other-rationale-invariant | error | Extension | if 'rationale' is 'other', supporting-details is required. : (extension.where(url='rationale').where(value = 'other').exists() implies extension.where(url='supporting-details').value.exists()) | |
supporting-details-max50-length-invariant | error | Extension.extension:supporting-details.value[x] | 'supporting-details' must be no more than 50 characters. : value.length() <= 50 |