<?xml version="1.0" encoding="UTF-8"?>

<Task xmlns="http://hl7.org/fhir">
  <id value="SimpleReminderTask"/>
  <meta>
    <profile value="https://fhir.amakomaya.com/StructureDefinition/reminder-task"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Task SimpleReminderTask</b></p><a name="SimpleReminderTask"> </a><a name="hcSimpleReminderTask"> </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-reminder-task.html">Reminder Task</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: plan</p><p><b>description</b>: Reminder for upcoming ANC visit.</p><p><b>executionPeriod</b>: 2025-12-05 09:00:00+0545 --&gt; 2025-12-05 09:05:00+0545</p><p><b>authoredOn</b>: 2025-12-01 08:00:00+0545</p><p><b>requester</b>: <a href="Patient-patient-pregnant.html">Sita Sharma Female, DoB: 1998-04-15 ( https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber#Nepal Telecome Subscriber Identifier Namespace#9851341921 (use: official, ))</a></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:">collected-specimen</span></td><td>Once per 1 day</td></tr></table></div>
  </text>
  <status value="draft"/>
  <intent value="plan"/>
  <description value="Reminder for upcoming ANC visit."/>
  <executionPeriod>
    <start value="2025-12-05T09:00:00+05:45"/>
    <end value="2025-12-05T09:05:00+05:45"/>
  </executionPeriod>
  <authoredOn value="2025-12-01T08:00:00+05:45"/>
  <requester>
    <reference value="Patient/patient-pregnant"/>
  </requester>
  <input>
    <type>
      <coding>
        <code value="collected-specimen"/>
      </coding>
    </type>
    <valueTiming>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </valueTiming>
  </input>
</Task>