A Set of Codesystems for Gender
0.1.0 - ci-build

A Set of Codesystems for Gender, published by FO. 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/frankoemig/gender/ and changes regularly. See the Directory of published versions

: Hormonal Gender - XML Representation

Active as of 2024-04-16

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="HormonalGender"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem HormonalGender</b></p><a name="HormonalGender"> </a><a name="hcHormonalGender"> </a><p>This case-insensitive code system <code>http://gender.oemig.de/fhir/CodeSystem/HormonalGender</code> provides <b>a fragment</b> that includes following codes in a Is-A hierarchy:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">male<a name="HormonalGender-male"> </a></td><td>male</td></tr><tr><td style="white-space:nowrap">female<a name="HormonalGender-female"> </a></td><td>female</td></tr><tr><td style="white-space:nowrap">tbd<a name="HormonalGender-tbd"> </a></td><td>further codes to be determined..</td></tr></table></div>
  </text>
  <url value="http://gender.oemig.de/fhir/CodeSystem/HormonalGender"/>
  <version value="0.1.0"/>
  <name value="HormonalGenderCS"/>
  <title value="Hormonal Gender"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-04-16"/>
  <publisher value="FO"/>
  <contact>
    <name value="FO"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.oemig.de"/>
    </telecom>
  </contact>
  <description value="HormonalGender"/>
  <copyright value="FO"/>
  <caseSensitive value="false"/>
  <valueSet value="http://gender.oemig.de/fhir/ValueSet/HormonalGender"/>
  <hierarchyMeaning value="is-a"/>
  <compositional value="false"/>
  <versionNeeded value="false"/>
  <content value="fragment"/>
  <concept>
    <code value="male"/>
    <display value="male"/>
  </concept>
  <concept>
    <code value="female"/>
    <display value="female"/>
  </concept>
  <concept>
    <code value="tbd"/>
    <display value="further codes to be determined.."/>
  </concept>
</CodeSystem>