FHIR IG Statistics: ValueSet/2.16.840.1.113883.3.1937.99.61.65.11.4--20200706120216
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "2.16.840.1.113883.3.1937.99.61.65.11.4--20200706120216",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
"valuePeriod": {
"start": "2020-07-06T12:02:16+02:00"
}
}
],
"url": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/birth-sex",
"identifier": [
{
"use": "official",
"system": "http://art-decor.org/ns/oids/vs",
"value": "2.16.840.1.113883.3.1937.99.61.65.11.4"
}
],
"version": "1.0",
"name": "BirthSex",
"title": "Birth-Sex",
"status": "active",
"experimental": false,
"publisher": "Charité",
"description": "Sex at birth",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male",
"display": "Male"
},
{
"code": "female",
"display": "Female"
},
{
"code": "unknown",
"display": "Unknown"
}
]
},
{
"system": "http://fhir.de/CodeSystem/gender-amtlich-de",
"concept": [
{
"code": "X",
"display": "unbestimmt"
},
{
"code": "D",
"display": "divers"
}
]
}
]
}
}