HL7 Czech Core Resources IG
0.1.0 - ci-build
HL7 Czech Core Resources IG, 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/cz-core/ and changes regularly. See the Directory of published versions
Active as of 2022-12-26 |
{
"resourceType" : "ValueSet",
"id" : "cz-administrative-gender-vs",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cz-administrative-gender-vs</b></p><a name=\"cz-administrative-gender-vs\"> </a><a name=\"hccz-administrative-gender-vs\"> </a><a name=\"cz-administrative-gender-vs-cz-CZ\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a><table class=\"none\"><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><td><b>Czech (cs)</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td style=\"color: #cccccc\">Male</td><td>Male.</td><td>Male</td><td>Muž</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td style=\"color: #cccccc\">Female</td><td>Female.</td><td>Female</td><td>Žena</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-other\">other</a></td><td style=\"color: #cccccc\">Other</td><td>Other.</td><td>Other</td><td>Jiné</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td><td>Unknown.</td><td>Unknown</td><td>Neznámé</td></tr></table></li></ul></div>"
},
"url" : "https://ncez.mzcr.cz/fhir/ValueSet/cz-administrative-gender-vs",
"version" : "0.1.0",
"name" : "AdministrativeGender",
"title" : "AdministrativeGender",
"status" : "active",
"experimental" : false,
"date" : "2022-12-26",
"publisher" : "HL7 Czech Republic",
"contact" : [
{
"name" : "HL7 Czech Republic",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.cz"
}
]
}
],
"description" : "Pohlaví pro úřední účely",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CZ",
"display" : "Czechia"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"concept" : [
{
"code" : "male",
"designation" : [
{
"language" : "en",
"value" : "Male"
},
{
"language" : "cs",
"value" : "Muž"
}
]
},
{
"code" : "female",
"designation" : [
{
"language" : "en",
"value" : "Female"
},
{
"language" : "cs",
"value" : "Žena"
}
]
},
{
"code" : "other",
"designation" : [
{
"language" : "en",
"value" : "Other"
},
{
"language" : "cs",
"value" : "Jiné"
}
]
},
{
"code" : "unknown",
"designation" : [
{
"language" : "en",
"value" : "Unknown"
},
{
"language" : "cs",
"value" : "Neznámé"
}
]
}
]
}
]
}
}