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

Mop-up household visit — Rokupr block 4, house 12

Resource id
example-mopup-task
Conforms to
ICRCampaignTask

Resource content

{
  "resourceType": "Task",
  "id": "example-mopup-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-mopup-task</b></p><a name=\"example-mopup-task\"> </a><a name=\"hcexample-mopup-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>: field-registered</p><p><b>Eligible Persons Present</b>: 2</p><p><b>Eligible Persons Absent</b>: 1</p><p><b>Missed Reason</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-missed-reason-cs absent}\">Absent</span></p><p><b>Finger Marked</b>: true</p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">House-to-house mop-up: vaccinate children missed at fixed posts</span></p><p><b>focus</b>: <a href=\"Group-example-household.html\">Group Household</a></p><p><b>for</b>: <a href=\"Group-example-household.html\">Group Household</a></p><p><b>executionPeriod</b>: 2026-06-24 09:30:00+0000 --&gt; 2026-06-24 09:50: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><h3>Outputs</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:\">Immunization delivered</span></td><td><a href=\"Immunization-example-mcv-dose.html\">Immunization: extension = campaign,zero-dose; status = completed; vaccineCode = measles virus vaccine; occurrence[x] = 2026-06-24 09:40:00+0000; lotNumber = MRV-2026-0412</a></td></tr></table></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": "field-registered"
    },
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/eligible-present",
      "valueUnsignedInt": 2
    },
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/eligible-absent",
      "valueUnsignedInt": 1
    },
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/missed-reason",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.icr.unicef.org/CodeSystem/icr-missed-reason-cs",
            "code": "absent",
            "display": "Absent"
          }
        ]
      }
    },
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/finger-marked",
      "valueBoolean": true
    }
  ],
  "status": "completed",
  "intent": "order",
  "code": {
    "text": "House-to-house mop-up: vaccinate children missed at fixed posts"
  },
  "focus": {
    "reference": "Group/example-household"
  },
  "for": {
    "reference": "Group/example-household"
  },
  "executionPeriod": {
    "start": "2026-06-24T09:30:00Z",
    "end": "2026-06-24T09:50:00Z"
  },
  "owner": {
    "reference": "CareTeam/example-careteam"
  },
  "location": {
    "reference": "Location/example-dwelling"
  },
  "output": [
    {
      "type": {
        "text": "Immunization delivered"
      },
      "valueReference": {
        "reference": "Immunization/example-mcv-dose"
      }
    }
  ]
}

Raw renditions: JSON · XML · Turtle