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) - JSON Representation

Draft as of 2025-09-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pl-administrativeGender-VS",
  "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><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>"
  },
  "url" : "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-administrativeGender-VS",
  "version" : "0.1.2",
  "name" : "PLAdministratievGenderVS",
  "title" : "Płeć pacjenta (AdministrativeGender)",
  "status" : "draft",
  "date" : "2025-09-03T13:59:28+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",
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}