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 - JSON Representation

Active as of 2022-12-26

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "cz-administrative-gender-vs",
  "text" : {
    "status" : "extensions",
    "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>"
  },
  "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" : "Národní centrum elektronického zdravotnictví (NCEZ)",
  "contact" : [
    {
      "name" : "Národní centrum elektronického zdravotnictví (NCEZ)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ncez.mzcr.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é"
              }
            ]
          }
        ]
      }
    ]
  }
}