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-school> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-school"] ;
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 "gallery" ] ;
fhir:Coding.display [ fhir:value "Gallery" ]
]
] ;
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-school</b></p><a name=\"example-school\"> </a><a name=\"hcexample-school\"> </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\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">Gallery (Details: ICR Project Tag code gallery = 'Gallery')</a></p></div><p><b>identifier</b>: <code>https://icr.healthcampaigns.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-building-school-example</p><p><b>status</b>: Active</p><p><b>name</b>: Rokupr Primary School</p><p><b>type</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs school}\">School</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-12.9458</td><td>9.0152</td></tr></table><p><b>partOf</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p></div>"
] ;
fhir:Location.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://icr.healthcampaigns.org/identifiers/overture-gers" ] ;
fhir:Identifier.value [ fhir:value "08f2a3b4c5d6e7f8-building-school-example" ]
] ;
fhir:Location.status [ fhir:value "active"] ;
fhir:Location.name [ fhir:value "Rokupr Primary School"] ;
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 "school" ] ;
fhir:Coding.display [ fhir:value "School" ]
]
] ;
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 "bu" ] ;
fhir:Coding.display [ fhir:value "Building" ]
]
] ;
fhir:Location.position [
fhir:Location.position.longitude [ fhir:value "-12.9458"^^xsd:decimal ] ;
fhir:Location.position.latitude [ fhir:value "9.0152"^^xsd:decimal ]
] ;
fhir:Location.partOf [
fhir:link <http://hl7.org/fhir/Location/example-settlement> ;
fhir:Reference.reference [ fhir:value "Location/example-settlement" ]
] .
<http://hl7.org/fhir/Location/example-settlement> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Location/example-school.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/example-school.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