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

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="administrative-gender-supplement"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="http://hl7.dk/fhir/core/CodeSystem/administrative-gender-supplement"/>
  <version value="1.1.0"/>
  <name value="AdministrativeGenderDkSupplement"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2020-07-27"/>
  <publisher value="HL7 Denmark"/>
  <contact>
    <name value="HL7 Denmark"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.dk"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="jenskristianvilladsen@gmail.com"/>
    </telecom>
  </contact>
  <description
               value="CodeSystem supplement with danish translations for administrative gender"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DK"/>
      <display value="Denmark"/>
    </coding>
  </jurisdiction>
  <copyright value="CC-BY-SA-4.0"/>
  <content value="supplement"/>
  <supplements value="http://hl7.org/fhir/administrative-gender"/>
  <concept>
    <code value="male"/>
    <designation>
      <language value="da"/>
      <value value="Mand"/>
    </designation>
  </concept>
  <concept>
    <code value="female"/>
    <designation>
      <language value="da"/>
      <value value="Kvinde"/>
    </designation>
  </concept>
  <concept>
    <code value="other"/>
    <designation>
      <language value="da"/>
      <value value="Andet"/>
    </designation>
  </concept>
  <concept>
    <code value="unknown"/>
    <designation>
      <language value="da"/>
      <value value="Ukendt"/>
    </designation>
  </concept>
</CodeSystem>