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
Active as of 2023-08-17 |
{
"resourceType" : "CapabilityStatement",
"id" : "acc-icp-capabilitystatement",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">ICP capabilities</div>"
},
"url" : "http://hl7.org.nz/fhir/CapabilityStatement/acc-icp-capabilitystatement",
"version" : "1.0.0",
"name" : "ICP_CapabilityStatement",
"title" : "Capability Statement describing ICP FHIR API",
"status" : "active",
"date" : "2023-08-17",
"publisher" : "Accident Compensation Corporation",
"description" : "This is the computable resource that describes the RESTful endpoint",
"kind" : "instance",
"software" : {
"name" : "ACC Integration API"
},
"implementation" : {
"description" : "The ICP endpoints accessed by PMS vendors to enter into, capture observations, manage and exit ACC Integrated Care Pathway.",
"url" : "https://provider.api-compliance.acc.co.nz/fhir/v1/integratedcarepathway"
},
"fhirVersion" : "4.0.1",
"format" : [
"application/fhir+json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "EpisodeOfCare",
"supportedProfile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-create"🔗 ,
"http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-modify"🔗 ,
"http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit"
],
"interaction" : [
{
"code" : "create",
"documentation" : "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"
},
{
"code" : "update",
"documentation" : "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"
},
{
"code" : "update",
"documentation" : "ICP EpisodeOfCare exit\nThe ICP Exit Episode of Care contains the data that ICP suppliers send ACC on exiting the Episode of Care.\n"
}
]
},
{
"type" : "Observation",
"supportedProfile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical"🔗 ,
"http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-prom"
],
"interaction" : [
{
"code" : "create",
"documentation" : "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"
},
{
"code" : "create",
"documentation" : "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"
}
]
},
{
"type" : "Encounter",
"supportedProfile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-referral-decline"
],
"interaction" : [
{
"code" : "create",
"documentation" : "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"
}
]
}
]
}
]
}