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

FHIR IG analytics

Packageet.fhir.core
Resource TypeValueSet
IdValueSet-gender-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/MoH-Ethiopia/ETBase/ValueSet-gender-vs.html
URLhttp://fhir.et/core/ValueSet/gender-vs
Version0.9.0
Statusactive
Date2026-06-17T09:06:43+00:00
NameETGenderVS
TitleEthiopian Patient Gender values
DescriptionPatient Gender....

Resources that use this resource

StructureDefinition
et.fhir.core#currentETPatientEthiopian patient profile

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 gender-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "gender-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.et/core/ValueSet/gender-vs",
  "version": "0.9.0",
  "name": "ETGenderVS",
  "title": "Ethiopian Patient Gender values",
  "status": "active",
  "experimental": false,
  "date": "2026-06-17T09:06:43+00:00",
  "publisher": "MOH Ethiopia",
  "contact": [
    {
      "name": "MOH Ethiopia",
      "telecom": [
        {
          "system": "url",
          "value": "http://moh.gov.et"
        }
      ]
    }
  ],
  "description": "Patient Gender....",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "231",
          "display": "Ethiopia (ETH)"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "version": "4.0.1",
        "concept": [
          {
            "code": "male",
            "display": "Male"
          },
          {
            "code": "female",
            "display": "Female"
          }
        ]
      }
    ]
  }
}