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

: Capability Statement - XML Representation

Active as of 2023-08-17

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="acc-icp-capabilitystatement"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">ICP capabilities</div>
  </text>
  <url
       value="http://hl7.org.nz/fhir/CapabilityStatement/acc-icp-capabilitystatement"/>
  <version value="1.0.0"/>
  <name value="ICP_CapabilityStatement"/>
  <title value="Capability Statement describing ICP FHIR API"/>
  <status value="active"/>
  <date value="2023-08-17"/>
  <publisher value="Accident Compensation Corporation"/>
  <description
               value="This is the computable resource that describes the RESTful endpoint"/>
  <kind value="instance"/>
  <software>
    <name value="ACC Integration API"/>
  </software>
  <implementation>
    <description
                 value="The ICP endpoints accessed by PMS vendors to enter into, capture observations, manage and exit ACC Integrated Care Pathway."/>
    <url
         value="https://provider.api-compliance.acc.co.nz/fhir/v1/integratedcarepathway"/>
  </implementation>
  <fhirVersion value="4.0.1"/>
  <format value="application/fhir+json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="EpisodeOfCare"/>
      <supportedProfile
                        value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-create"/>
      <supportedProfile
                        value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-modify"/>
      <supportedProfile
                        value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit"/>
      <interaction>
        <code value="create"/>
        <documentation
                       value="EpisodeOfCare create
The ICP Create Episode of Care contains the data that ICP suppliers send ACC on completion of triage and they decide to enrol a patient into the ICP-MSK service.
"/>
      </interaction>
      <interaction>
        <code value="update"/>
        <documentation
                       value="ICP EpisodeOfCare modify service bundle
The ICP Modify Episode of Care contains the data that ICP suppliers send ACC on when they require to modify the service bundle.
"/>
      </interaction>
      <interaction>
        <code value="update"/>
        <documentation
                       value="ICP EpisodeOfCare exit
The ICP Exit Episode of Care contains the data that ICP suppliers send ACC on exiting the Episode of Care.
"/>
      </interaction>
    </resource>
    <resource>
      <type value="Observation"/>
      <supportedProfile
                        value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical"/>
      <supportedProfile
                        value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-prom"/>
      <interaction>
        <code value="create"/>
        <documentation
                       value="Observation clinical measures
The ICP Clinical measures contains the clinical observation data that ICP suppliers send ACC while the patient is accepted into ICP.
"/>
      </interaction>
      <interaction>
        <code value="create"/>
        <documentation
                       value="Observation patient measures
The ICP Patient measures contains the patient record observation data that ICP suppliers send ACC while the patient is accepted into ICP.
"/>
      </interaction>
    </resource>
    <resource>
      <type value="Encounter"/>
      <supportedProfile
                        value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-decline"/>
      <interaction>
        <code value="create"/>
        <documentation
                       value="Encounter create
The ICP Referral Decline contains the data that ICP suppliers send ACC on completion of triage and they decide to decline the referral into the ICP-MSK service.
"/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>