FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.fhir.terminologie-basis
Resource TypeCodeSystem
IdCodeSystem-administrative-gender-supplement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7germany/terminologie-basis-de/CodeSystem-administrative-gender-supplement.html
URLhttp://fhir.de/CodeSystem/administrative-gender-supplement
Version1.0.0-alpha1
Statusactive
Date2025-11-19T17:18:12+00:00
NameSupplementAdministrativeGender
TitleDeutsche Übersetzungen für AdministrativeGender
Authorityhl7
DescriptionCodeSystem Supplement mit Deutschen Übersetzungen für AdministrativeGender
Contentsupplement
Supplementshttp://hl7.org/fhir/administrative-gender

Resources that use this resource

ValueSet
KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_GenderKBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Gender

Resources that this resource uses

CodeSystem
administrative-genderAdministrativeGender

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem administrative-gender-supplement

This code system supplement http://fhir.de/CodeSystem/administrative-gender-supplement defines displays on the following codes:

CodeDeutsch (Deutschland) (German (Germany), de)
male männlich
female weiblich
other andere
unknown unbekannt

Source1

{
  "resourceType": "CodeSystem",
  "id": "administrative-gender-supplement",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.de/CodeSystem/administrative-gender-supplement",
  "version": "1.0.0-alpha1",
  "name": "SupplementAdministrativeGender",
  "title": "Deutsche Übersetzungen für AdministrativeGender",
  "status": "active",
  "experimental": false,
  "date": "2025-11-19T17:18:12+00:00",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
  "contact": [
    {
      "name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.de/technische-komitees/terminologien/"
        }
      ]
    }
  ],
  "description": "CodeSystem Supplement mit Deutschen Übersetzungen für AdministrativeGender",
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/administrative-gender",
  "concept": [
    {
      "code": "male",
      "designation": [
        {
          "language": "de-DE",
          "value": "männlich"
        }
      ]
    },
    {
      "code": "female",
      "designation": [
        {
          "language": "de-DE",
          "value": "weiblich"
        }
      ]
    },
    {
      "code": "other",
      "designation": [
        {
          "language": "de-DE",
          "value": "andere"
        }
      ]
    },
    {
      "code": "unknown",
      "designation": [
        {
          "language": "de-DE",
          "value": "unbekannt"
        }
      ]
    }
  ]
}