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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "acc-icp-capabilitystatement"] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">ICP capabilities</div>"
] ; #
fhir:url [ fhir:v "http://hl7.org.nz/fhir/CapabilityStatement/acc-icp-capabilitystatement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ICP_CapabilityStatement"] ; #
fhir:title [ fhir:v "Capability Statement describing ICP FHIR API"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-08-17"^^xsd:date] ; #
fhir:publisher [ fhir:v "Accident Compensation Corporation"] ; #
fhir:description [ fhir:v "This is the computable resource that describes the RESTful endpoint"] ; #
fhir:kind [ fhir:v "instance"] ; #
fhir:software [
fhir:name [ fhir:v "ACC Integration API" ]
] ; #
fhir:implementation [
fhir:description [ fhir:v "The ICP endpoints accessed by PMS vendors to enter into, capture observations, manage and exit ACC Integrated Care Pathway." ] ;
fhir:url [ fhir:v "https://provider.api-compliance.acc.co.nz/fhir/v1/integratedcarepathway"^^xsd:anyURI ]
] ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "application/fhir+json"] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
( fhir:resource [
fhir:type [ fhir:v "EpisodeOfCare" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-create"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-create> ] [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-modify"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-modify> ] [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit> ] ) ;
( fhir:interaction [
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "EpisodeOfCare create\nThe 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.\n" ] ] [
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "ICP EpisodeOfCare modify service bundle\nThe ICP Modify Episode of Care contains the data that ICP suppliers send ACC on when they require to modify the service bundle.\n" ] ] [
fhir:code [ fhir:v "update" ] ;
fhir:documentation [ fhir:v "ICP EpisodeOfCare exit\nThe ICP Exit Episode of Care contains the data that ICP suppliers send ACC on exiting the Episode of Care.\n" ] ] ) ] [
fhir:type [ fhir:v "Observation" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical> ] [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-prom"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-prom> ] ) ;
( fhir:interaction [
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Observation clinical measures\nThe ICP Clinical measures contains the clinical observation data that ICP suppliers send ACC while the patient is accepted into ICP.\n" ] ] [
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Observation patient measures\nThe ICP Patient measures contains the patient record observation data that ICP suppliers send ACC while the patient is accepted into ICP.\n" ] ] ) ] [
fhir:type [ fhir:v "Encounter" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-decline"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-decline> ] ) ;
( fhir:interaction [
fhir:code [ fhir:v "create" ] ;
fhir:documentation [ fhir:v "Encounter create\nThe 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.\n" ] ] ) ] )
] ) . #