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

: TBI Referral Source Type - JSON Representation

Active as of 2024-11-10

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "acc-icp-tbi-bist-referral-source-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet acc-icp-tbi-bist-referral-source-type</b></p><a name=\"acc-icp-tbi-bist-referral-source-type\"> </a><a name=\"hcacc-icp-tbi-bist-referral-source-type\"> </a><a name=\"acc-icp-tbi-bist-referral-source-type-und\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-acc-icp-referral-source-type.html\"><code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type</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-referral-source-type.html#acc-icp-referral-source-type-emergency\">emergency</a></td><td style=\"color: #cccccc\">Emergency referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-community-care\">community-care</a></td><td style=\"color: #cccccc\">Community Care referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-vestibular-ocular-physio\">vestibular-ocular-physio</a></td><td style=\"color: #cccccc\">Vestibular Ocular Physio referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-concussion-service\">concussion-service</a></td><td style=\"color: #cccccc\">Concussion Service referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-recovered-discharged\">recovered-discharged</a></td><td style=\"color: #cccccc\">Recovered/Discharged referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-no-referral\">no-referral</a></td><td style=\"color: #cccccc\">No referral required</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.nz/fhir/ValueSet/acc-icp-tbi-bist-referral-source-type",
  "version" : "1.0.0",
  "name" : "ICPTbiBistReferralSourceType",
  "title" : "TBI Referral Source Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-10T23:48:30+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "The source of the referral.  e.g. Internal is from within the supplier/consortium group.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type",
        "concept" : [
          {
            "code" : "emergency"
          },
          {
            "code" : "community-care"
          },
          {
            "code" : "vestibular-ocular-physio"
          },
          {
            "code" : "concussion-service"
          },
          {
            "code" : "recovered-discharged"
          },
          {
            "code" : "no-referral"
          }
        ]
      }
    ]
  }
}