Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build International flag

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

: ICR Cost Scope - JSON Representation

Draft as of 2026-09-05

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "icr-cost-scope-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem icr-cost-scope-cs</b></p><a name=\"icr-cost-scope-cs\"> </a><a name=\"hcicr-cost-scope-cs\"> </a><p>This case-sensitive code system <code>https://icr.healthcampaigns.org/CodeSystem/icr-cost-scope-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">full<a name=\"icr-cost-scope-cs-full\"> </a></td><td>Full</td><td>All cost categories, including commodities.</td></tr><tr><td style=\"white-space:nowrap\">delivery-only<a name=\"icr-cost-scope-cs-delivery-only\"> </a></td><td>Delivery only</td><td>All cost categories except commodities.</td></tr></table></div>"
  },
  "url" : "https://icr.healthcampaigns.org/CodeSystem/icr-cost-scope-cs",
  "version" : "0.1.0",
  "name" : "ICRCostScopeCS",
  "title" : "ICR Cost Scope",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-09-05T12:33:07+00:00",
  "publisher" : "UNICEF",
  "contact" : [
    {
      "name" : "UNICEF",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.unicef.org"
        }
      ]
    }
  ],
  "description" : "Which cost categories a cost report's figures include: FULL (all categories) or DELIVERY-ONLY (all categories except commodities — the standard published unit-cost metric, e.g. the Immunization Delivery Cost Catalogue's 'cost per dose delivered excluding vaccine') (cost-v1).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "full",
      "display" : "Full",
      "definition" : "All cost categories, including commodities."
    },
    {
      "code" : "delivery-only",
      "display" : "Delivery only",
      "definition" : "All cost categories except commodities."
    }
  ]
}