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/Location/example-district> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-district"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRLocation" ;
fhir:index 0 ;
fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRLocation>
] ;
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:index 1 ;
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 "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-district</b></p><a name=\"example-district\"> </a><a name=\"hcexample-district\"> </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-ICRLocation.html\">ICR Location</a></p><p style=\"margin-bottom: 0px\">Tags: <a href=\"CodeSystem-icr-project-tag-cs.html\">MR SIA (Sierra Leone) (Details: ICR Project Tag code mr-sia = 'MR SIA (Sierra Leone)')</a>, <a href=\"CodeSystem-icr-project-tag-cs.html\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</a></p></div><p><b>identifier</b>: <code>https://icr.healthcampaigns.org/identifiers/pcode</code>/SL0201, <code>https://icr.healthcampaigns.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-division-example</p><p><b>status</b>: Active</p><p><b>name</b>: Kambia District</p><p><b>type</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs admin-unit}\">Administrative unit</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type jdn}\">Jurisdiction</span></p><p><b>partOf</b>: <a href=\"Location-example-country.html\">Location Sierra Leone</a></p></div>"
] ;
fhir:Location.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://icr.healthcampaigns.org/identifiers/pcode" ] ;
fhir:Identifier.value [ fhir:value "SL0201" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "https://icr.healthcampaigns.org/identifiers/overture-gers" ] ;
fhir:Identifier.value [ fhir:value "08f2a3b4c5d6e7f8-division-example" ]
] ;
fhir:Location.status [ fhir:value "active"] ;
fhir:Location.name [ fhir:value "Kambia District"] ;
fhir:Location.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs" ] ;
fhir:Coding.code [ fhir:value "admin-unit" ] ;
fhir:Coding.display [ fhir:value "Administrative unit" ]
]
] ;
fhir:Location.physicalType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
fhir:Coding.code [ fhir:value "jdn" ] ;
fhir:Coding.display [ fhir:value "Jurisdiction" ]
]
] ;
fhir:Location.partOf [
fhir:link <http://hl7.org/fhir/Location/example-country> ;
fhir:Reference.reference [ fhir:value "Location/example-country" ]
] .
<http://hl7.org/fhir/Location/example-country> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/example-district.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/example-district.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