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 Campaign — target geography - TTL Representation

Active as of 2026-09-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/icr-campaign-target-geography> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "icr-campaign-target-geography"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter icr-campaign-target-geography</b></p><a name=\"icr-campaign-target-geography\"> </a><a name=\"hcicr-campaign-target-geography\"> </a><h2>ICRCampaignTargetGeography</h2><p>Parameter <code>target-geography</code>:<code>reference</code></p><div><p>Search ICRCampaign (CarePlan) by the Location it targets — the target-geography extension. Reference-typed, so it chains (target-geography.partof=…) and reverse-includes (Location?_revinclude=CarePlan:target-geography). This is the parameter behind campaign visibility: what is planned where, and which campaigns are heading for the same geography in the same window.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/careplan.html\">CarePlan</a></td></tr><tr><td>Expression</td><td><code>CarePlan.extension('https://icr.healthcampaigns.org/StructureDefinition/target-geography').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>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://icr.healthcampaigns.org/SearchParameter/icr-campaign-target-geography"] ;
  fhir:SearchParameter.version [ fhir:value "0.1.0"] ;
  fhir:SearchParameter.name [ fhir:value "ICRCampaignTargetGeography"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:SearchParameter.date [ fhir:value "2026-09-06T21:01:27+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "UNICEF"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "UNICEF" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.unicef.org" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Search ICRCampaign (CarePlan) by the Location it targets — the target-geography extension. Reference-typed, so it chains (target-geography.partof=…) and reverse-includes (Location?_revinclude=CarePlan:target-geography). This is the parameter behind campaign visibility: what is planned where, and which campaigns are heading for the same geography in the same window."] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ] ;
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "target-geography"] ;
  fhir:SearchParameter.base [
     fhir:value "CarePlan" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "reference"] ;
  fhir:SearchParameter.expression [ fhir:value "CarePlan.extension('https://icr.healthcampaigns.org/StructureDefinition/target-geography').value.as(Reference)"] ;
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"] ;
  fhir:SearchParameter.target [
     fhir:value "Location" ;
     fhir:index 0
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/icr-campaign-target-geography.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/icr-campaign-target-geography.ttl> .