FHIR IG analytics| Package | ng.gov.digitalhealth.fhir-ig |
| Resource Type | ValueSet |
| Id | ValueSet-nigeria-sibling-relationship.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/digitalhealth-gov-ng/Nigeria-Core/ValueSet-nigeria-sibling-relationship.html |
| URL | https://fhir-ig.digitalhealth.gov.ng/ValueSet/nigeria-sibling-relationship |
| Version | 0.0.0 |
| Status | active |
| Date | 2026-06-11T15:18:34+00:00 |
| Name | NGSiblingRelationshipsVS |
| Title | NG Sibling Relationships VS |
| Description | A sub list from relationship list with only two options brother and sister. |
| StructureDefinition | ||
| ng.gov.digitalhealth.fhir-ig#current | ng-related-person | NG RelatedPerson |
| CodeSystem | ||
| ng.gov.digitalhealth.fhir-ig#current | nigeria-relationship | NG 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://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship version 📦0.0.0 where code = BROTHERhttps://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship version 📦0.0.0 where code = SISTER{
"resourceType": "ValueSet",
"id": "nigeria-sibling-relationship",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digitalhealth.gov.ng/ValueSet/nigeria-sibling-relationship",
"version": "0.0.0",
"name": "NGSiblingRelationshipsVS",
"title": "NG Sibling Relationships VS",
"status": "active",
"experimental": false,
"date": "2026-06-11T15:18:34+00:00",
"publisher": "NDHI",
"contact": [
{
"name": "NDHI",
"telecom": [
{
"system": "url",
"value": "https://digitalhealth.gov.ng"
},
{
"system": "email",
"value": "emeka2015@gmail.com"
}
]
},
{
"name": "Nigeria Digital in Health Initiative.",
"telecom": [
{
"system": "email",
"value": "lekeojewale@gmail.com",
"use": "work"
}
]
},
{
"name": "Nigeria Digital in Health Initiative.",
"telecom": [
{
"system": "email",
"value": "emeka2015@gmail.com",
"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://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship",
"filter": [
{
"property": "code",
"op": "=",
"value": "BROTHER"
}
]
},
{
"system": "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship",
"filter": [
{
"property": "code",
"op": "=",
"value": "SISTER"
}
]
}
]
}
}