Fachbereiche
0.3.1 - ci-build

Fachbereiche, published by FO/IHE-D. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE-Germany/fachbereich/ and changes regularly. See the Directory of published versions

: Gender - JSON Representation

Active as of 2026-07-23 Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "Gender",
  "language" : "de-DE",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"de-DE\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"de-DE\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Gender</b></p><a name=\"Gender\"> </a><a name=\"hcGender\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: de-DE</p></div><p>This case-sensitive code system <code>http://fachbereich.ihe-d.de/fhir/CodeSystem/Gender</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">male<a name=\"Gender-male\"> </a></td><td>male</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"Gender-female\"> </a></td><td>female</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    }
  ],
  "url" : "http://fachbereich.ihe-d.de/fhir/CodeSystem/Gender",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.3.4.5.6.7.8.9.4"
    }
  ],
  "version" : "0.3.1",
  "name" : "GenderCS",
  "title" : "Gender",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-23",
  "publisher" : "FO/IHE-D",
  "contact" : [
    {
      "name" : "FO/IHE-D",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ihe-d.de"
        }
      ]
    }
  ],
  "description" : "**Gender** zur Attributierung der Fachbereiche",
  "copyright" : "CC-BY-4.0",
  "caseSensitive" : true,
  "valueSet" : "http://fachbereich.ihe-d.de/fhir/ValueSet/Gender",
  "hierarchyMeaning" : "is-a",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "male",
      "display" : "male",
      "definition" : "male"
    },
    {
      "code" : "female",
      "display" : "female",
      "definition" : "female"
    }
  ]
}