Integrated Campaign Registry (ICR) Implementation Guideunicef.fhir.icr · v0.1.0 · FHIR 4.0.1
Draft — this implementation guide is a working snapshot (v0.1.0) and its content may change without notice.
ExampleTaskcompleted

Follow-up revisit — missed child, Rokupr block 4

Resource id
example-followup-task
Conforms to
ICRCampaignTask

Resource content

{
  "resourceType": "Task",
  "id": "example-followup-task",
  "meta": {
    "profile": [
      "https://fhir.icr.unicef.org/StructureDefinition/ICRCampaignTask"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task example-followup-task</b></p><a name=\"example-followup-task\"> </a><a name=\"hcexample-followup-task\"> </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-ICRCampaignTask.html\">ICR Campaign Task</a></p></div><p><b>Delivery Strategy</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-delivery-strategy-cs house-to-house}\">House-to-house</span></p><p><b>Task Origin</b>: pre-planned</p><p><b>Revisit Outcome</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-revisit-outcome-cs already-vaccinated}\">Already vaccinated</span></p><p><b>partOf</b>: <a href=\"Task-example-mopup-task.html\">Task </a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">Revisit missed child from mop-up visit</span></p><p><b>focus</b>: <a href=\"Patient-example-child.html\">Aminata Kamara  Female, DoB: 2023-04-12 ( https://fhir.icr.unicef.org/identifiers/national-id#SL-2023-04-0099812)</a></p><p><b>executionPeriod</b>: 2026-06-25 10:00:00+0000 --&gt; 2026-06-25 10:10:00+0000</p><p><b>owner</b>: <a href=\"CareTeam-example-careteam.html\">CareTeam CDD team 7, Rokupr</a></p><p><b>location</b>: <a href=\"Location-example-dwelling.html\">Location Dwelling — Rokupr block 4, house 12</a></p></div>"
  },
  "extension": [
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/delivery-strategy",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.icr.unicef.org/CodeSystem/icr-delivery-strategy-cs",
            "code": "house-to-house",
            "display": "House-to-house"
          }
        ]
      }
    },
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/task-origin",
      "valueCode": "pre-planned"
    },
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/revisit-outcome",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.icr.unicef.org/CodeSystem/icr-revisit-outcome-cs",
            "code": "already-vaccinated",
            "display": "Already vaccinated"
          }
        ]
      }
    }
  ],
  "partOf": [
    {
      "reference": "Task/example-mopup-task"
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "text": "Revisit missed child from mop-up visit"
  },
  "focus": {
    "reference": "Patient/example-child"
  },
  "executionPeriod": {
    "start": "2026-06-25T10:00:00Z",
    "end": "2026-06-25T10:10:00Z"
  },
  "owner": {
    "reference": "CareTeam/example-careteam"
  },
  "location": {
    "reference": "Location/example-dwelling"
  }
}

Raw renditions: JSON · XML · Turtle