HL7 Czech Terminology Implementation Guide
0.3.0 - release
HL7 Czech Terminology Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/terminology/ and changes regularly. See the Directory of published versions
| Active as of 2025-03-10 |
{
"resourceType" : "CodeSystem",
"id" : "administrative-gender-cz",
"language" : "en",
"text" : {
"status" : "generated"
},
"url" : "https://hl7.cz/terminology/CodeSystem/administrative-gender-cz",
"version" : "0.3.0",
"name" : "AdministrativeGenderCz",
"title" : "Administrative Gender (CZ supplement)",
"status" : "active",
"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"
}
]
}
]
}