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

: Exit 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-exit-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-exit-reason</b></p><a name=\"acc-icp-exit-reason\"> </a><a name=\"hcacc-icp-exit-reason\"> </a><a name=\"acc-icp-exit-reason-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-exit-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\">goal-achieved<a name=\"acc-icp-exit-reason-goal-achieved\"> </a></td><td>Recovery goal achieved</td></tr><tr><td style=\"white-space:nowrap\">partially-achieved<a name=\"acc-icp-exit-reason-partially-achieved\"> </a></td><td>Recovery goal partially achieved</td></tr><tr><td style=\"white-space:nowrap\">goal-not-achieved<a name=\"acc-icp-exit-reason-goal-not-achieved\"> </a></td><td>Recovery goal not achieved</td></tr><tr><td style=\"white-space:nowrap\">non-compliance<a name=\"acc-icp-exit-reason-non-compliance\"> </a></td><td>Non-compliance</td></tr><tr><td style=\"white-space:nowrap\">alt-services<a name=\"acc-icp-exit-reason-alt-services\"> </a></td><td>Client opts for alternative ACC services</td></tr><tr><td style=\"white-space:nowrap\">new-diagnosis<a name=\"acc-icp-exit-reason-new-diagnosis\"> </a></td><td>New ACC diagnosis (out of ICPMSK scope)</td></tr><tr><td style=\"white-space:nowrap\">new-diagnosis-non-msk<a name=\"acc-icp-exit-reason-new-diagnosis-non-msk\"> </a></td><td>New ACC diagnosis (out of ICPMSK scope)</td></tr><tr><td style=\"white-space:nowrap\">new-diagnosis-non-tbi<a name=\"acc-icp-exit-reason-new-diagnosis-non-tbi\"> </a></td><td>New ACC diagnosis (out of ICPTBI scope)</td></tr><tr><td style=\"white-space:nowrap\">not-eligible<a name=\"acc-icp-exit-reason-not-eligible\"> </a></td><td>Not eligible under ACC</td></tr><tr><td style=\"white-space:nowrap\">client-moved<a name=\"acc-icp-exit-reason-client-moved\"> </a></td><td>Client moved out of region</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"acc-icp-exit-reason-other\"> </a></td><td>Other - please specify</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-exit-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPExitReason"] ; # 
  fhir:title [ fhir:v "Exit 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 case exit reasons"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "goal-achieved" ] ;
fhir:display [ fhir:v "Recovery goal achieved" ]
  ] [
fhir:code [ fhir:v "partially-achieved" ] ;
fhir:display [ fhir:v "Recovery goal partially achieved" ]
  ] [
fhir:code [ fhir:v "goal-not-achieved" ] ;
fhir:display [ fhir:v "Recovery goal not achieved" ]
  ] [
fhir:code [ fhir:v "non-compliance" ] ;
fhir:display [ fhir:v "Non-compliance" ]
  ] [
fhir:code [ fhir:v "alt-services" ] ;
fhir:display [ fhir:v "Client opts for alternative ACC services" ]
  ] [
fhir:code [ fhir:v "new-diagnosis" ] ;
fhir:display [ fhir:v "New ACC diagnosis (out of ICPMSK scope)" ]
  ] [
fhir:code [ fhir:v "new-diagnosis-non-msk" ] ;
fhir:display [ fhir:v "New ACC diagnosis (out of ICPMSK scope)" ]
  ] [
fhir:code [ fhir:v "new-diagnosis-non-tbi" ] ;
fhir:display [ fhir:v "New ACC diagnosis (out of ICPTBI scope)" ]
  ] [
fhir:code [ fhir:v "not-eligible" ] ;
fhir:display [ fhir:v "Not eligible under ACC" ]
  ] [
fhir:code [ fhir:v "client-moved" ] ;
fhir:display [ fhir:v "Client moved out of region" ]
  ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other - please specify" ]
  ] ) . #