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

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HormonalGender",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://gender.oemig.de/fhir/CodeSystem/HormonalGender",
  "version" : "0.1.0",
  "name" : "HormonalGenderCS",
  "title" : "Hormonal Gender",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "FO",
  "contact" : [
    {
      "name" : "FO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.oemig.de"
        }
      ]
    }
  ],
  "description" : "HormonalGender",
  "copyright" : "FO",
  "caseSensitive" : false,
  "valueSet" : "http://gender.oemig.de/fhir/ValueSet/HormonalGender",
  "hierarchyMeaning" : "is-a",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "fragment",
  "concept" : [
    {
      "code" : "male",
      "display" : "male"
    },
    {
      "code" : "female",
      "display" : "female"
    },
    {
      "code" : "tbd",
      "display" : "further codes to be determined.."
    }
  ]
}