Specyfikacja zasobów terminologicznych (HL7 FHIR PL Terminology)
0.1.0 - ci-build
Specyfikacja zasobów terminologicznych (HL7 FHIR PL Terminology), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Poland/pl-fhir-terminology/ and changes regularly. See the Directory of published versions
| Draft as of 2025-09-15 |
{
"resourceType" : "ValueSet",
"id" : "pl-administrativeGender-VS",
"meta" : {
"profile" : [
🔗 "http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-administrativeGender-VS</b></p><a name=\"pl-administrativeGender-VS\"> </a><a name=\"hcpl-administrativeGender-VS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pl-base-valueSet.html\">ValueSet: Zbiór wartości</a></p></div><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version 📦5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Polish (Poland) (pl)</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>male</td><td>Male.</td><td>Mężczyzna</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>female</td><td>Female.</td><td>Kobieta</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-other\">other</a></td><td>other</td><td>Other.</td><td>Inna</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td>unknown</td><td>Unknown.</td><td>Nieznana</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org.pl/fhir/ValueSet/pl-administrativeGender-VS",
"version" : "0.1.0",
"name" : "PLAdministrativeGenderVS",
"title" : "Płeć pacjenta (AdministrativeGender)",
"status" : "draft",
"date" : "2025-09-15",
"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"
}
]
}
]
}
]
}
}