Nigeria Immunization FHIR IG
0.1.0 - ci-build Nigeria flag

Nigeria Immunization FHIR IG, published by intellisoftkenya.com. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example - PCV Vaccine Stock - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExamplePCVVaccineStockObservation",
  "meta" : {
    "profile" : [
      🔗 "http://nhin.example.ng/StructureDefinition/immz-vaccine-stock-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExamplePCVVaccineStockObservation</b></p><a name=\"ExamplePCVVaccineStockObservation\"> </a><a name=\"hcExamplePCVVaccineStockObservation\"> </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-immz-vaccine-stock-observation.html\">Vaccine Stock Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes IMMZ.I.DE36}\">PCV Vaccine</span></p><p><b>encounter</b>: <a href=\"Encounter-NEIREncounterExample.html\">Encounter: status = in-progress; class = home health (ActCode#HH); type = Outreach</a></p><p><b>effective</b>: 2025-08-07</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes opening-balance}\">Opening balance</span></p><p><b>value</b>: 110 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes received}\">Doses received</span></p><p><b>value</b>: 45 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes doses-opened}\">Doses opened</span></p><p><b>value</b>: 50 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes ending-balance}\">Ending balance</span></p><p><b>value</b>: 105 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes returned}\">Quantity returned</span></p><p><b>value</b>: 2 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes empty-vials}\">Empty vials returned</span></p><p><b>value</b>: 48 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codevial = 'vial')</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
        "code" : "IMMZ.I.DE36",
        "display" : "PCV Vaccine"
      }
    ]
  },
  "encounter" : {
    🔗 "reference" : "Encounter/NEIREncounterExample"
  },
  "effectiveDateTime" : "2025-08-07",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
            "code" : "opening-balance",
            "display" : "Opening balance"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 110,
        "system" : "http://unitsofmeasure.org",
        "code" : "vial"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
            "code" : "received",
            "display" : "Doses received"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 45,
        "system" : "http://unitsofmeasure.org",
        "code" : "vial"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
            "code" : "doses-opened",
            "display" : "Doses opened"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 50,
        "system" : "http://unitsofmeasure.org",
        "code" : "vial"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
            "code" : "ending-balance",
            "display" : "Ending balance"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 105,
        "system" : "http://unitsofmeasure.org",
        "code" : "vial"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
            "code" : "returned",
            "display" : "Quantity returned"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 2,
        "system" : "http://unitsofmeasure.org",
        "code" : "vial"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://nhin.example.ng/CodeSystem/VaccineStockCodes",
            "code" : "empty-vials",
            "display" : "Empty vials returned"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 48,
        "system" : "http://unitsofmeasure.org",
        "code" : "vial"
      }
    }
  ]
}