FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.pl.base.r5
Resource TypeValueSet
IdValueSet-pl-administrativeGender-VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-administrativeGender-VS.html
URLhttp://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-administrativeGender-VS
Version0.1.5
Statusactive
Date2026-01-28T12:35:49+00:00
NamePLAdministrativeGenderVS
TitlePłeć pacjenta (AdministrativeGender)
Realmpl
Authorityhl7
DescriptionOkreślenie płci pacjenta dla celów administracyjnych

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrativeGender

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet pl-administrativeGender-VS


Source1

{
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}