Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build
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
@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/Group/example-target-population-sac> a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-target-population-sac"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRTargetPopulation" ;
fhir:index 0 ;
fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRTargetPopulation>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs" ] ;
fhir:Coding.code [ fhir:value "gallery" ] ;
fhir:Coding.display [ fhir:value "Gallery" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group example-target-population-sac</b></p><a name=\"example-target-population-sac\"> </a><a name=\"hcexample-target-population-sac\"> </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\">Gallery (Details: ICR Project Tag code gallery = 'Gallery')</a></p></div><p><b>Denominator Source</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-denominator-source-cs govt-estimate}\">Government estimate</span></p><p><b>Denominator Type</b>: at-risk</p><p><b>Estimate Date</b>: 2026-02-01</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>: School-aged children 5–14, Kambia District — the narrower population actually targeted this round</p><p><b>quantity</b>: 14800</p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td><td><b>Exclude</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs geography}\">Geographic scope</span></td><td><a href=\"Location-example-district.html\">Location Kambia District</a></td><td>false</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/denominator-source" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-denominator-source-cs" ] ;
fhir:Coding.code [ fhir:value "govt-estimate" ] ;
fhir:Coding.display [ fhir:value "Government estimate" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/denominator-type" ] ;
fhir:Extension.valueCode [ fhir:value "at-risk" ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/estimate-date" ] ;
fhir:Extension.valueDate [ fhir:value "2026-02-01"^^xsd:date ]
], [
fhir:index 3 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/is-planning-denominator" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
] ;
fhir:Group.type [ fhir:value "person"] ;
fhir:Group.actual [ fhir:value "false"^^xsd:boolean] ;
fhir:Group.name [ fhir:value "School-aged children 5–14, Kambia District — the narrower population actually targeted this round"] ;
fhir:Group.quantity [ fhir:value "14800"^^xsd:nonNegativeInteger] ;
fhir:Group.characteristic [
fhir:index 0 ;
fhir:Group.characteristic.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs" ] ;
fhir:Coding.code [ fhir:value "geography" ] ;
fhir:Coding.display [ fhir:value "Geographic scope" ]
]
] ;
fhir:Group.characteristic.valueReference [
fhir:link <http://hl7.org/fhir/Location/example-district> ;
fhir:Reference.reference [ fhir:value "Location/example-district" ]
] ;
fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ]
] .
<http://hl7.org/fhir/Location/example-district> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Group/example-target-population-sac.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Group/example-target-population-sac.ttl> .
IG © 2026+ UNICEF. Package unicef.fhir.icr#0.1.0 based on FHIR 4.0.1. Generated 2026-08-07
Links: Table of Contents |
QA Report