New Zealand ICP Implementation Guide
1.0.0 - release

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 - JSON Representation

Active as of 2024-09-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "acc-icp-exit-reason",
  "text" : {
    "status" : "generated",
    "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-en-US\"> </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\">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>"
  },
  "url" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-exit-reason",
  "version" : "1.0.0",
  "name" : "ICPExitReason",
  "title" : "Exit Reason",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-08T23:06:38+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "New Zealand codes for Integrated Care Pathways case exit reasons",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "goal-achieved",
      "display" : "Recovery goal achieved"
    },
    {
      "code" : "partially-achieved",
      "display" : "Recovery goal partially achieved"
    },
    {
      "code" : "goal-not-achieved",
      "display" : "Recovery goal not achieved"
    },
    {
      "code" : "non-compliance",
      "display" : "Non-compliance"
    },
    {
      "code" : "alt-services",
      "display" : "Client opts for alternative ACC services"
    },
    {
      "code" : "new-diagnosis",
      "display" : "New ACC diagnosis (out of ICPMSK scope)"
    },
    {
      "code" : "not-eligible",
      "display" : "Not eligible under ACC"
    },
    {
      "code" : "client-moved",
      "display" : "Client moved out of region"
    },
    {
      "code" : "other",
      "display" : "Other - please specify"
    }
  ]
}