Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Outpatient Communication Task Example - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <meta>
    <profile
             value="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationTask"/>
    <tag>
      <system
              value="https://hub.services.digital.health.nz/ns/correlation-id"/>
      <code value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Task OutpatientCommunicationTaskExample</b></p><a name="OutpatientCommunicationTaskExample"> </a><a name="hcOutpatientCommunicationTaskExample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-OutpatientCommunicationTask.html">Outpatient Communication Task</a></p><p style="margin-bottom: 0px">Tag: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Details: correlation-id code xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)</p></div><p><b>basedOn</b>: <a href="CarePlan-OutpatientCommunicationCarePlanExample.html">CarePlan: status = active; intent = plan; category = Cardiology</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}">Complete Questionnaire</span></p><p><b>description</b>: Complete this questionnaire before your appointment.</p><p><b>for</b>: John Smith (Identifier: <a href="http://fhir.org.nz/ig/base/NamingSystem-nhi.html" title="NHI number">NHI</a>/ZAC7823 (use: official, ))</p><p><b>authoredOn</b>: 2024-01-15 10:00:00+0000</p><p><b>requester</b>: Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX (use: official, ))</p><p><b>owner</b>: Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX (use: official, ))</p><h3>Inputs</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire}">Questionnaire</span></td><td><a href="Questionnaire-DHOSleepQuestionnaire.html">Sleep Service Questionnaire</a></td></tr></table></div>
  </text>
  <basedOn>🔗 
    <reference value="CarePlan/OutpatientCommunicationCarePlanExample"/>
  </basedOn>
  <status value="requested"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/uv/sdc/CodeSystem/temp"/>
      <code value="complete-questionnaire"/>
    </coding>
  </code>
  <description value="Complete this questionnaire before your appointment."/>
  <for>
    <type value="Patient"/>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZAC7823"/>
    </identifier>
    <display value="John Smith"/>
  </for>
  <authoredOn value="2024-01-15T10:00:00Z"/>
  <requester>
    <type value="Practitioner"/>
    <identifier>
      <use value="official"/>
      <system
              value="https://standards.digital.health.nz/ns/hpi-practitioner-id"/>
      <value value="99ZZFX"/>
    </identifier>
    <display value="Dr. Sarah Wilson"/>
  </requester>
  <owner>
    <type value="Practitioner"/>
    <identifier>
      <use value="official"/>
      <system
              value="https://standards.digital.health.nz/ns/hpi-practitioner-id"/>
      <value value="99ZZFX"/>
    </identifier>
    <display value="Dr. Sarah Wilson"/>
  </owner>
  <input>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/uv/sdc/CodeSystem/temp"/>
        <code value="questionnaire"/>
      </coding>
    </type>
    <valueCanonical
                    value="https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/DHOSleepQuestionnaire"/>
  </input>
</Task>