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

: icp-exit-case-with-supporting-details - XML Representation

Raw xml | Download


<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: EpisodeOfCare icp-exit-case-with-supporting-details</b></p><a name="icp-exit-case-with-supporting-details"> </a><a name="hcicp-exit-case-with-supporting-details"> </a><a name="icp-exit-case-with-supporting-details-und"> </a><p><b>ACC Provider ID</b>: J99966</p><blockquote><p><b>Exit Reason</b></p><ul><li>reason: goal-achieved</li><li>additional-acc-support-needed: true</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 (use: official, )</p><p><b>status</b>: Finished</p><p><b>patient</b>: <a href="#hcicp-exit-case-with-supporting-details/patient-internal">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-internal</b></p><a name="icp-exit-case-with-supporting-details/patient-internal"> </a><a name="hcicp-exit-case-with-supporting-details/patient-internal"> </a><a name="icp-exit-case-with-supporting-details/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>
  </text>
  <contained>
    <Patient>
      <id value="patient-internal"/>
      <meta>
        <profile
                 value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"/>
      </meta>
      <birthDate value="2003-03-20"/>
    </Patient>
  </contained>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/acc-providerid">
    <valueString value="J99966"/>
  </extension>
  <extension
             url="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-exit-reason">
    <extension url="reason">
      <valueCode value="goal-achieved"/>
    </extension>
    <extension url="additional-acc-support-needed">
      <valueBoolean value="true"/>
    </extension>
    <extension url="supporting-details">
      <valueString value="some info  to support other reason"/>
    </extension>
    <extension url="outcome-summary">
      <valueString value="up to 5000 characters"/>
    </extension>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="https://standards.digital.health.nz/ns/acc-45-number"/>
    <value value="AB12345"/>
  </identifier>
  <status value="finished"/>
  <patient>
    <reference value="#patient-internal"/>
  </patient>
  <managingOrganization>
    <reference value="Organization/ORG123"/>
  </managingOrganization>
  <period>
    <end value="2022-11-17"/>
  </period>
</EpisodeOfCare>