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

: MCV dose — campaign record - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "example-mcv-dose",
  "meta" : {
    "profile" : [
      🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRImmunizationEvent"
    ],
    "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: Immunization example-mcv-dose</b></p><a name=\"example-mcv-dose\"> </a><a name=\"hcexample-mcv-dose\"> </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-ICRImmunizationEvent.html\">ICR Immunization Event</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>Record Origin</b>: campaign</p><p><b>Prior-dose Status (Zero-dose)</b>: zero-dose</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 05}\">measles virus vaccine</span></p><p><b>patient</b>: <a href=\"Patient-example-child.html\">Aminata Kamara  Female, DoB: 2023-04-12 ( https://icr.healthcampaigns.org/identifiers/national-id#SL-2023-04-0099812)</a></p><p><b>occurrence</b>: 2026-06-24 09:40:00+0000</p><p><b>location</b>: <a href=\"Location-example-dwelling.html\">Location Dwelling — Rokupr block 4, house 12</a></p><p><b>manufacturer</b>: Serum Institute of India</p><p><b>lotNumber</b>: MRV-2026-0412</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Mop-up team 4, Rokupr</td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/record-origin",
      "valueCode" : "campaign"
    },
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/prior-dose-status",
      "valueCode" : "zero-dose"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "05",
        "display" : "measles virus vaccine"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/example-child"
  },
  "occurrenceDateTime" : "2026-06-24T09:40:00Z",
  "location" : {
    🔗 "reference" : "Location/example-dwelling"
  },
  "manufacturer" : {
    "display" : "Serum Institute of India"
  },
  "lotNumber" : "MRV-2026-0412",
  "performer" : [
    {
      "actor" : {
        "display" : "Mop-up team 4, Rokupr"
      }
    }
  ],
  "protocolApplied" : [
    {
      "doseNumberPositiveInt" : 1
    }
  ]
}