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

Extension: Triage Assessment Date

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

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

The date the triage assessment was completed.

Context of Use

This extension may be used on the following element(s):

  • Element ID Encounter.extension
  • Element ID EpisodeOfCare.extension

Usage info

Usages:

Formal Views of Extension Content

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

This structure is derived from Extension

Summary

Simple Extension with the type date: The date the triage assessment was completed.

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Triage Assessment Date
... extension 0..0
... url 1..1 uri "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-triage-assessment-date"
... value[x] C 0..1 date Value of extension
Constraints: date-invariant, date-not-in-future-invariant

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Triage Assessment Date
... id 0..1 string Unique id for inter-element referencing
... extension 0..0
... url 1..1 uri "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-triage-assessment-date"

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension with the type date: The date the triage assessment was completed.

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Triage Assessment Date
... extension 0..0
... url 1..1 uri "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-triage-assessment-date"
... value[x] C 0..1 date Value of extension
Constraints: date-invariant, date-not-in-future-invariant

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Triage Assessment Date
... id 0..1 string Unique id for inter-element referencing
... extension 0..0
... url 1..1 uri "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-triage-assessment-date"

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Constraints

IdGradePath(s)DetailsRequirements
date-invarianterrorExtension.value[x]All 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-invarianterrorExtension.value[x]The date value cannot be in the future
: $this <= today()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()