FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| et.fhir.core#current | ETPatient | Ethiopian patient profile |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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"
}
]
}
]
}
}