FHIR IG Statistics: ValueSet/administrative-gender
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "ValueSet",
"id": "administrative-gender",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.ee/ValueSet/administrative-gender",
"version": "1.0.0",
"name": "EEAdministrativeGender",
"title": "Administrative Gender",
"status": "active",
"experimental": false,
"date": "2025-06-19T06:40:41+00:00",
"publisher": "HL7 Estonia",
"contact": [
{
"name": "HL7 Estonia",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ee"
}
]
}
],
"description": "Administrative Gender",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "EE",
"display": "Estonia"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male",
"designation": [
{
"language": "et",
"value": "Mees"
}
]
},
{
"code": "female",
"designation": [
{
"language": "et",
"value": "Naine"
}
]
},
{
"code": "other",
"designation": [
{
"language": "et",
"value": "Muu"
}
]
},
{
"code": "unknown",
"designation": [
{
"language": "et",
"value": "Tundmatu"
}
]
}
]
}
]
}
}