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-dwelling> a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-dwelling"] ;
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: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-dwelling</b></p><a name=\"example-dwelling\"> </a><a name=\"hcexample-dwelling\"> </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\">MR SIA (Sierra Leone) (Details: ICR Project Tag code mr-sia = 'MR SIA (Sierra Leone)')</a></p></div><p><b>identifier</b>: <code>https://icr.healthcampaigns.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-building-example</p><p><b>status</b>: Active</p><p><b>name</b>: Dwelling — Rokupr block 4, house 12</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ho}\">House</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.9471</td><td>9.0149</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-example" ]
] ;
fhir:Location.status [ fhir:value "active"] ;
fhir:Location.name [ fhir:value "Dwelling — Rokupr block 4, house 12"] ;
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 "ho" ] ;
fhir:Coding.display [ fhir:value "House" ]
]
] ;
fhir:Location.position [
fhir:Location.position.longitude [ fhir:value "-12.9471"^^xsd:decimal ] ;
fhir:Location.position.latitude [ fhir:value "9.0149"^^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-dwelling.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Location/example-dwelling.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