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

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

: Module Level Educational Content Delivery 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/rpm-educational-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Task RPMEducationalTask-ModuleExample</b></p><a name="RPMEducationalTask-ModuleExample"> </a><a name="hcRPMEducationalTask-ModuleExample"> </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-rpm-educational-task.html">RPM Educational Content Delivery Task</a></p></div><p><b>basedOn</b>: <a href="CarePlan/cp-12345">CarePlan/cp-12345</a></p><p><b>partOf</b>: <a href="Task/group-level-task">Task/group-level-task</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title="Codes:{http://example.org/fhir/CodeSystem/rpm-education-module-cs your-heart-module}">COVID-19 Vaccination Side Effects</span></p><p><b>for</b>: <a href="Patient/example">Patient/example</a></p><p><b>authoredOn</b>: 2025-08-27 09:00:00+1000</p><p><b>requester</b>: <a href="Practitioner/example">Practitioner/example</a></p><p><b>owner</b>: <a href="Patient/example">Patient/example</a></p></div>
  </text>
  <basedOn>
    <reference value="CarePlan/cp-12345"/>
  </basedOn>
  <partOf>
    <reference value="Task/group-level-task"/>
  </partOf>
  <status value="requested"/>
  <intent value="plan"/>
  <code>
    <coding>
      <system
              value="http://example.org/fhir/CodeSystem/rpm-education-module-cs"/>
      <code value="your-heart-module"/>
    </coding>
  </code>
  <for>
    <reference value="Patient/example"/>
  </for>
  <authoredOn value="2025-08-27T09:00:00+10:00"/>
  <requester>
    <reference value="Practitioner/example"/>
  </requester>
  <owner>
    <reference value="Patient/example"/>
  </owner>
</Task>