NPHCDA Immunization FHIR IG
0.7.0 - ci-build Nigeria flag

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

: Sibling RelatedPerson Example - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-001",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/mother-other-children"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Sibling</b>: Chinonso Okafor (male), born 2015-04-12</p><p><b>Relationship to patient</b>: brother (patient-001)</p><p><b>Sibling health status</b>: Healthy</p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-001"
  },
  "relationship" : [
    {
      "text" : "brother"
    }
  ],
  "name" : [
    {
      "family" : "Okafor",
      "given" : [
        "Chinonso"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2015-04-12"
}