Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build International flag

Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ICR Task Origin - JSON Representation

Draft as of 2026-08-07

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "icr-task-origin-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem icr-task-origin-cs</b></p><a name=\"icr-task-origin-cs\"> </a><a name=\"hcicr-task-origin-cs\"> </a><p>This case-sensitive code system <code>https://icr.healthcampaigns.org/CodeSystem/icr-task-origin-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">pre-planned<a name=\"icr-task-origin-cs-pre-planned\"> </a></td><td>Pre-planned</td><td>Generated in advance from the microplan (e.g. one Task per enumerated household or planned site-session).</td><td>Planifiée à l'avance</td></tr><tr><td style=\"white-space:nowrap\">field-registered<a name=\"icr-task-origin-cs-field-registered\"> </a></td><td>Field-registered</td><td>Created in the field on discovery — e.g. an unenumerated household found during a house-to-house sweep, registered as it is visited.</td><td>Enregistrée sur le terrain</td></tr></table></div>"
  },
  "url" : "https://icr.healthcampaigns.org/CodeSystem/icr-task-origin-cs",
  "version" : "0.1.0",
  "name" : "ICRTaskOriginCS",
  "title" : "ICR Task Origin",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-08-07T08:41:18-04:00",
  "publisher" : "UNICEF",
  "contact" : [
    {
      "name" : "UNICEF",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.unicef.org"
        }
      ]
    }
  ],
  "description" : "Whether a campaign Task was generated in advance from the microplan or registered in the field on discovery. Field-registered counts per area measure how incomplete the microplan's enumeration was — input to the next round's denominators (working doc §10 q1).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "pre-planned",
      "display" : "Pre-planned",
      "definition" : "Generated in advance from the microplan (e.g. one Task per enumerated household or planned site-session).",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Planifiée à l'avance"
        }
      ]
    },
    {
      "code" : "field-registered",
      "display" : "Field-registered",
      "definition" : "Created in the field on discovery — e.g. an unenumerated household found during a house-to-house sweep, registered as it is visited.",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Enregistrée sur le terrain"
        }
      ]
    }
  ]
}