New Zealand ICP Implementation Guide
1.0.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.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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-decline"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-decline> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter icp-referral-decline</b></p><a name=\"icp-referral-decline\"> </a><a name=\"hcicp-referral-decline\"> </a><a name=\"icp-referral-decline-und\"> </a><p><b>ACC Provider ID</b>: J99966</p><blockquote><p><b>Referral Source</b></p><ul><li>referral-source-type: gp</li><li>received-date: 2022-11-17</li></ul></blockquote><blockquote><p><b>ICP Referral Declined</b></p><ul><li>date-declined: 2022-11-17</li><li>reason: alternate-acc-service</li><li>recommended-next-steps: recommended next steps</li></ul></blockquote><blockquote><p><b>ICP Triage</b></p><blockquote><p><b>url</b></p><a href=\"StructureDefinition-acc-icp-triage-assessment-date.html\">Triage Assessment Date</a></blockquote><p><b>value</b>: 2022-11-17</p><blockquote><p><b>url</b></p><a href=\"StructureDefinition-acc-icp-client-authority.html\">Client Authority</a></blockquote><p><b>value</b>: true</p><p><b>Complexity Score</b>: low</p><blockquote><p><b>Category Co-morbidities</b></p><ul><li>co-morbidity-factors: low</li></ul></blockquote><blockquote><p><b>Category psychosocial</b></p><ul><li>social-support-network: low</li><li>patient-resilience: low</li><li>equitable-access: low</li><li>cultural-support: low</li><li>active-participation: low</li><li>medication-use: low</li><li>health-literacy: low</li></ul></blockquote><blockquote><p><b>Category contextual</b></p><ul><li>housing-accommodation: low</li><li>travel: low</li><li>return-to-sport: low</li><li>finances: low</li><li>return-to-adls: low</li></ul></blockquote><blockquote><p><b>Category disciplines</b></p><ul><li>number-of-disciplines: low</li></ul></blockquote><blockquote><p><b>Category vocational</b></p><ul><li>employment: low</li><li>return-to-work: low</li><li>workplace-support: low</li></ul></blockquote><blockquote><p><b>url</b></p><a href=\"StructureDefinition-acc-icp-complexity-scores.html\">Complexity Scores</a></blockquote></blockquote><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/acc-45-number</code>/AB12345 (use: official, )</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-PRENC\">ActCode PRENC</a>: pre-admission</p><p><b>serviceType</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-service-type msk}\">Musculoskeletal</span></p><p><b>subject</b>: <a href=\"#hcicp-referral-decline/patient-internal\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>serviceProvider</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Organization/ORG123\">??</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient-internal</b></p><a name=\"icp-referral-decline/patient-internal\"> </a><a name=\"hcicp-referral-decline/patient-internal\"> </a><a name=\"icp-referral-decline/patient-internal-und\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB: 2003-03-20</p><hr/></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "patient-internal" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient> ] ) ] ;
fhir:birthDate [ fhir:v "2003-03-20"^^xsd:date ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-providerid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "J99966" ]
] [
( fhir:extension [
fhir:url [ fhir:v "referral-source-type"^^xsd:anyURI ] ;
fhir:value [ fhir:v "gp" ] ] [
fhir:url [ fhir:v "received-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022-11-17"^^xsd:date ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-source"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "date-declined"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022-11-17"^^xsd:date ] ] [
fhir:url [ fhir:v "reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "alternate-acc-service" ] ] [
fhir:url [ fhir:v "recommended-next-steps"^^xsd:anyURI ] ;
fhir:value [ fhir:v "recommended next steps" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-declined"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-triage-assessment-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2022-11-17"^^xsd:date ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-client-authority"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-complexity-score"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
( fhir:extension [
fhir:url [ fhir:v "co-morbidity-factors"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-category-co-morbidities"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "social-support-network"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "patient-resilience"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "equitable-access"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "cultural-support"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "active-participation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "medication-use"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "health-literacy"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-category-psychosocial"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "housing-accommodation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "travel"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "return-to-sport"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "finances"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "return-to-adls"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-category-contextual"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "number-of-disciplines"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-category-disciplines"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "employment"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "return-to-work"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] [
fhir:url [ fhir:v "workplace-support"^^xsd:anyURI ] ;
fhir:value [ fhir:v "low" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-category-vocational"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-complexity-scores"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-triage"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/acc-45-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AB12345" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRENC" ]
] ; #
fhir:serviceType [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "msk" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "#patient-internal" ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/ORG123" ]
] . #
IG © 2023+ Accident Compensation Corporation. Package hl7.org.nz.fhir.ig.icp#1.0.0 based on FHIR 4.0.1. Generated 2024-11-10
Links: Table of Contents |
QA Report