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

: Referral Decline Reason - JSON Representation

Active as of 2024-09-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "acc-icp-declined-reason",
  "text" : {
    "status" : "generated",
    "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-en-US\"> </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\">other<a name=\"acc-icp-declined-reason-other\"> </a></td><td>Other - please specify</td></tr></table></div>"
  },
  "url" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-declined-reason",
  "version" : "1.0.0",
  "name" : "ICPDeclinedReason",
  "title" : "Referral Decline 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 referral decline reasons",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "accredited-employer",
      "display" : "Accredited Employer"
    },
    {
      "code" : "client-not-contactable",
      "display" : "Client not contactable"
    },
    {
      "code" : "client-declined-entry-to-icpmsk",
      "display" : "Client declined entry to ICPMSK"
    },
    {
      "code" : "body-site-out-of-scope-ineligible",
      "display" : "Body site out of scope/ineligible"
    },
    {
      "code" : "out-of-region",
      "display" : "Out of region"
    },
    {
      "code" : "not-eligible-under-acc",
      "display" : "Not eligible under ACC (cover/causation)"
    },
    {
      "code" : "alternate-acc-service",
      "display" : "Alternate ACC service more appropriate for client"
    },
    {
      "code" : "other",
      "display" : "Other - please specify"
    }
  ]
}