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-patient-referral-to-idt - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="http://hl7.org.nz/fhir/StructureDefinition/acc-icp-bist-patient-referral"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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 (use: official, )</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&amp;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>
  </text>
  <contained>
    <Practitioner>
      <id value="acc-provider-tbi-requester"/>
      <meta>
        <profile
                 value="http://hl7.org.nz/fhir/StructureDefinition/acc-tbi-provider"/>
      </meta>
      <extension
                 url="http://hl7.org.nz/fhir/StructureDefinition/acc-vendorid">
        <valueString value="J99966"/>
      </extension>
      <extension
                 url="http://hl7.org.nz/fhir/StructureDefinition/acc-providerid">
        <valueString value="J99966"/>
      </extension>
    </Practitioner>
  </contained>
  <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>
  <identifier>
    <use value="official"/>
    <system value="https://standards.digital.health.nz/ns/acc-45-number"/>
    <value value="AB12345"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <subject>
    <reference value="#patient-internal"/>
  </subject>
  <authoredOn value="2023-08-09T15:30:00Z"/>
  <requester>
    <reference value="#acc-provider-tbi-requester"/>
  </requester>
  <reasonCode>
    <coding>
      <system
              value="http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type"/>
      <code value="no-referral"/>
    </coding>
  </reasonCode>
  <supportingInfo>
    <reference
               value="http://hl7.org.nz/fhir/Questionnaire/acc-bist/bist-internal:1"/>
  </supportingInfo>
</ServiceRequest>