PackagesCanonicalsLogsProblems
    Packages
    de.gematik.sterbefall@1.0.0-beta.2
    http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArzt
{
  "description": "Informationen über Ärzte und Ärztinnen, die im Kontext der STF relevant sind",
  "_filename": "StructureDefinition-StfArzt.json",
  "package_name": "de.gematik.sterbefall",
  "date": "2025-09-05",
  "derivation": "constraint",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "fhirVersion": "4.0.1",
  "name": "StfArzt",
  "abstract": false,
  "type": "Practitioner",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "STF Arzt",
  "package_version": "1.0.0-beta.2",
  "status": "active",
  "id": "72ea11be-2512-4f16-94ff-c76357240123",
  "kind": "resource",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArzt",
  "version": "1.0.0-beta.1",
  "differential": {
    "element": [ {
      "id": "Practitioner.identifier",
      "path": "Practitioner.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "definition": "In diesem Element wird der Identifier (Identifikator) für diese behandelnde Person definiert. Der Identifikator kann aus diversen Quellen stammen.",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:ID",
      "max": "1",
      "min": 0,
      "path": "Practitioner.identifier",
      "comment": "ID des Arztes laut Arztliste der Ärztekammer",
      "sliceName": "ID",
      "mustSupport": true,
      "patternIdentifier": {
        "type": {
          "coding": [ {
            "code": "ArztId",
            "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztIdentifierType"
          } ]
        }
      }
    }, {
      "id": "Practitioner.identifier:ID.type",
      "path": "Practitioner.identifier.type",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "ArztId",
          "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztIdentifierType"
        } ]
      }
    }, {
      "id": "Practitioner.identifier:ID.system",
      "min": 1,
      "path": "Practitioner.identifier.system",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:ID.value",
      "min": 1,
      "path": "Practitioner.identifier.value",
      "mustSupport": true
    }, {
      "path": "Practitioner.identifier",
      "min": 0,
      "definition": "In diesem Element wird die Arztnummer (umgangssprachlich auch Lebenslange Arztnummer „LANR“ genannt) nach § 108 SGB V abgebildet.",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-lanr" ]
      } ],
      "mustSupport": true,
      "sliceName": "ANR",
      "patternIdentifier": {
        "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"
      },
      "max": "1",
      "id": "Practitioner.identifier:ANR",
      "comment": "Die Lebenslange Arztnummer (LANR) des Arztes"
    }, {
      "id": "Practitioner.identifier:ANR.type",
      "min": 1,
      "path": "Practitioner.identifier.type",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:ANR.type.coding",
      "max": "1",
      "min": 1,
      "path": "Practitioner.identifier.type.coding",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:ANR.type.coding.system",
      "min": 1,
      "path": "Practitioner.identifier.type.coding.system",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:ANR.type.coding.code",
      "min": 1,
      "path": "Practitioner.identifier.type.coding.code",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:Zulassungsnummer",
      "max": "1",
      "min": 0,
      "path": "Practitioner.identifier",
      "sliceName": "Zulassungsnummer",
      "mustSupport": true,
      "patternIdentifier": {
        "type": {
          "coding": [ {
            "code": "Zulassungsnr",
            "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztIdentifierType"
          } ]
        }
      }
    }, {
      "id": "Practitioner.identifier:Zulassungsnummer.type",
      "path": "Practitioner.identifier.type",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "Zulassungsnr",
          "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztIdentifierType"
        } ]
      }
    }, {
      "id": "Practitioner.identifier:Zulassungsnummer.system",
      "min": 1,
      "path": "Practitioner.identifier.system",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:Zulassungsnummer.value",
      "min": 1,
      "path": "Practitioner.identifier.value",
      "mustSupport": true
    }, {
      "id": "Practitioner.name",
      "min": 1,
      "path": "Practitioner.name",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "use",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.name:name",
      "max": "1",
      "min": 1,
      "path": "Practitioner.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.de/StructureDefinition/humanname-de-basis" ]
      } ],
      "sliceName": "name",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:name.use",
      "min": 1,
      "path": "Practitioner.name.use",
      "patternCode": "official"
    }, {
      "id": "Practitioner.name:name.text",
      "path": "Practitioner.name.text",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:name.family",
      "min": 1,
      "path": "Practitioner.name.family",
      "comment": "Nachname",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:name.given",
      "min": 1,
      "path": "Practitioner.name.given",
      "comment": "Vorname",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:name.prefix",
      "path": "Practitioner.name.prefix",
      "comment": "Titel",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom",
      "path": "Practitioner.telecom",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Telefon",
      "max": "1",
      "min": 0,
      "path": "Practitioner.telecom",
      "comment": "Telefon des Arztes",
      "sliceName": "Telefon",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Telefon.system",
      "min": 1,
      "path": "Practitioner.telecom.system",
      "patternCode": "phone"
    }, {
      "id": "Practitioner.telecom:Telefon.value",
      "path": "Practitioner.telecom.value",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Telefax",
      "max": "1",
      "min": 0,
      "path": "Practitioner.telecom",
      "comment": "Fax des Arztes",
      "sliceName": "Telefax",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Telefax.system",
      "min": 1,
      "path": "Practitioner.telecom.system",
      "patternCode": "fax"
    }, {
      "id": "Practitioner.telecom:Telefax.value",
      "path": "Practitioner.telecom.value",
      "mustSupport": true
    }, {
      "id": "Practitioner.address",
      "min": 1,
      "path": "Practitioner.address",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "type",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift",
      "max": "*",
      "min": 1,
      "path": "Practitioner.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "sliceName": "Strassenanschrift",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.type",
      "min": 1,
      "path": "Practitioner.address.type",
      "patternCode": "both"
    }, {
      "id": "Practitioner.address:Strassenanschrift.line",
      "path": "Practitioner.address.line",
      "comment": "Hausnummer und Straße",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension",
      "min": 2,
      "path": "Practitioner.address.line.extension"
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension:Strasse",
      "min": 1,
      "path": "Practitioner.address.line.extension",
      "sliceName": "Strasse",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension:Hausnummer",
      "min": 1,
      "path": "Practitioner.address.line.extension",
      "sliceName": "Hausnummer",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension:Adresszusatz",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Adresszusatz",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension:Postfach",
      "max": "0",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Postfach"
    }, {
      "id": "Practitioner.address:Strassenanschrift.city",
      "min": 1,
      "path": "Practitioner.address.city",
      "comment": "Ort",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.postalCode",
      "min": 1,
      "path": "Practitioner.address.postalCode",
      "comment": "PLZ",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.country",
      "path": "Practitioner.address.country",
      "comment": "Land der Anschrift",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach",
      "max": "*",
      "min": 0,
      "path": "Practitioner.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "sliceName": "Postfach",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.type",
      "min": 1,
      "path": "Practitioner.address.type",
      "patternCode": "postal"
    }, {
      "id": "Practitioner.address:Postfach.line",
      "path": "Practitioner.address.line",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.line.extension:Strasse",
      "max": "0",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Strasse"
    }, {
      "id": "Practitioner.address:Postfach.line.extension:Hausnummer",
      "max": "0",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Hausnummer"
    }, {
      "id": "Practitioner.address:Postfach.line.extension:Adresszusatz",
      "max": "0",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Adresszusatz"
    }, {
      "id": "Practitioner.address:Postfach.line.extension:Postfach",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Postfach",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.city",
      "path": "Practitioner.address.city",
      "comment": "Nummer des Postfach",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.postalCode",
      "path": "Practitioner.address.postalCode",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.country",
      "path": "Practitioner.address.country",
      "mustSupport": true
    }, {
      "id": "Practitioner.qualification",
      "path": "Practitioner.qualification",
      "mustSupport": true
    }, {
      "id": "Practitioner.qualification.code",
      "path": "Practitioner.qualification.code",
      "binding": {
        "strength": "required",
        "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS"
      },
      "comment": "Berufsgruppe",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}