Amakomaya Nepal FHIR Implementation Guide
1.0.1 - ci-build Nepal flag

Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Task - Simple Reminder for Pregnant Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "SimpleReminderTask",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.amakomaya.com/StructureDefinition/reminder-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0))</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>"
  },
  "status" : "draft",
  "intent" : "plan",
  "description" : "Reminder for upcoming ANC visit.",
  "executionPeriod" : {
    "start" : "2025-12-05T09:00:00+05:45",
    "end" : "2025-12-05T09:05:00+05:45"
  },
  "authoredOn" : "2025-12-01T08:00:00+05:45",
  "requester" : {
    🔗 "reference" : "Patient/patient-pregnant"
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "code" : "collected-specimen"
          }
        ]
      },
      "valueTiming" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      }
    }
  ]
}