Nigeria Core - FHIR Implementation Guide
0.0.0 - draft Nigeria flag

Nigeria Core - FHIR Implementation Guide, published by NDHI. This guide is not an authorized publication; it is the continuous build for version 0.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/digitalhealth-gov-ng/Nigeria-Core/ and changes regularly. See the Directory of published versions

: NG Gender or Sex VS - JSON Representation

Active as of 2026-06-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ng-gender-vs",
  "text" : {
    "status" : "extensions",
    "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><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>Male</td><td>Male.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>Female</td><td>Female.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir-ig.digitalhealth.gov.ng/ValueSet/ng-gender-vs",
  "version" : "0.0.0",
  "name" : "NGGenderVS",
  "title" : "NG Gender or Sex 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 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",
        "concept" : [
          {
            "code" : "male",
            "display" : "Male"
          },
          {
            "code" : "female",
            "display" : "Female"
          }
        ]
      }
    ]
  }
}