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/Task/example-school-mda-task> a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-school-mda-task"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignTask" ;
fhir:index 0 ;
fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignTask>
] ;
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: Task example-school-mda-task</b></p><a name=\"example-school-mda-task\"> </a><a name=\"hcexample-school-mda-task\"> </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-ICRCampaignTask.html\">ICR Campaign Task</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>Delivery Strategy</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-delivery-strategy-cs school}\">School-based</span></p><p><b>Task Origin</b>: pre-planned</p><p><b>basedOn</b>: <a href=\"CarePlan-example-sch-descoped-round.html\">CarePlan SCH MDA, Kambia District, 2026 — school-aged children only (praziquantel supply shortfall)</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">School-based praziquantel administration, enrolled cohort</span></p><p><b>for</b>: <a href=\"Group-example-school-cohort.html\">Group Rokupr Primary School enrolled cohort</a></p><p><b>executionPeriod</b>: 2026-09-09 09:00:00+0000 --> 2026-09-09 13:00:00+0000</p><p><b>location</b>: <a href=\"Location-example-school.html\">Location Rokupr Primary School</a></p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-task-output-type-cs treated-count}\">Persons treated / vaccinated (scalar tally)</span></td><td>244</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/delivery-strategy" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-delivery-strategy-cs" ] ;
fhir:Coding.code [ fhir:value "school" ] ;
fhir:Coding.display [ fhir:value "School-based" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/task-origin" ] ;
fhir:Extension.valueCode [ fhir:value "pre-planned" ]
] ;
fhir:Task.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/CarePlan/example-sch-descoped-round> ;
fhir:Reference.reference [ fhir:value "CarePlan/example-sch-descoped-round" ]
] ;
fhir:Task.status [ fhir:value "completed"] ;
fhir:Task.intent [ fhir:value "order"] ;
fhir:Task.code [
fhir:CodeableConcept.text [ fhir:value "School-based praziquantel administration, enrolled cohort" ]
] ;
fhir:Task.for [
fhir:link <http://hl7.org/fhir/Group/example-school-cohort> ;
fhir:Reference.reference [ fhir:value "Group/example-school-cohort" ]
] ;
fhir:Task.executionPeriod [
fhir:Period.start [ fhir:value "2026-09-09T09:00:00Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2026-09-09T13:00:00Z"^^xsd:dateTime ]
] ;
fhir:Task.location [
fhir:link <http://hl7.org/fhir/Location/example-school> ;
fhir:Reference.reference [ fhir:value "Location/example-school" ]
] ;
fhir:Task.output [
fhir:index 0 ;
fhir:Task.output.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-task-output-type-cs" ] ;
fhir:Coding.code [ fhir:value "treated-count" ] ;
fhir:Coding.display [ fhir:value "Persons treated / vaccinated (scalar tally)" ]
]
] ;
fhir:Task.output.valueUnsignedInt [ fhir:value "244"^^xsd:nonNegativeInteger ]
] .
<http://hl7.org/fhir/CarePlan/example-sch-descoped-round> a fhir:CarePlan .
<http://hl7.org/fhir/Group/example-school-cohort> a fhir:Group .
<http://hl7.org/fhir/Location/example-school> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Task/example-school-mda-task.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Task/example-school-mda-task.ttl> .
IG © 2026+ UNICEF. Package unicef.fhir.icr#0.1.0 based on FHIR 4.0.1. Generated 2026-08-20
Links: Table of Contents |
QA Report