HL7 FHIR Implementation Guide: DK Core
1.1.0 - release

This page is part of the HL7 FHIR Implementation Guide: DK Core (v1.1.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: administrative-gender-supplement - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "administrative-gender-supplement",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p/><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#male\">male</a><a name=\"administrative-gender-supplement-male\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#female\">female</a><a name=\"administrative-gender-supplement-female\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#other\">other</a><a name=\"administrative-gender-supplement-other\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#unknown\">unknown</a><a name=\"administrative-gender-supplement-unknown\"> </a></td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>male</td><td>Mand</td></tr><tr><td>female</td><td>Kvinde</td></tr><tr><td>other</td><td>Andet</td></tr><tr><td>unknown</td><td>Ukendt</td></tr></table></div>"
  },
  "url" : "http://hl7.dk/fhir/core/CodeSystem/administrative-gender-supplement",
  "version" : "1.1.0",
  "name" : "AdministrativeGenderDkSupplement",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-07-27",
  "publisher" : "HL7 Denmark",
  "contact" : [
    {
      "name" : "HL7 Denmark",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.dk"
        },
        {
          "system" : "email",
          "value" : "jenskristianvilladsen@gmail.com"
        }
      ]
    }
  ],
  "description" : "CodeSystem supplement with danish translations for administrative gender",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "copyright" : "CC-BY-SA-4.0",
  "content" : "supplement",
  "supplements" : "http://hl7.org/fhir/administrative-gender",
  "concept" : [
    {
      "code" : "male",
      "designation" : [
        {
          "language" : "da",
          "value" : "Mand"
        }
      ]
    },
    {
      "code" : "female",
      "designation" : [
        {
          "language" : "da",
          "value" : "Kvinde"
        }
      ]
    },
    {
      "code" : "other",
      "designation" : [
        {
          "language" : "da",
          "value" : "Andet"
        }
      ]
    },
    {
      "code" : "unknown",
      "designation" : [
        {
          "language" : "da",
          "value" : "Ukendt"
        }
      ]
    }
  ]
}