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

FHIR IG analytics

Packagehl7.fhir.cz.terminology
Resource TypeCodeSystem
IdCodeSystem-administrative-gender-cz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/terminology/CodeSystem-administrative-gender-cz.html
URLhttps://hl7.cz/terminology/CodeSystem/administrative-gender-cz
Version0.2.0
Statusdraft
Date2025-03-10T09:50:30.338711Z
NameAdministrativeGenderCz
TitleAdministrative Gender (CZ supplement)
Realmcz
Authorityhl7
DescriptionPohlaví osoby používané pro administrativní účely. The gender of a person used for administrative purposes.
Contentsupplement
Supplementshttp://hl7.org/fhir/administrative-gender|4.0.1

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: CodeSystem administrative-gender-cz

Language: cs

This code system supplement https://hl7.cz/terminology/CodeSystem/administrative-gender-cz defines displays on the following codes:

CodeDisplayDefinitionEnglish (English, en)
female ženaŽenaFemale
male mužMužMale
other jinéJinéOther
unknown neznáméNeznáméUnknown

Source1

{
  "resourceType": "CodeSystem",
  "id": "administrative-gender-cz",
  "language": "cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/terminology/CodeSystem/administrative-gender-cz",
  "version": "0.2.0",
  "name": "AdministrativeGenderCz",
  "title": "Administrative Gender (CZ supplement)",
  "status": "draft",
  "experimental": false,
  "date": "2025-03-10T09:50:30.338711Z",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Pohlaví osoby používané pro administrativní účely. The gender of a person used for administrative purposes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/administrative-gender|4.0.1",
  "concept": [
    {
      "code": "female",
      "display": "žena",
      "definition": "Žena",
      "designation": [
        {
          "language": "en",
          "use": {
            "code": "display"
          },
          "value": "Female"
        }
      ]
    },
    {
      "code": "male",
      "display": "muž",
      "definition": "Muž",
      "designation": [
        {
          "language": "en",
          "use": {
            "code": "display"
          },
          "value": "Male"
        }
      ]
    },
    {
      "code": "other",
      "display": "jiné",
      "definition": "Jiné",
      "designation": [
        {
          "language": "en",
          "use": {
            "code": "display"
          },
          "value": "Other"
        }
      ]
    },
    {
      "code": "unknown",
      "display": "neznámé",
      "definition": "Neznámé",
      "designation": [
        {
          "language": "en",
          "use": {
            "code": "display"
          },
          "value": "Unknown"
        }
      ]
    }
  ]
}