FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | ValueSet |
| Id | ValueSet-nigeria-sibling-relationship.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Nigeria-FHIR-Community/NPHCDA-ImmunizationIG/ValueSet-nigeria-sibling-relationship.html |
| URL | https://nphcda.gov.ng/ig/ValueSet/nigeria-sibling-relationship |
| Version | 0.7.0 |
| Status | active |
| Date | 2026-02-18T09:04:22+00:00 |
| Name | NGSiblingRelationshipsVS |
| Title | NG-Imm Sibling Relationships VS |
| Description | A sub list from relationship list with only two options brother and sister. |
| StructureDefinition | |
| mother-other-children | NG-Imm RelatedPerson |
| CodeSystem | |
| nigeria-relationship | IMMZ.C.DE20 - Relationships CS |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet nigeria-sibling-relationship
This value set includes codes based on the following rules:
https://nphcda.gov.ng/ig/CodeSystem/nigeria-relationship version 📦0.7.0 where code = BROTHERhttps://nphcda.gov.ng/ig/CodeSystem/nigeria-relationship version 📦0.7.0 where code = SISTER{
"resourceType": "ValueSet",
"id": "nigeria-sibling-relationship",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nphcda.gov.ng/ig/ValueSet/nigeria-sibling-relationship",
"version": "0.7.0",
"name": "NGSiblingRelationshipsVS",
"title": "NG-Imm Sibling Relationships VS",
"status": "active",
"experimental": false,
"date": "2026-02-18T09:04:22+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": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-relationship",
"filter": [
{
"property": "code",
"op": "=",
"value": "BROTHER"
}
]
},
{
"system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-relationship",
"filter": [
{
"property": "code",
"op": "=",
"value": "SISTER"
}
]
}
]
}
}