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

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"/>
  </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></div><p><b>basedOn</b>: <a href="Appointment/appointment-example">Appointment/appointment-example</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>: Please complete this questionnaire before your cardiology appointment on January 22nd. It should take about 10 minutes.</p><p><b>focus</b>: <a href="Questionnaire/cardiology-intake-questionnaire">Questionnaire/cardiology-intake-questionnaire</a></p><p><b>for</b>: <a href="Patient/nhi-example">John Doe</a></p><p><b>authoredOn</b>: 2024-01-15 10:00:00+0000</p><p><b>requester</b>: <a href="Practitioner/practitioner-example">Dr. Jane Smith</a></p><p><b>owner</b>: <a href="Practitioner/practitioner-example">Dr. Jane Smith</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 394807007}">Cardiology</span></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><code>https://fhir-ig.digital.health.nz/shared-care/Questionnaire/cardiology-intake-questionnaire|1.0.0</code></td></tr></table></div>
  </text>
  <basedOn>
    <reference value="Appointment/appointment-example"/>
  </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="Please complete this questionnaire before your cardiology appointment on January 22nd. It should take about 10 minutes."/>
  <focus>
    <reference value="Questionnaire/cardiology-intake-questionnaire"/>
  </focus>
  <for>
    <reference value="Patient/nhi-example"/>
    <display value="John Doe"/>
  </for>
  <authoredOn value="2024-01-15T10:00:00Z"/>
  <requester>
    <reference value="Practitioner/practitioner-example"/>
    <display value="Dr. Jane Smith"/>
  </requester>
  <owner>
    <reference value="Practitioner/practitioner-example"/>
    <display value="Dr. Jane Smith"/>
  </owner>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394807007"/>
      <display value="Cardiology"/>
    </coding>
  </reasonCode>
  <input>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/uv/sdc/CodeSystem/temp"/>
        <code value="questionnaire"/>
      </coding>
    </type>
    <valueCanonical
                    value="https://fhir-ig.digital.health.nz/shared-care/Questionnaire/cardiology-intake-questionnaire|1.0.0"/>
  </input>
</Task>