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

: icp-exit-case-other - JSON Representation

Raw json | Download


{
  "resourceType" : "EpisodeOfCare",
  "id" : "icp-exit-case-other",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare icp-exit-case-other</b></p><a name=\"icp-exit-case-other\"> </a><a name=\"hcicp-exit-case-other\"> </a><a name=\"icp-exit-case-other-en-US\"> </a><p><b>ACC Provider ID</b>: J99966</p><blockquote><p><b>Exit Reason</b></p><ul><li>reason: other</li><li>other-reason: Reason not listed in the exit reason value set</li><li>additional-acc-support-needed: false</li><li>supporting-details: some info  to support other reason</li><li>outcome-summary: up to 5000 characters</li></ul></blockquote><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>: Finished</p><p><b>patient</b>: <a href=\"#hcicp-exit-case-other/patient-unknown\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>managingOrganization</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Organization/ORG123\">??</a></p><p><b>period</b>: ?? --&gt; 2022-11-17</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient  #patient-unknown</b></p><a name=\"icp-exit-case-other/patient-unknown\"> </a><a name=\"hcicp-exit-case-other/patient-unknown\"> </a><a name=\"icp-exit-case-other/patient-unknown-en-US\"> </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-unknown",
      "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"
    },
    {
      "extension" : [
        {
          "url" : "reason",
          "valueCode" : "other"
        },
        {
          "url" : "other-reason",
          "valueString" : "Reason not listed in the exit reason value set"
        },
        {
          "url" : "additional-acc-support-needed",
          "valueBoolean" : false
        },
        {
          "url" : "supporting-details",
          "valueString" : "some info  to support other reason"
        },
        {
          "url" : "outcome-summary",
          "valueString" : "up to 5000 characters"
        }
      ],
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-exit-reason"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/acc-45-number",
      "value" : "AB12345"
    }
  ],
  "status" : "finished",
  "patient" : {
    "reference" : "#patient-unknown"
  },
  "managingOrganization" : {
    "reference" : "Organization/ORG123"
  },
  "period" : {
    "end" : "2022-11-17"
  }
}