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
{
"resourceType" : "Observation",
"id" : "example-cost-transport-actual",
"meta" : {
"profile" : [
🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRCampaignCost"
],
"tag" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
"code" : "mr-sia",
"display" : "MR SIA (Sierra Leone)"
}
]
},
"text" : {
"status" : "extensions",
"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>"
},
"extension" : [
{
"url" : "https://icr.healthcampaigns.org/StructureDefinition/cost-lineage",
"valueCode" : "actual"
},
{
"url" : "https://icr.healthcampaigns.org/StructureDefinition/funding-source",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-funding-source-cs",
"code" : "government",
"display" : "Government"
}
]
}
}
],
"basedOn" : [
{
🔗 "reference" : "CarePlan/example-mr-sia-2026"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-cost-category-cs",
"code" : "transport",
"display" : "Transport & fuel"
}
]
},
"subject" : {
🔗 "reference" : "Location/example-district"
},
"effectivePeriod" : {
"start" : "2026-06-15",
"end" : "2026-07-31"
},
"performer" : [
{
"display" : "Kambia District Health Management Team"
}
],
"valueQuantity" : {
"value" : 277000,
"unit" : "SLE",
"system" : "urn:iso:std:iso:4217",
"code" : "SLE"
},
"derivedFrom" : [
{
"display" : "DHMT campaign expenditure return, July 2026"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-cost-component-cs",
"code" : "amount-usd"
}
]
},
"valueQuantity" : {
"value" : 12300,
"unit" : "USD",
"system" : "urn:iso:std:iso:4217",
"code" : "USD"
}
}
]
}