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/Observation/example-cost-transport-actual> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-cost-transport-actual"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignCost" ;
fhir:index 0 ;
fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignCost>
] ;
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: Observation example-cost-transport-actual</b></p><a name=\"example-cost-transport-actual\"> </a><a name=\"hcexample-cost-transport-actual\"> </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-ICRCampaignCost.html\">ICR Campaign Cost</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>Cost Lineage</b>: actual</p><p><b>Funding Source</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-funding-source-cs government}\">Government</span></p><p><b>basedOn</b>: <a href=\"CarePlan-example-mr-sia-2026.html\">CarePlan Measles–rubella SIA, Kambia District, June 2026 (round 1)</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-cost-category-cs transport}\">Transport & fuel</span></p><p><b>subject</b>: <a href=\"Location-example-district.html\">Location Kambia District</a></p><p><b>effective</b>: 2026-06-15 --> 2026-07-31</p><p><b>performer</b>: Kambia District Health Management Team</p><p><b>value</b>: 277000 SLE<span style=\"background: LightGoldenRodYellow\"> (Details: unknown codeSLE = 'SLE')</span></p><p><b>derivedFrom</b>: DHMT campaign expenditure return, July 2026</p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-cost-component-cs amount-usd}\">Amount (USD)</span></td><td>12300 USD<span style=\"background: LightGoldenRodYellow\"> (Details: unknown codeUSD = 'United States dollar')</span></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/cost-lineage" ] ;
fhir:Extension.valueCode [ fhir:value "actual" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/funding-source" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-funding-source-cs" ] ;
fhir:Coding.code [ fhir:value "government" ] ;
fhir:Coding.display [ fhir:value "Government" ]
]
]
] ;
fhir:Observation.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/CarePlan/example-mr-sia-2026> ;
fhir:Reference.reference [ fhir:value "CarePlan/example-mr-sia-2026" ]
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-cost-category-cs" ] ;
fhir:Coding.code [ fhir:value "transport" ] ;
fhir:Coding.display [ fhir:value "Transport & fuel" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Location/example-district> ;
fhir:Reference.reference [ fhir:value "Location/example-district" ]
] ;
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2026-06-15"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2026-07-31"^^xsd:date ]
] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:Reference.display [ fhir:value "Kambia District Health Management Team" ]
] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "277000"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "SLE" ] ;
fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ] ;
fhir:Quantity.code [ fhir:value "SLE" ]
] ;
fhir:Observation.derivedFrom [
fhir:index 0 ;
fhir:Reference.display [ fhir:value "DHMT campaign expenditure return, July 2026" ]
] ;
fhir:Observation.component [
fhir:index 0 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-cost-component-cs" ] ;
fhir:Coding.code [ fhir:value "amount-usd" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "12300"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "USD" ] ;
fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ] ;
fhir:Quantity.code [ fhir:value "USD" ]
]
] .
<http://hl7.org/fhir/CarePlan/example-mr-sia-2026> a fhir:CarePlan .
<http://hl7.org/fhir/Location/example-district> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/example-cost-transport-actual.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/example-cost-transport-actual.ttl> .
IG © 2026+ UNICEF. Package unicef.fhir.icr#0.1.0 based on FHIR 4.0.1. Generated 2026-09-05
Links: Table of Contents |
QA Report