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-followup-task> a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-followup-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 "mr-sia" ] ;
fhir:Coding.display [ fhir:value "MR SIA (Sierra Leone)" ]
]
] ;
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-followup-task</b></p><a name=\"example-followup-task\"> </a><a name=\"hcexample-followup-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\">MR SIA (Sierra Leone) (Details: ICR Project Tag code mr-sia = 'MR SIA (Sierra Leone)')</a></p></div><p><b>Delivery Strategy</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-delivery-strategy-cs house-to-house}\">House-to-house</span></p><p><b>Task Origin</b>: pre-planned</p><p><b>Revisit Outcome</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-revisit-outcome-cs already-vaccinated}\">Already vaccinated</span></p><p><b>partOf</b>: <a href=\"Task-example-mopup-task.html\">Task </a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:\">Revisit missed child from mop-up visit</span></p><p><b>focus</b>: <a href=\"Patient-example-child.html\">Aminata Kamara Female, DoB: 2023-04-12 ( https://icr.healthcampaigns.org/identifiers/national-id#SL-2023-04-0099812)</a></p><p><b>executionPeriod</b>: 2026-06-25 10:00:00+0000 --> 2026-06-25 10:10:00+0000</p><p><b>owner</b>: <a href=\"CareTeam-example-careteam.html\">CareTeam CDD team 7, Rokupr</a></p><p><b>location</b>: <a href=\"Location-example-dwelling.html\">Location Dwelling — Rokupr block 4, house 12</a></p></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 "house-to-house" ] ;
fhir:Coding.display [ fhir:value "House-to-house" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/task-origin" ] ;
fhir:Extension.valueCode [ fhir:value "pre-planned" ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/revisit-outcome" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-revisit-outcome-cs" ] ;
fhir:Coding.code [ fhir:value "already-vaccinated" ] ;
fhir:Coding.display [ fhir:value "Already vaccinated" ]
]
]
] ;
fhir:Task.partOf [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Task/example-mopup-task> ;
fhir:Reference.reference [ fhir:value "Task/example-mopup-task" ]
] ;
fhir:Task.status [ fhir:value "completed"] ;
fhir:Task.intent [ fhir:value "order"] ;
fhir:Task.code [
fhir:CodeableConcept.text [ fhir:value "Revisit missed child from mop-up visit" ]
] ;
fhir:Task.focus [
fhir:link <http://hl7.org/fhir/Patient/example-child> ;
fhir:Reference.reference [ fhir:value "Patient/example-child" ]
] ;
fhir:Task.executionPeriod [
fhir:Period.start [ fhir:value "2026-06-25T10:00:00Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2026-06-25T10:10:00Z"^^xsd:dateTime ]
] ;
fhir:Task.owner [
fhir:link <http://hl7.org/fhir/CareTeam/example-careteam> ;
fhir:Reference.reference [ fhir:value "CareTeam/example-careteam" ]
] ;
fhir:Task.location [
fhir:link <http://hl7.org/fhir/Location/example-dwelling> ;
fhir:Reference.reference [ fhir:value "Location/example-dwelling" ]
] .
<http://hl7.org/fhir/Task/example-mopup-task> a fhir:Task .
<http://hl7.org/fhir/Patient/example-child> a fhir:Patient .
<http://hl7.org/fhir/CareTeam/example-careteam> a fhir:CareTeam .
<http://hl7.org/fhir/Location/example-dwelling> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Task/example-followup-task.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Task/example-followup-task.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