FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| se.electronichealth.fhir.nppr.r5#0.1.0-alpha | NPPRPerson | NPPRPerson |
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "active",
"name": "nppr-administrative-gender",
"id": "nppr-administrative-gender",
"title": "Juridiskt kön",
"description": "Administrative genders",
"url": "http://electronichealth.se/fhir/NPPR/ValueSet/nppr-administrative-gender",
"version": "0.1",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "female",
"display": "Kvinna"
},
{
"code": "male",
"display": "Man"
}
]
}
]
}
}