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
| Active as of 2026-07-03 |
@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/ActivityDefinition/example-albendazole-activity> a fhir:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-albendazole-activity"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.icr.unicef.org/StructureDefinition/ICRCampaignActivity" ;
fhir:index 0 ;
fhir:link <https://fhir.icr.unicef.org/StructureDefinition/ICRCampaignActivity>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Administer albendazole to school-age children 5–14 years (STH preventive chemotherapy)</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">example-albendazole-activity</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.1.0</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date (date last changed): </b></th>\n <td style=\"padding-left: 4px;\">2026-07-03 15:57:55-0400</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher (steward): </b></th>\n <td style=\"padding-left: 4px;\">UNICEF Integrated Campaign Registry project (Ona + Crosscut)</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">001</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Code: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n Treat\n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Kind: </b></th>\n <td style=\"padding-left: 4px;\">Task</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Product: </b></th>\n \n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>system: </b><span><a href=\"http://www.whocc.no/atc\">http://www.whocc.no/atc</a></span></p>\n \n \n <p><b>code: </b><span>P02CA03</span></p>\n \n \n <p><b>display: </b><span>albendazole</span></p>\n \n \n \n \n </td>\n \n \n </tr>\n \n\n \n\n \n\n \n </table>\n</div>\n</div>"
] ;
fhir:ActivityDefinition.url [ fhir:value "https://fhir.icr.unicef.org/ActivityDefinition/example-albendazole-activity"] ;
fhir:ActivityDefinition.version [ fhir:value "0.1.0"] ;
fhir:ActivityDefinition.title [ fhir:value "Administer albendazole to school-age children 5–14 years (STH preventive chemotherapy)"] ;
fhir:ActivityDefinition.status [ fhir:value "active"] ;
fhir:ActivityDefinition.date [ fhir:value "2026-07-03T15:57:55-04:00"^^xsd:dateTime] ;
fhir:ActivityDefinition.publisher [ fhir:value "UNICEF Integrated Campaign Registry project (Ona + Crosscut)"] ;
fhir:ActivityDefinition.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "UNICEF Integrated Campaign Registry project (Ona + Crosscut)" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://ona.io" ]
]
] ;
fhir:ActivityDefinition.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:ActivityDefinition.kind [ fhir:value "Task"] ;
fhir:ActivityDefinition.code [
fhir:CodeableConcept.text [ fhir:value "Treat" ]
] ;
fhir:ActivityDefinition.productCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "P02CA03" ] ;
fhir:Coding.display [ fhir:value "albendazole" ]
]
] ;
fhir:ActivityDefinition.dosage [
fhir:index 0 ;
fhir:Dosage.text [ fhir:value "400 mg single dose; tablet count determined by dose-pole height band" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ActivityDefinition/example-albendazole-activity.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ActivityDefinition/example-albendazole-activity.ttl> .
IG © 2026+ UNICEF Integrated Campaign Registry project (Ona + Crosscut). Package unicef.fhir.icr#0.1.0 based on FHIR 4.0.1. Generated 2026-07-03
Links: Table of Contents |
QA Report