Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Administrative Gender - JSON Representation

Active as of 2023-05-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ee-administrative-gender",
  "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/R5/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>Estonian (et)</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>Male</td><td>Male.</td><td>Mees</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>Female</td><td>Female.</td><td>Naine</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-other\">other</a></td><td>Other</td><td>Other.</td><td>Muu</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td>Unknown</td><td>Unknown.</td><td>Tundmatu</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.ee/ValueSet/ee-administrative-gender",
  "version" : "1.0.0",
  "name" : "EEBaseAdministrativeGender",
  "title" : "Administrative Gender",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-05-29T20:07:00+03:00",
  "publisher" : "HL7 Estonia",
  "contact" : [
    {
      "name" : "HL7 Estonia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ee"
        }
      ]
    }
  ],
  "description" : "Administrative Gender",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "concept" : [
          {
            "code" : "male",
            "designation" : [
              {
                "language" : "et",
                "value" : "Mees"
              }
            ]
          },
          {
            "code" : "female",
            "designation" : [
              {
                "language" : "et",
                "value" : "Naine"
              }
            ]
          },
          {
            "code" : "other",
            "designation" : [
              {
                "language" : "et",
                "value" : "Muu"
              }
            ]
          },
          {
            "code" : "unknown",
            "designation" : [
              {
                "language" : "et",
                "value" : "Tundmatu"
              }
            ]
          }
        ]
      }
    ]
  }
}