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 Binary: Example Response for a Client Registration Form

This content is an example of the IMMZ.C Register Client Logical Model and is not a FHIR Resource

    
{
  "resourceType": "http://nhin.example.ng/StructureDefinition/RegisterClientModel",
  "identifier": {
    "value": "123456789"
  },
  "name": {
    "family": "Doe",
    "given": "John"
  },
  "weightAtBirth": {
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg",
    "value": 3.2
  },
  "address": {
    "residentialAddress": "123 Health Street",
    "village": "ImmunoCity",
    "town": "HealthyState",
    "ward": "12345",
    "lga": "Central District",
    "state": "Lagos"
  },
  "contact": [
    {
      "name": {
        "given": "Jane",
        "family": "Doe"
      },
      "relationship": {
        "coding": [
          {
            "system": "http://nhin.example.ng/CodeSystem/client-relationship",
            "code": "mother",
            "display": "Mother"
          }
        ]
      }
    }
  ],
  "hivStatus": {
    "coding": [
      {
        "system": "http://nhin.example.ng/CodeSystem/immzc1-hiv-status-cs",
        "code": "negative",
        "display": "Negative"
      }
    ]
  },
  "sex": "male",
  "dateOfBirth": "2020-05-15",
  "ageInWeeks": 200,
  "ageInMonths": 46,
  "ageInYears": 3,
  "pregnancyStatus": false
}