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

: Service Type - XML Representation

Active as of 2024-11-10

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="acc-icp-service-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem acc-icp-service-type</b></p><a name="acc-icp-service-type"> </a><a name="hcacc-icp-service-type"> </a><a name="acc-icp-service-type-und"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-service-type</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">msk<a name="acc-icp-service-type-msk"> </a></td><td>Musculoskeletal</td></tr><tr><td style="white-space:nowrap">tbi<a name="acc-icp-service-type-tbi"> </a></td><td>Traumatic Brain Injury</td></tr></table></div>
  </text>
  <url value="http://hl7.org.nz/fhir/CodeSystem/acc-icp-service-type"/>
  <version value="1.0.0"/>
  <name value="ICPServiceType"/>
  <title value="Service Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-11-10T23:48:30+00:00"/>
  <publisher value="Accident Compensation Corporation"/>
  <description
               value="The type of ICP service. Currently only musculoskeletal (msk) is allowed, with more to be added in the future, e.g. concussion."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="msk"/>
    <display value="Musculoskeletal"/>
  </concept>
  <concept>
    <code value="tbi"/>
    <display value="Traumatic Brain Injury"/>
  </concept>
</CodeSystem>