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
Active as of 2024-11-10 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "acc-icp-referral-source-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem acc-icp-referral-source-type</b></p><a name=\"acc-icp-referral-source-type\"> </a><a name=\"hcacc-icp-referral-source-type\"> </a><a name=\"acc-icp-referral-source-type-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">gp<a name=\"acc-icp-referral-source-type-gp\"> </a></td><td>GP referral</td></tr><tr><td style=\"white-space:nowrap\">physio<a name=\"acc-icp-referral-source-type-physio\"> </a></td><td>Physio referral</td></tr><tr><td style=\"white-space:nowrap\">specialist<a name=\"acc-icp-referral-source-type-specialist\"> </a></td><td>Specialist referral</td></tr><tr><td style=\"white-space:nowrap\">allied<a name=\"acc-icp-referral-source-type-allied\"> </a></td><td>Other Allied health referral</td></tr><tr><td style=\"white-space:nowrap\">employer<a name=\"acc-icp-referral-source-type-employer\"> </a></td><td>Employer referral</td></tr><tr><td style=\"white-space:nowrap\">rongoa<a name=\"acc-icp-referral-source-type-rongoa\"> </a></td><td>Rongoa referral</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"acc-icp-referral-source-type-other\"> </a></td><td>Other referral type</td></tr><tr><td style=\"white-space:nowrap\">acc<a name=\"acc-icp-referral-source-type-acc\"> </a></td><td>ACC referral</td></tr><tr><td style=\"white-space:nowrap\">patient<a name=\"acc-icp-referral-source-type-patient\"> </a></td><td>Patient-led referral</td></tr><tr><td style=\"white-space:nowrap\">urgent-care<a name=\"acc-icp-referral-source-type-urgent-care\"> </a></td><td>Urgent Care referral</td></tr><tr><td style=\"white-space:nowrap\">emergency<a name=\"acc-icp-referral-source-type-emergency\"> </a></td><td>Emergency referral</td></tr><tr><td style=\"white-space:nowrap\">community-care<a name=\"acc-icp-referral-source-type-community-care\"> </a></td><td>Community Care referral</td></tr><tr><td style=\"white-space:nowrap\">vestibular-ocular-physio<a name=\"acc-icp-referral-source-type-vestibular-ocular-physio\"> </a></td><td>Vestibular Ocular Physio referral</td></tr><tr><td style=\"white-space:nowrap\">concussion-service<a name=\"acc-icp-referral-source-type-concussion-service\"> </a></td><td>Concussion Service referral</td></tr><tr><td style=\"white-space:nowrap\">recovered-discharged<a name=\"acc-icp-referral-source-type-recovered-discharged\"> </a></td><td>Recovered/Discharged referral</td></tr><tr><td style=\"white-space:nowrap\">no-referral<a name=\"acc-icp-referral-source-type-no-referral\"> </a></td><td>No referral required</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ICPReferralSourceType"] ; #
fhir:title [ fhir:v "Referral Source Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-10T23:48:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Accident Compensation Corporation"] ; #
fhir:description [ fhir:v "The source of the referral. e.g. Internal is from within the supplier/consortium group."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "16"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "gp" ] ;
fhir:display [ fhir:v "GP referral" ]
] [
fhir:code [ fhir:v "physio" ] ;
fhir:display [ fhir:v "Physio referral" ]
] [
fhir:code [ fhir:v "specialist" ] ;
fhir:display [ fhir:v "Specialist referral" ]
] [
fhir:code [ fhir:v "allied" ] ;
fhir:display [ fhir:v "Other Allied health referral" ]
] [
fhir:code [ fhir:v "employer" ] ;
fhir:display [ fhir:v "Employer referral" ]
] [
fhir:code [ fhir:v "rongoa" ] ;
fhir:display [ fhir:v "Rongoa referral" ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other referral type" ]
] [
fhir:code [ fhir:v "acc" ] ;
fhir:display [ fhir:v "ACC referral" ]
] [
fhir:code [ fhir:v "patient" ] ;
fhir:display [ fhir:v "Patient-led referral" ]
] [
fhir:code [ fhir:v "urgent-care" ] ;
fhir:display [ fhir:v "Urgent Care referral" ]
] [
fhir:code [ fhir:v "emergency" ] ;
fhir:display [ fhir:v "Emergency referral" ]
] [
fhir:code [ fhir:v "community-care" ] ;
fhir:display [ fhir:v "Community Care referral" ]
] [
fhir:code [ fhir:v "vestibular-ocular-physio" ] ;
fhir:display [ fhir:v "Vestibular Ocular Physio referral" ]
] [
fhir:code [ fhir:v "concussion-service" ] ;
fhir:display [ fhir:v "Concussion Service referral" ]
] [
fhir:code [ fhir:v "recovered-discharged" ] ;
fhir:display [ fhir:v "Recovered/Discharged referral" ]
] [
fhir:code [ fhir:v "no-referral" ] ;
fhir:display [ fhir:v "No referral required" ]
] ) . #
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