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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "acc-icp-tbi-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: ValueSet acc-icp-tbi-exit-reason</b></p><a name=\"acc-icp-tbi-exit-reason\"> </a><a name=\"hcacc-icp-tbi-exit-reason\"> </a><a name=\"acc-icp-tbi-exit-reason-und\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-acc-icp-exit-reason.html\"><code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-exit-reason</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-goal-achieved\">goal-achieved</a></td><td style=\"color: #cccccc\">Recovery goal achieved</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-partially-achieved\">partially-achieved</a></td><td style=\"color: #cccccc\">Recovery goal partially achieved</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-goal-not-achieved\">goal-not-achieved</a></td><td style=\"color: #cccccc\">Recovery goal not achieved</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-non-compliance\">non-compliance</a></td><td style=\"color: #cccccc\">Non-compliance</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-alt-services\">alt-services</a></td><td style=\"color: #cccccc\">Client opts for alternative ACC services</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-new-diagnosis-non-tbi\">new-diagnosis-non-tbi</a></td><td style=\"color: #cccccc\">New ACC diagnosis (out of ICPTBI scope)</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-not-eligible\">not-eligible</a></td><td style=\"color: #cccccc\">Not eligible under ACC</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-client-moved\">client-moved</a></td><td style=\"color: #cccccc\">Client moved out of region</td></tr><tr><td><a href=\"CodeSystem-acc-icp-exit-reason.html#acc-icp-exit-reason-other\">other</a></td><td style=\"color: #cccccc\">Other - please specify</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ValueSet/acc-icp-tbi-exit-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPTbiExitReason"] ; # 
  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 TBI case exit reasons"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-exit-reason"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "goal-achieved" ]       ] [
fhir:code [ fhir:v "partially-achieved" ]       ] [
fhir:code [ fhir:v "goal-not-achieved" ]       ] [
fhir:code [ fhir:v "non-compliance" ]       ] [
fhir:code [ fhir:v "alt-services" ]       ] [
fhir:code [ fhir:v "new-diagnosis-non-tbi" ]       ] [
fhir:code [ fhir:v "not-eligible" ]       ] [
fhir:code [ fhir:v "client-moved" ]       ] [
fhir:code [ fhir:v "other" ]       ] )     ] )
  ] . #