FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | ValueSet |
| Id | ValueSet-nigeria-sibling-relationship.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/ValueSet-nigeria-sibling-relationship.html |
| URL | https://sandbox.dhin-hie.org/ig/ValueSet/nigeria-sibling-relationship |
| Version | 0.2.0 |
| Status | active |
| Date | 2025-11-25T07:48:54+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-related-person | NG RelatedPerson |
| CodeSystem | |
| 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://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship version 📦0.2.0 where code = BROTHERhttps://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship version 📦0.2.0 where code = SISTER{
"resourceType": "ValueSet",
"id": "nigeria-sibling-relationship",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://sandbox.dhin-hie.org/ig/ValueSet/nigeria-sibling-relationship",
"version": "0.2.0",
"name": "NGSiblingRelationshipsVS",
"title": "NG Sibling Relationships VS",
"status": "active",
"experimental": false,
"date": "2025-11-25T07:48:54+00:00",
"publisher": "DHIN",
"contact": [
{
"name": "DHIN",
"telecom": [
{
"system": "url",
"value": "https://www.dhin-hie.org"
},
{
"system": "email",
"value": "info@dhin-hie.org"
}
]
},
{
"name": "Digital Health Interoperability Network.",
"telecom": [
{
"system": "email",
"value": "info@dhin-hie.org",
"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://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
"filter": [
{
"property": "code",
"op": "=",
"value": "BROTHER"
}
]
},
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
"filter": [
{
"property": "code",
"op": "=",
"value": "SISTER"
}
]
}
]
}
}