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

: Encounter Class - JSON Representation

Active as of 2024-09-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "acc-icp-encounter-class",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet acc-icp-encounter-class</b></p><a name=\"acc-icp-encounter-class\"> </a><a name=\"hcacc-icp-encounter-class\"> </a><a name=\"acc-icp-encounter-class-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-PRENC\">PRENC</a></td><td>pre-admission</td><td>A patient encounter where patient is scheduled or planned to receive service delivery in the future, and the patient is given a pre-admission account number. When the patient comes back for subsequent service, the pre-admission encounter is selected and is encapsulated into the service registration, and a new account number is generated.<br/><br/>*Usage Note:* This is intended to be used in advance of encounter types such as ambulatory, inpatient encounter, virtual, etc.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.nz/fhir/ValueSet/acc-icp-encounter-class",
  "version" : "1.0.0",
  "name" : "ICPEncounterClassVS",
  "title" : "Encounter Class",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-08T23:06:38+00:00",
  "publisher" : "Accident Compensation Corporation",
  "description" : "The Classification of the ICP referral (Declined)",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept" : [
          {
            "code" : "PRENC",
            "display" : "pre-admission"
          }
        ]
      }
    ]
  }
}