Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base)
0.1.2 - ci-build

Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.2 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-base/ and changes regularly. See the Directory of published versions

: Płeć pacjenta (AdministrativeGender) - XML Representation

Draft as of 2025-09-03

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="pl-administrativeGender-VS"/>
  <text>
    <status value="extensions"/>
    <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><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><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>
  </text>
  <url
       value="http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-administrativeGender-VS"/>
  <version value="0.1.2"/>
  <name value="PLAdministratievGenderVS"/>
  <title value="Płeć pacjenta (AdministrativeGender)"/>
  <status value="draft"/>
  <date value="2025-09-03T13:59:28+00:00"/>
  <publisher value="HL7 Poland"/>
  <contact>
    <name value="HL7 Poland"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org.pl"/>
    </telecom>
  </contact>
  <description value="Określenie płci pacjenta dla celów administracyjnych"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <concept>
        <code value="male"/>
        <display value="male"/>
        <designation>
          <language value="pl-PL"/>
          <value value="Mężczyzna"/>
        </designation>
      </concept>
      <concept>
        <code value="female"/>
        <display value="female"/>
        <designation>
          <language value="pl-PL"/>
          <value value="Kobieta"/>
        </designation>
      </concept>
      <concept>
        <code value="other"/>
        <display value="other"/>
        <designation>
          <language value="pl-PL"/>
          <value value="Inna"/>
        </designation>
      </concept>
      <concept>
        <code value="unknown"/>
        <display value="unknown"/>
        <designation>
          <language value="pl-PL"/>
          <value value="Nieznana"/>
        </designation>
      </concept>
    </include>
  </compose>
</ValueSet>