FHIR IG Statistics: ValueSet/olis-AdministrativeGender
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "olis-AdministrativeGender",
"url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-administrative-gender",
"version": "1.0.0",
"name": "AdministrativeGender",
"status": "active",
"publisher": "Ontario Health",
"description": "The gender of a person used for administrative purposes. This is strict sub-set of the core FHIR value set.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "female",
"display": "Female"
},
{
"code": "male",
"display": "Male"
},
{
"code": "unknown",
"display": "Unknown"
}
]
}
]
}
}