FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageng.gov.digitalhealth.fhir-ig
Resource TypeValueSet
IdValueSet-ng-gender-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/digitalhealth-gov-ng/Nigeria-Core/ValueSet-ng-gender-vs.html
URLhttps://fhir-ig.digitalhealth.gov.ng/ValueSet/ng-gender-vs
Version0.0.0
Statusactive
Date2026-06-11T15:18:34+00:00
NameNGGenderVS
TitleNG Gender or Sex VS
DescriptionA subset of the administrative gender codes including only 'male' and 'female'

Resources that use this resource

StructureDefinition
ng.gov.digitalhealth.fhir-ig#currentng-patientNG Patient
ng.gov.digitalhealth.fhir-ig#currentng-related-personNG RelatedPerson

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0administrative-genderAdministrativeGender

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ng-gender-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "ng-gender-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}