FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| AKPatient | Ethiopian Patient (AK) |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "ak-gender-ValueSet",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/ak43/fhir/base/ValueSet/ak-gender-ValueSet",
"version": "0.1.0",
"name": "AKGenderVS",
"title": "Ethiopian Patient Gender Values",
"status": "draft",
"date": "2025-12-11T18:57:48+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": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male",
"display": "Male"
},
{
"code": "female",
"display": "Female"
}
]
}
]
}
}