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" : "Observation",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-prom"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation icp-prom-measurement-data-absent</b></p><a name=\"icp-prom-measurement-data-absent\"> </a><a name=\"hcicp-prom-measurement-data-absent\"> </a><a name=\"icp-prom-measurement-data-absent-und\"> </a><p><b>ACC Provider ID</b>: J99966</p><p><b>Stage Care Source</b>: exit</p><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>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-prom-msk-measurement-standard koos}\">KOOS</span></p><p><b>subject</b>: <a href=\"#hcicp-prom-measurement-data-absent/patient-internal\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>effective</b>: 2023-08-09 15:30:00+0000</p><p><b>performer</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Organization/ORG123\">??</a></p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-data-absent-reason not-tested}\">Not Tested</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient-internal</b></p><a name=\"icp-prom-measurement-data-absent/patient-internal\"> </a><a name=\"hcicp-prom-measurement-data-absent/patient-internal\"> </a><a name=\"icp-prom-measurement-data-absent/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" : "Patient",
"id" : "patient-internal",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"
]
},
"birthDate" : "2003-03-20"
}
],
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/acc-providerid",
"valueString" : "J99966"
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-recorded-outcome-stage",
"valueCode" : "exit"
}
],
"identifier" : [
{
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/acc-45-number",
"value" : "AB12345"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-prom-msk-measurement-standard",
"code" : "koos",
"display" : "KOOS"
}
]
},
"subject" : {
"reference" : "#patient-internal"
},
"effectiveDateTime" : "2023-08-09T15:30:00Z",
"performer" : [
{
"reference" : "Organization/ORG123"
}
],
"dataAbsentReason" : {
"coding" : [
{
"system" : "http://hl7.org.nz/fhir/CodeSystem/acc-icp-data-absent-reason",
"code" : "not-tested",
"display" : "Not Tested"
}
]
}
}