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

: Referral Decline Reason - TTL Representation

Active as of 2024-11-10

Raw ttl | Download


@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-declined-reason"] ; # 
  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-declined-reason</b></p><a name=\"acc-icp-declined-reason\"> </a><a name=\"hcacc-icp-declined-reason\"> </a><a name=\"acc-icp-declined-reason-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-declined-reason</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\">accredited-employer<a name=\"acc-icp-declined-reason-accredited-employer\"> </a></td><td>Accredited Employer</td></tr><tr><td style=\"white-space:nowrap\">client-not-contactable<a name=\"acc-icp-declined-reason-client-not-contactable\"> </a></td><td>Client not contactable</td></tr><tr><td style=\"white-space:nowrap\">client-declined-entry-to-icpmsk<a name=\"acc-icp-declined-reason-client-declined-entry-to-icpmsk\"> </a></td><td>Client declined entry to ICPMSK</td></tr><tr><td style=\"white-space:nowrap\">body-site-out-of-scope-ineligible<a name=\"acc-icp-declined-reason-body-site-out-of-scope-ineligible\"> </a></td><td>Body site out of scope/ineligible</td></tr><tr><td style=\"white-space:nowrap\">out-of-region<a name=\"acc-icp-declined-reason-out-of-region\"> </a></td><td>Out of region</td></tr><tr><td style=\"white-space:nowrap\">not-eligible-under-acc<a name=\"acc-icp-declined-reason-not-eligible-under-acc\"> </a></td><td>Not eligible under ACC (cover/causation)</td></tr><tr><td style=\"white-space:nowrap\">alternate-acc-service<a name=\"acc-icp-declined-reason-alternate-acc-service\"> </a></td><td>Alternate ACC service more appropriate for client</td></tr><tr><td style=\"white-space:nowrap\">symtoms-resolved-or-partially-resolved<a name=\"acc-icp-declined-reason-symtoms-resolved-or-partially-resolved\"> </a></td><td>Recovered IDT is not required</td></tr><tr><td style=\"white-space:nowrap\">client-declined-entry-to-icptbi<a name=\"acc-icp-declined-reason-client-declined-entry-to-icptbi\"> </a></td><td>Client declined entry to ICPTBI</td></tr><tr><td style=\"white-space:nowrap\">not-icptbi-eligible-injury<a name=\"acc-icp-declined-reason-not-icptbi-eligible-injury\"> </a></td><td>Not eligible under ICPTBI (covered under ACC)</td></tr><tr><td style=\"white-space:nowrap\">no-capacity-referral<a name=\"acc-icp-declined-reason-no-capacity-referral\"> </a></td><td>Referred to an alternative supplier</td></tr><tr><td style=\"white-space:nowrap\">requires-tamariki-service<a name=\"acc-icp-declined-reason-requires-tamariki-service\"> </a></td><td>Benefit from teh supplier that holds paediatric skillset</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"acc-icp-declined-reason-other\"> </a></td><td>Other - please specify</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-declined-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPDeclinedReason"] ; # 
  fhir:title [ fhir:v "Referral Decline Reason"] ; # 
  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 "New Zealand codes for Integrated Care Pathways referral decline reasons"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "13"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "accredited-employer" ] ;
fhir:display [ fhir:v "Accredited Employer" ]
  ] [
fhir:code [ fhir:v "client-not-contactable" ] ;
fhir:display [ fhir:v "Client not contactable" ]
  ] [
fhir:code [ fhir:v "client-declined-entry-to-icpmsk" ] ;
fhir:display [ fhir:v "Client declined entry to ICPMSK" ]
  ] [
fhir:code [ fhir:v "body-site-out-of-scope-ineligible" ] ;
fhir:display [ fhir:v "Body site out of scope/ineligible" ]
  ] [
fhir:code [ fhir:v "out-of-region" ] ;
fhir:display [ fhir:v "Out of region" ]
  ] [
fhir:code [ fhir:v "not-eligible-under-acc" ] ;
fhir:display [ fhir:v "Not eligible under ACC (cover/causation)" ]
  ] [
fhir:code [ fhir:v "alternate-acc-service" ] ;
fhir:display [ fhir:v "Alternate ACC service more appropriate for client" ]
  ] [
fhir:code [ fhir:v "symtoms-resolved-or-partially-resolved" ] ;
fhir:display [ fhir:v "Recovered IDT is not required" ]
  ] [
fhir:code [ fhir:v "client-declined-entry-to-icptbi" ] ;
fhir:display [ fhir:v "Client declined entry to ICPTBI" ]
  ] [
fhir:code [ fhir:v "not-icptbi-eligible-injury" ] ;
fhir:display [ fhir:v "Not eligible under ICPTBI (covered under ACC)" ]
  ] [
fhir:code [ fhir:v "no-capacity-referral" ] ;
fhir:display [ fhir:v "Referred to an alternative supplier" ]
  ] [
fhir:code [ fhir:v "requires-tamariki-service" ] ;
fhir:display [ fhir:v "Benefit from teh supplier that holds paediatric skillset" ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other - please specify" ]
  ] ) . #