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 Target Population — geography - JSON Representation

Active as of 2026-09-06

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "icr-target-population-geography",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter icr-target-population-geography</b></p><a name=\"icr-target-population-geography\"> </a><a name=\"hcicr-target-population-geography\"> </a><h2>ICRTargetPopulationGeography</h2><p>Parameter <code>geography</code>:<code>reference</code></p><div><p>Search ICRTargetPopulation (Group) by the Location its estimate is scoped to — the geography characteristic. Base Group search cannot reach a characteristic's valueReference (its value parameter is token-typed), so without this parameter 'all denominators for this ward' is not a query. Reference-typed, so it chains (geography.partof=…) and reverse-includes (Location?_revinclude=Group:geography).</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/group.html\">Group</a></td></tr><tr><td>Expression</td><td><code>Group.characteristic.where(code.coding.where(system='https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs' and code='geography').exists()).value.as(Reference)</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/location.html\">Location</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "https://icr.healthcampaigns.org/SearchParameter/icr-target-population-geography",
  "version" : "0.1.0",
  "name" : "ICRTargetPopulationGeography",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-06T21:01:27+00:00",
  "publisher" : "UNICEF",
  "contact" : [
    {
      "name" : "UNICEF",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.unicef.org"
        }
      ]
    }
  ],
  "description" : "Search ICRTargetPopulation (Group) by the Location its estimate is scoped to — the geography characteristic. Base Group search cannot reach a characteristic's valueReference (its value parameter is token-typed), so without this parameter 'all denominators for this ward' is not a query. Reference-typed, so it chains (geography.partof=…) and reverse-includes (Location?_revinclude=Group:geography).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "geography",
  "base" : [
    "Group"
  ],
  "type" : "reference",
  "expression" : "Group.characteristic.where(code.coding.where(system='https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs' and code='geography').exists()).value.as(Reference)",
  "xpathUsage" : "normal",
  "target" : [
    "Location"
  ]
}