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
{
"resourceType" : "ServiceRequest",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-bist-patient-referral"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest icp-patient-referral-to-idt</b></p><a name=\"icp-patient-referral-to-idt\"> </a><a name=\"hcicp-patient-referral-to-idt\"> </a><a name=\"icp-patient-referral-to-idt-und\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/acc-45-number</code>/AB12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"#hcicp-patient-referral-to-idt/patient-internal\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>authoredOn</b>: 2023-08-09 15:30:00+0000</p><p><b>requester</b>: <a href=\"#hcicp-patient-referral-to-idt/acc-provider-tbi-requester\">Practitioner: extension = J99966,J99966</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type no-referral}\">No referral required</span></p><p><b>supportingInfo</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://hl7.org.nz/fhir/Questionnaire/acc-bist/bist-internal:1\">??</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Practitioner #acc-provider-tbi-requester</b></p><a name=\"icp-patient-referral-to-idt/acc-provider-tbi-requester\"> </a><a name=\"hcicp-patient-referral-to-idt/acc-provider-tbi-requester\"> </a><a name=\"icp-patient-referral-to-idt/acc-provider-tbi-requester-und\"> </a><p><b>ACC Vendor ID</b>: J99966</p><p><b>ACC Provider ID</b>: J99966</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient-internal</b></p><a name=\"icp-patient-referral-to-idt/patient-internal\"> </a><a name=\"hcicp-patient-referral-to-idt/patient-internal\"> </a><a name=\"icp-patient-referral-to-idt/patient-internal-und\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB: 2003-03-20</p><hr/></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Practitioner",
"id" : "acc-provider-tbi-requester",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-tbi-provider"
]
},
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/acc-vendorid",
"valueString" : "J99966"
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/acc-providerid",
"valueString" : "J99966"
}
]
},
{
"resourceType" : "Patient",
"id" : "patient-internal",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"
]
},
"birthDate" : "2003-03-20"
}
],
"identifier" : [
{
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/acc-45-number",
"value" : "AB12345"
}
],
"status" : "completed",
"intent" : "order",
"subject" : {
"reference" : "#patient-internal"
},
"authoredOn" : "2023-08-09T15:30:00Z",
"requester" : {
"reference" : "#acc-provider-tbi-requester"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type",
"code" : "no-referral"
}
]
}
],
"supportingInfo" : [
{
"reference" : "http://hl7.org.nz/fhir/Questionnaire/acc-bist/bist-internal:1"
}
]
}