NPHCDA Immunization FHIR IG
0.7.0 - ci-build
NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 0.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions
Active as of 2025-09-26 |
{
"resourceType" : "ValueSet",
"id" : "ng-gender-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ng-gender-vs</b></p><a name=\"ng-gender-vs\"> </a><a name=\"hcng-gender-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a> where code = <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></li><li>Include codes from<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a> where code = <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></li></ul></div>"
},
"url" : "http://nphcda.gov.ng/ig/immunization/ValueSet/ng-gender-vs",
"version" : "0.7.0",
"name" : "NGGenderVS",
"title" : "NG Gender or Sex VS",
"status" : "active",
"experimental" : true,
"date" : "2025-09-26T08:59:42+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"
}
]
}
]
}
}