HL7 Czech Terminology Implementation Guide
0.1.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.1.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
Draft as of 2025-03-10 |
{
"resourceType" : "CodeSystem",
"id" : "administrative-gender-cz--1.0.0",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem administrative-gender-cz--1.0.0</b></p><a name=\"administrative-gender-cz--1.0.0\"> </a><a name=\"hcadministrative-gender-cz--1.0.0\"> </a><p>This code system supplement <code>https://hl7.cz/fhir/CodeSystem/administrative-gender-cz--1.0.0</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>English (English, en)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a><a name=\"administrative-gender-cz--1.0.0-female\"> </a></td><td>žena</td><td>Žena</td><td>Female</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a><a name=\"administrative-gender-cz--1.0.0-male\"> </a></td><td>muž</td><td>Muž</td><td>Male</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-other\">other</a><a name=\"administrative-gender-cz--1.0.0-other\"> </a></td><td>jiné</td><td>Jiné</td><td>Other</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a><a name=\"administrative-gender-cz--1.0.0-unknown\"> </a></td><td>neznámé</td><td>Neznámé</td><td>Unknown</td></tr></table></div>"
},
"url" : "https://hl7.cz/fhir/CodeSystem/administrative-gender-cz--1.0.0",
"version" : "0.1.0",
"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" : "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"
}
]
}
]
}