DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.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/2025Connectathon/ and changes regularly. See the Directory of published versions

: NG Gender or Sex VS - JSON Representation

Active as of 2025-10-02

Raw json | Download

{
  "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" : "https://sandbox.dhin-hie.org/ig/ValueSet/ng-gender-vs",
  "version" : "0.1.0",
  "name" : "NGGenderVS",
  "title" : "NG Gender or Sex VS",
  "status" : "active",
  "experimental" : true,
  "date" : "2025-10-02T06:43:53+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'",
  "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"
          }
        ]
      }
    ]
  }
}