FHIR IG analytics| Package | se.electronichealth.fhir.nppr.r5 |
| Resource Type | ValueSet |
| Id | ValueSet-nppr-patient-gender.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=se.electronichealth.fhir.nppr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NPPR/ValueSet/nppr-patient-gender |
| URL | http://electronichealth.se/fhir/NPPR/ValueSet/nppr-patient-gender |
| Version | 0.1 |
| Status | active |
| Name | nppr-patient-gender |
| Title | Kön på patient |
| Realm | se |
| Description | Gender of patient |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | administrative-gender | AdministrativeGender |
No narrative content found in resource
{
"resourceType": "ValueSet",
"status": "active",
"name": "nppr-patient-gender",
"id": "nppr-patient-gender",
"title": "Kön på patient",
"description": "Gender of patient",
"url": "http://electronichealth.se/fhir/NPPR/ValueSet/nppr-patient-gender",
"version": "0.1",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "female",
"display": "Kvinna"
},
{
"code": "unknown",
"display": "Okänt"
},
{
"code": "male",
"display": "Man"
}
]
}
]
}
}