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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeCodeSystem
IdCodeSystem-administrative-gender-supplement.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "supplement",
  "name": "SupplementAdministrativeGender",
  "id": "administrative-gender-supplement",
  "title": "Deutsche Übersetzungen für AdministrativeGender",
  "description": "CodeSystem Supplement mit Deutschen Übersetzungen für AdministrativeGender",
  "version": "1.6.0-ballot",
  "url": "http://fhir.de/CodeSystem/administrative-gender-supplement",
  "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"
        }
      ]
    }
  ],
  "experimental": false,
  "date": "2025-12-23",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "supplements": "http://hl7.org/fhir/administrative-gender"
}