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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfGemeindekennzahlExtension.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0-ballot&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfGemeindekennzahlExtension
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfGemeindekennzahlExtension
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfGemeindekennzahlExtension
TitleSTF Gemeindekennzahl Extension
DescriptionAbbildung der GKZ (Gemeindekennzahl) bestehend aus Bundesland (zweistellig), Regierungsbezirk (einstellig), Landkreis (Landkreis) und Gemeinde (zweistellig)
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
StfVerstorbenePersonSTF Verstorbene Person

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "StfGemeindekennzahlExtension",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfGemeindekennzahlExtension",
  "version": "1.0.0-ballot",
  "name": "StfGemeindekennzahlExtension",
  "title": "STF Gemeindekennzahl Extension",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "description": "Abbildung der GKZ (Gemeindekennzahl) bestehend aus Bundesland (zweistellig), Regierungsbezirk (einstellig), Landkreis (Landkreis) und Gemeinde (zweistellig)",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "expression": "Address",
      "type": "element"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "STF Gemeindekennzahl Extension",
        "definition": "Abbildung der GKZ (Gemeindekennzahl) bestehend aus Bundesland (zweistellig), Regierungsbezirk (einstellig), Landkreis (Landkreis) und Gemeinde (zweistellig)"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "min": 4
      },
      {
        "id": "Extension.extension:Bundesland",
        "path": "Extension.extension",
        "sliceName": "Bundesland",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:Bundesland.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:Bundesland.url",
        "path": "Extension.extension.url",
        "fixedUri": "Bundesland"
      },
      {
        "id": "Extension.extension:Bundesland.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Extension.extension:Regierungsbezirk",
        "path": "Extension.extension",
        "sliceName": "Regierungsbezirk",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:Regierungsbezirk.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:Regierungsbezirk.url",
        "path": "Extension.extension.url",
        "fixedUri": "Regierungsbezirk"
      },
      {
        "id": "Extension.extension:Regierungsbezirk.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Extension.extension:Landkreis",
        "path": "Extension.extension",
        "sliceName": "Landkreis",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:Landkreis.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:Landkreis.url",
        "path": "Extension.extension.url",
        "fixedUri": "Landkreis"
      },
      {
        "id": "Extension.extension:Landkreis.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Extension.extension:Gemeinde",
        "path": "Extension.extension",
        "sliceName": "Gemeinde",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:Gemeinde.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:Gemeinde.url",
        "path": "Extension.extension.url",
        "fixedUri": "Gemeinde"
      },
      {
        "id": "Extension.extension:Gemeinde.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfGemeindekennzahlExtension"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}