New Zealand ICP Implementation Guide
1.1.0 - draft

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.1.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

Resource Profile: ACC ICP Patient

Official URL: http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient Version: 1.1.0
Active as of 2022-11-20 Computable Name: IcpPatient

Copyright/Legal: ACC New Zealand© 2023+; Licensed Under Creative Commons No Rights Reserved.

The ACC ICP Patient resource based on NzPatient. Used to verify that an ICP Case has a valid claim.

An ICP Patient resource is used within an Icp Case, as a data point to verify weither an Icp case has a valid claim

Usage:

Formal Views of Profile Content

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

This structure is derived from Patient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient Patient
... extension 0..* Extension Extension
Slice: Unordered, Open by value:url
... identifier
.... period 0..0
... active 0..0
.... text 0..0
.... period 0..0
... birthDate C 1..1 date The date of birth for the individual
date-invariant: All timestamps SHOULD be represented as Dates (YYYY-MM-DD only).
date-not-in-future-invariant: The date value cannot be in the future
... maritalStatus 0..0
... multipleBirth[x] 0..0
... photo 0..0
... contact 0..0
... communication 0..0
... managingOrganization 0..0
... link 0..0

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
date-invarianterrorPatient.birthDateAll timestamps SHOULD be represented as Dates (YYYY-MM-DD only).
: $this.toString().matches('^[0-9]{4}-[0-9]{2}-[0-9]{2}$')
date-not-in-future-invarianterrorPatient.birthDateThe date value cannot be in the future
: $this <= today()

 

Other representations of profile: CSV, Excel, Schematron