FHIR IG analytics| Package | hl7.fhir.pl.base.r5 |
| Resource Type | ValueSet |
| Id | ValueSet-pl-administrativeGender-VS.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-administrativeGender-VS.html |
| URL | http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-administrativeGender-VS |
| Version | 0.1.5 |
| Status | active |
| Date | 2026-01-28T12:35:49+00:00 |
| Name | PLAdministrativeGenderVS |
| Title | Płeć pacjenta (AdministrativeGender) |
| Realm | pl |
| Authority | hl7 |
| Description | Określenie płci pacjenta dla celów administracyjnych |
No resources found
| CodeSystem | |
| administrative-gender | AdministrativeGender |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet pl-administrativeGender-VS
http://hl7.org/fhir/administrative-gender version 📦5.0.0| Code | Display | Definition | Polish (Poland) (pl) |
| male | male | Male. | Mężczyzna |
| female | female | Female. | Kobieta |
| other | other | Other. | Inna |
| unknown | unknown | Unknown. | Nieznana |
{
"resourceType": "ValueSet",
"id": "pl-administrativeGender-VS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-administrativeGender-VS",
"version": "0.1.5",
"name": "PLAdministrativeGenderVS",
"title": "Płeć pacjenta (AdministrativeGender)",
"status": "active",
"date": "2026-01-28T12:35:49+00:00",
"publisher": "HL7 Poland",
"contact": [
{
"name": "HL7 Poland",
"telecom": [
{
"system": "url",
"value": "http://hl7.org.pl"
}
]
}
],
"description": "Określenie płci pacjenta dla celów administracyjnych",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "PL",
"display": "Poland"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male",
"display": "male",
"designation": [
{
"language": "pl-PL",
"value": "Mężczyzna"
}
]
},
{
"code": "female",
"display": "female",
"designation": [
{
"language": "pl-PL",
"value": "Kobieta"
}
]
},
{
"code": "other",
"display": "other",
"designation": [
{
"language": "pl-PL",
"value": "Inna"
}
]
},
{
"code": "unknown",
"display": "unknown",
"designation": [
{
"language": "pl-PL",
"value": "Nieznana"
}
]
}
]
}
]
}
}