{
  "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><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> 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><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> where code  = <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></li></ul></div>"
  },
  "url" : "https://fhir-ig.dhigitalhealth.gov.ng/ValueSet/ng-gender-vs",
  "version" : "0.0.0",
  "name" : "NGGenderVS",
  "title" : "NG Gender or Sex VS",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-20T00:41:38+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" : "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",
      "filter" : [{
        "property" : "code",
        "op" : "=",
        "value" : "male"
      }]
    },
    {
      "system" : "http://hl7.org/fhir/administrative-gender",
      "filter" : [{
        "property" : "code",
        "op" : "=",
        "value" : "female"
      }]
    }]
  }
}