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/CareTeam/example-careteam> a fhir:CareTeam ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-careteam"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRCareTeam" ;
fhir:index 0 ;
fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRCareTeam>
] ;
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 "mda" ] ;
fhir:Coding.display [ fhir:value "MDA (Rokupr)" ]
]
] ;
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: CareTeam example-careteam</b></p><a name=\"example-careteam\"> </a><a name=\"hcexample-careteam\"> </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-ICRCareTeam.html\">ICR Care Team</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>Oversees Area</b>: <a href=\"Location-example-supervisory-area.html\">Location Kambia supervision zone 2 (Rokupr axis)</a></p><blockquote><p><b>Workload Target</b></p><ul><li>targetArea: <a href=\"Location-example-supervisory-area.html\">Location Kambia supervision zone 2 (Rokupr axis)</a></li><li>targetPopulation: 3200</li><li>targetHouseholds: 640</li><li>targetDays: 5</li></ul></blockquote><p><b>status</b>: Active</p><p><b>name</b>: CDD team 7, Rokupr</p><p><b>subject</b>: <a href=\"Group-example-target-population.html\">Group Children 9 months–14 years, Kambia District (MR SIA 2026 planning denominator)</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-team-role vaccinator}\">Vaccinator</span></p><p><b>member</b>: Fatmata Sesay (vaccinator)</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-team-role cdd}\">Community drug distributor (CDD)</span></p><p><b>member</b>: Mariama Bangura (CDD)</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-team-role supervisor}\">Supervisor</span></p><p><b>member</b>: Ibrahim Conteh (supervisor)</p></blockquote><p><b>managingOrganization</b>: Kambia District Health Management Team</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/oversees-area" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Location/example-supervisory-area> ;
fhir:Reference.reference [ fhir:value "Location/example-supervisory-area" ]
]
], [
fhir:index 1 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "targetArea" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Location/example-supervisory-area> ;
fhir:Reference.reference [ fhir:value "Location/example-supervisory-area" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "targetPopulation" ] ;
fhir:Extension.valueUnsignedInt [ fhir:value "3200"^^xsd:nonNegativeInteger ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "targetHouseholds" ] ;
fhir:Extension.valueUnsignedInt [ fhir:value "640"^^xsd:nonNegativeInteger ]
], [
fhir:index 3 ;
fhir:Extension.url [ fhir:value "targetDays" ] ;
fhir:Extension.valueUnsignedInt [ fhir:value "5"^^xsd:nonNegativeInteger ]
] ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/workload-target" ]
] ;
fhir:CareTeam.status [ fhir:value "active"] ;
fhir:CareTeam.name [ fhir:value "CDD team 7, Rokupr"] ;
fhir:CareTeam.subject [
fhir:link <http://hl7.org/fhir/Group/example-target-population> ;
fhir:Reference.reference [ fhir:value "Group/example-target-population" ]
] ;
fhir:CareTeam.participant [
fhir:index 0 ;
fhir:CareTeam.participant.role [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-team-role" ] ;
fhir:Coding.code [ fhir:value "vaccinator" ] ;
fhir:Coding.display [ fhir:value "Vaccinator" ]
]
] ;
fhir:CareTeam.participant.member [
fhir:Reference.display [ fhir:value "Fatmata Sesay (vaccinator)" ]
]
], [
fhir:index 1 ;
fhir:CareTeam.participant.role [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-team-role" ] ;
fhir:Coding.code [ fhir:value "cdd" ] ;
fhir:Coding.display [ fhir:value "Community drug distributor (CDD)" ]
]
] ;
fhir:CareTeam.participant.member [
fhir:Reference.display [ fhir:value "Mariama Bangura (CDD)" ]
]
], [
fhir:index 2 ;
fhir:CareTeam.participant.role [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-team-role" ] ;
fhir:Coding.code [ fhir:value "supervisor" ] ;
fhir:Coding.display [ fhir:value "Supervisor" ]
]
] ;
fhir:CareTeam.participant.member [
fhir:Reference.display [ fhir:value "Ibrahim Conteh (supervisor)" ]
]
] ;
fhir:CareTeam.managingOrganization [
fhir:index 0 ;
fhir:Reference.display [ fhir:value "Kambia District Health Management Team" ]
] .
<http://hl7.org/fhir/Location/example-supervisory-area> a fhir:Location .
<http://hl7.org/fhir/Group/example-target-population> a fhir:Group .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CareTeam/example-careteam.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CareTeam/example-careteam.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