Czech Core Resources IG
0.1.0 - ci-build Czechia flag

Czech Core Resources IG, published by Národní centrum elektronického zdravotnictví (NCEZ). 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/ncez-cz/cz-core/ and changes regularly. See the Directory of published versions

: AdministrativeGender - TTL Representation

Active as of 2022-12-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cz-administrative-gender-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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>"
  ] ; # 
  fhir:url [ fhir:v "https://ncez.mzcr.cz/fhir/ValueSet/cz-administrative-gender-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AdministrativeGender"] ; # 
  fhir:title [ fhir:v "AdministrativeGender"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-12-26"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Národní centrum elektronického zdravotnictví (NCEZ)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Národní centrum elektronického zdravotnictví (NCEZ)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ncez.mzcr.cz" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Pohlaví pro úřední účely"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CZ" ] ;
fhir:display [ fhir:v "Czechia" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "male" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "Male" ]         ] [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Muž" ]         ] )       ] [
fhir:code [ fhir:v "female" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "Female" ]         ] [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Žena" ]         ] )       ] [
fhir:code [ fhir:v "other" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "Other" ]         ] [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Jiné" ]         ] )       ] [
fhir:code [ fhir:v "unknown" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en" ] ;
fhir:value [ fhir:v "Unknown" ]         ] [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Neznámé" ]         ] )       ] )     ] )
  ] . #