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

: NG-Imm Sibling Relationships VS - JSON Representation

Active as of 2025-09-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "nigeria-sibling-relationship",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nigeria-sibling-relationship</b></p><a name=\"nigeria-sibling-relationship\"> </a><a name=\"hcnigeria-sibling-relationship\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-nigeria-relationship.html\"><code>http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-relationship</code></a> where code  = <a href=\"CodeSystem-nigeria-relationship.html#nigeria-relationship-BROTHER\">BROTHER</a></li><li>Include codes from<a href=\"CodeSystem-nigeria-relationship.html\"><code>http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-relationship</code></a> where code  = <a href=\"CodeSystem-nigeria-relationship.html#nigeria-relationship-SISTER\">SISTER</a></li></ul></div>"
  },
  "url" : "http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-sibling-relationship",
  "version" : "0.7.0",
  "name" : "NGSiblingRelationshipsVS",
  "title" : "NG-Imm Sibling Relationships VS",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-26T08:59:42+00:00",
  "publisher" : "https://nphcda.gov.ng",
  "contact" : [
    {
      "name" : "https://nphcda.gov.ng",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://nphcda.gov.ng"
        },
        {
          "system" : "email",
          "value" : "kasim.sani@nphcda.gov.ng"
        }
      ]
    },
    {
      "name" : "Nigeria Primary Healthcare Development Agency.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kasim.sani@nphcda.gov.ng",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A sub list from relationship list with only two options brother and sister.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NG",
          "display" : "Nigeria"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-relationship",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "BROTHER"
          }
        ]
      },
      {
        "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-relationship",
        "filter" : [
          {
            "property" : "code",
            "op" : "=",
            "value" : "SISTER"
          }
        ]
      }
    ]
  }
}