FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | ValueSet |
| Id | ValueSet-ng-gender-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Nigeria-FHIR-Community/NPHCDA-ImmunizationIG/ValueSet-ng-gender-vs.html |
| URL | https://nphcda.gov.ng/ig/ValueSet/ng-gender-vs |
| Version | 0.7.0 |
| Status | active |
| Date | 2026-02-18T09:04:22+00:00 |
| Name | NGGenderVS |
| Title | NG Gender or Sex VS |
| Description | A subset of the administrative gender codes including only 'male' and 'female' |
| StructureDefinition | |
| NgImmPatient | NG-Imm Patient |
| NgImmPractitioner | NG-Imm Practitioner |
| mother-other-children | NG-Imm RelatedPerson |
| register-client-model | NG-Imm-C5 RegisterClient |
| 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://nphcda.gov.ng/ig/ValueSet/ng-gender-vs",
"version": "0.7.0",
"name": "NGGenderVS",
"title": "NG Gender or Sex VS",
"status": "active",
"experimental": true,
"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 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"
}
]
}
]
}
}