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 Allocation Basis - JSON Representation

Draft as of 2026-09-05

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "icr-cost-allocation-basis-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem icr-cost-allocation-basis-cs</b></p><a name=\"icr-cost-allocation-basis-cs\"> </a><a name=\"hcicr-cost-allocation-basis-cs\"> </a><p>This case-sensitive code system <code>https://icr.healthcampaigns.org/CodeSystem/icr-cost-allocation-basis-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\">direct<a name=\"icr-cost-allocation-basis-cs-direct\"> </a></td><td>Direct</td><td>Only line items whose subject is in the report geography's subtree.</td></tr><tr><td style=\"white-space:nowrap\">fully-loaded<a name=\"icr-cost-allocation-basis-cs-fully-loaded\"> </a></td><td>Fully loaded</td><td>Direct lines plus an apportioned share of umbrella / higher-level lines — the allocation method is stated alongside.</td></tr></table></div>"
  },
  "url" : "https://icr.healthcampaigns.org/CodeSystem/icr-cost-allocation-basis-cs",
  "version" : "0.1.0",
  "name" : "ICRCostAllocationBasisCS",
  "title" : "ICR Cost Allocation Basis",
  "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" : "Whether a cost report at a geography counts only the line items attributed to that geography's subtree (DIRECT) or also apportions a share of higher-level lines — national vaccine, national training — to it (FULLY-LOADED). The ledger (ICRCampaignCost) is never allocated downward; allocation is a report-level statement (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" : "direct",
      "display" : "Direct",
      "definition" : "Only line items whose subject is in the report geography's subtree."
    },
    {
      "code" : "fully-loaded",
      "display" : "Fully loaded",
      "definition" : "Direct lines plus an apportioned share of umbrella / higher-level lines — the allocation method is stated alongside."
    }
  ]
}