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

: Example Target Population — at-risk population, Rokupr community (STH MDA) - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "example-target-population-sth",
  "meta" : {
    "profile" : [
      🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRTargetPopulation"
    ],
    "tag" : [
      {
        "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code" : "mda",
        "display" : "MDA (Rokupr)"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group example-target-population-sth</b></p><a name=\"example-target-population-sth\"> </a><a name=\"hcexample-target-population-sth\"> </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-ICRTargetPopulation.html\">ICR Target Population</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</a></p></div><p><b>Denominator Source</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-denominator-source-cs microcensus}\">Microcensus / enumeration</span></p><p><b>Denominator Type</b>: at-risk</p><p><b>Estimate Date</b>: 2026-01-20</p><p><b>Is Planning Denominator</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: At-risk population, Rokupr community (STH MDA 2026 planning denominator)</p><p><b>quantity</b>: 3200</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs geography}\">Geographic scope</span></p><p><b>value</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs age-band}\">Age band</span></p><p><b>value</b>: 5-14 years</p><p><b>exclude</b>: false</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/denominator-source",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-denominator-source-cs",
            "code" : "microcensus",
            "display" : "Microcensus / enumeration"
          }
        ]
      }
    },
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/denominator-type",
      "valueCode" : "at-risk"
    },
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/estimate-date",
      "valueDate" : "2026-01-20"
    },
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/is-planning-denominator",
      "valueBoolean" : true
    }
  ],
  "type" : "person",
  "actual" : false,
  "name" : "At-risk population, Rokupr community (STH MDA 2026 planning denominator)",
  "quantity" : 3200,
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs",
            "code" : "geography",
            "display" : "Geographic scope"
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "Location/example-settlement"
      },
      "exclude" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs",
            "code" : "age-band",
            "display" : "Age band"
          }
        ]
      },
      "valueRange" : {
        "low" : {
          "value" : 5,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        },
        "high" : {
          "value" : 14,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      },
      "exclude" : false
    }
  ]
}