FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/administrative-gender-cz--1.0.0

Packagehl7.fhir.cz.terminology
TypeCodeSystem
Idadministrative-gender-cz--1.0.0
FHIR VersionR5
Sourcehttps://hl7.cz/fhir/terminology/https://build.fhir.org/ig/HL7-cz/terminology/CodeSystem-administrative-gender-cz--1.0.0.html
URLhttps://hl7.cz/fhir/CodeSystem/administrative-gender-cz--1.0.0
Version0.0.1
Statusdraft
Date2025-03-10T09:50:30.338711Z
NameAdministrativeGenderCz100
TitleAdministrative Gender (CZ supplement)
Realmcz
Authorityhl7
DescriptionThe gender of a person used for administrative purposes. (Pohlaví osoby používané pro administrativní účely)
Contentsupplement
Supplementshttp://hl7.org/fhir/administrative-gender

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender
administrative-genderAdministrativeGender

Narrative

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

Generated Narrative: CodeSystem administrative-gender-cz--1.0.0

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
definitiondefinitionhttps://termx.org/fhir/CodeSystem/designation-usage#definitionstringDefinition
displaydisplayhttp://terminology.hl7.org/CodeSystem/designation-usage#displaystringDisplay

Concepts

This code system supplement https://hl7.cz/fhir/CodeSystem/administrative-gender-cz--1.0.0 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

Source

{
  "resourceType": "CodeSystem",
  "id": "administrative-gender-cz--1.0.0",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/CodeSystem/administrative-gender-cz--1.0.0",
  "version": "0.0.1",
  "versionAlgorithmString": "semver",
  "name": "AdministrativeGenderCz100",
  "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": "The gender of a person used for administrative purposes. (Pohlaví osoby používané pro administrativní účely)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "effectivePeriod": {
    "start": "2025-03-10T00:00:00Z"
  },
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/administrative-gender",
  "property": [
    {
      "code": "definition",
      "uri": "https://termx.org/fhir/CodeSystem/designation-usage#definition",
      "description": "Definition",
      "type": "string"
    },
    {
      "code": "display",
      "uri": "http://terminology.hl7.org/CodeSystem/designation-usage#display",
      "description": "Display",
      "type": "string"
    }
  ],
  "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"
        }
      ]
    }
  ]
}