FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | ValueSet |
| Id | ValueSet-ng-gender-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/ValueSet-ng-gender-vs.html |
| URL | https://sandbox.dhin-hie.org/ig/ValueSet/ng-gender-vs |
| Version | 0.2.0 |
| Status | active |
| Date | 2025-11-25T07:48:54+00:00 |
| Name | NGGenderVS |
| Title | NG Gender or Sex VS |
| Description | A subset of the administrative gender codes including only 'male' and 'female' |
| StructureDefinition | |
| ng-patient | NG Patient |
| ng-related-person | NG RelatedPerson |
| CodeSystem | |
| administrative-gender | AdministrativeGender |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ng-gender-vs
This value set includes codes based on the following rules:
http://hl7.org/fhir/administrative-gender version 📦4.0.1 where code = malehttp://hl7.org/fhir/administrative-gender version 📦4.0.1 where code = female{
"resourceType": "ValueSet",
"id": "ng-gender-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://sandbox.dhin-hie.org/ig/ValueSet/ng-gender-vs",
"version": "0.2.0",
"name": "NGGenderVS",
"title": "NG Gender or Sex 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 subset of the administrative gender codes including only 'male' and 'female'",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NG",
"display": "Nigeria"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"filter": [
{
"property": "code",
"op": "=",
"value": "male"
}
]
},
{
"system": "http://hl7.org/fhir/administrative-gender",
"filter": [
{
"property": "code",
"op": "=",
"value": "female"
}
]
}
]
}
}