PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik-basismodul@4.0.0-rc3
    https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf
{
  "description": "Dieses Profil ermöglicht die Nutzung von in Gesundheitsberufen tätigen Personen in ISiK Szenarien.",
  "_filename": "StructureDefinition-ISiKPersonImGesundheitsberuf.json",
  "package_name": "de.gematik.isik-basismodul",
  "date": "2024-06-25",
  "derivation": "constraint",
  "publisher": "gematik GmbH",
  "fhirVersion": "4.0.1",
  "name": "ISiKPersonImGesundheitsberuf",
  "abstract": false,
  "type": "Practitioner",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "4.0.0-rc3",
  "status": "draft",
  "id": "8e7af52c-e1fa-4f41-993c-43d9dcd186ad",
  "kind": "resource",
  "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf",
  "version": "4.0.0-rc3",
  "differential": {
    "element": [ {
      "id": "Practitioner",
      "path": "Practitioner",
      "constraint": [ {
        "key": "prac-de-1",
        "human": "Die amtliche Differenzierung der Geschlechtsangabe 'other' darf nur gefüllt sein, wenn das Geschlecht 'other' angegeben ist",
        "source": "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf",
        "severity": "error",
        "expression": "gender='other' or gender.extension('http://fhir.de/StructureDefinition/gender-amtlich-de').empty()"
      } ]
    }, {
      "id": "Practitioner.identifier",
      "min": 1,
      "path": "Practitioner.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier:Arztnummer",
      "max": "*",
      "min": 0,
      "path": "Practitioner.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-lanr" ]
      } ],
      "sliceName": "Arztnummer",
      "mustSupport": true,
      "patternIdentifier": {
        "type": {
          "coding": [ {
            "code": "LANR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          } ]
        }
      }
    }, {
      "id": "Practitioner.identifier:Arztnummer.type",
      "min": 1,
      "path": "Practitioner.identifier.type"
    }, {
      "path": "Practitioner.identifier",
      "min": 0,
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-efn" ]
      } ],
      "mustSupport": true,
      "sliceName": "EFN",
      "patternIdentifier": {
        "type": {
          "coding": [ {
            "code": "DN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          } ]
        }
      },
      "max": "1",
      "id": "Practitioner.identifier:EFN",
      "comment": "In bestimmten KIS wird keine EFN geführt, da diese aus Compliance-Gründen getrennt in HR-Systemen vorgehalten wird (Hinweis kam von Stakeholder), daher soll der entsprechende Test im Test-System mit \"warningOnly\" ausgegeben werden."
    }, {
      "id": "Practitioner.identifier:EFN.type",
      "min": 1,
      "path": "Practitioner.identifier.type"
    }, {
      "id": "Practitioner.identifier:TelematikId",
      "max": "1",
      "min": 0,
      "path": "Practitioner.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://fhir.de/StructureDefinition/identifier-telematik-id" ]
      } ],
      "sliceName": "TelematikId",
      "mustSupport": true,
      "patternIdentifier": {
        "type": {
          "coding": [ {
            "code": "PRN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          } ]
        }
      }
    }, {
      "id": "Practitioner.identifier:TelematikId.type",
      "min": 1,
      "path": "Practitioner.identifier.type"
    }, {
      "id": "Practitioner.name",
      "min": 1,
      "path": "Practitioner.name",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "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,
      "patternHumanName": {
        "use": "official"
      }
    }, {
      "id": "Practitioner.name:Name.use",
      "min": 1,
      "path": "Practitioner.name.use",
      "fixedCode": "official",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:Name.family",
      "min": 1,
      "path": "Practitioner.name.family",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:Name.given",
      "min": 1,
      "path": "Practitioner.name.given",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:Name.prefix",
      "path": "Practitioner.name.prefix",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:Geburtsname",
      "max": "1",
      "min": 0,
      "path": "Practitioner.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.de/StructureDefinition/humanname-de-basis" ]
      } ],
      "sliceName": "Geburtsname",
      "patternHumanName": {
        "use": "maiden"
      }
    }, {
      "id": "Practitioner.name:Geburtsname.use",
      "min": 1,
      "path": "Practitioner.name.use",
      "fixedCode": "maiden",
      "mustSupport": true
    }, {
      "id": "Practitioner.name:Geburtsname.family",
      "min": 1,
      "path": "Practitioner.name.family"
    }, {
      "id": "Practitioner.name:Geburtsname.given",
      "max": "0",
      "path": "Practitioner.name.given"
    }, {
      "id": "Practitioner.name:Geburtsname.prefix",
      "max": "0",
      "path": "Practitioner.name.prefix"
    }, {
      "id": "Practitioner.telecom.system",
      "min": 1,
      "path": "Practitioner.telecom.system"
    }, {
      "id": "Practitioner.telecom.value",
      "min": 1,
      "path": "Practitioner.telecom.value"
    }, {
      "id": "Practitioner.address",
      "path": "Practitioner.address",
      "comment": "In order to differentiate between post box addresses and physical addresses, street names and house numbers, and to add city district names, vendors can opt to support the extensions as suggested in the German Address Base Profile http://fhir.de/StructureDefinition/address-de-basis.\r\nSuch differentiations are however not required within the scope of this specification.",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift",
      "max": "*",
      "min": 0,
      "path": "Practitioner.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "sliceName": "Strassenanschrift",
      "mustSupport": true,
      "patternAddress": {
        "type": "both"
      }
    }, {
      "id": "Practitioner.address:Strassenanschrift.extension:Stadtteil",
      "path": "Practitioner.address.extension",
      "sliceName": "Stadtteil",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.type",
      "min": 1,
      "path": "Practitioner.address.type",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line",
      "min": 1,
      "path": "Practitioner.address.line",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension:Strasse",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Strasse",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.line.extension:Hausnummer",
      "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",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.postalCode",
      "min": 1,
      "path": "Practitioner.address.postalCode",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Strassenanschrift.country",
      "min": 1,
      "path": "Practitioner.address.country",
      "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,
      "patternAddress": {
        "type": "postal"
      }
    }, {
      "id": "Practitioner.address:Postfach.type",
      "min": 1,
      "path": "Practitioner.address.type",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.line",
      "min": 1,
      "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",
      "min": 1,
      "path": "Practitioner.address.city",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.postalCode",
      "min": 1,
      "path": "Practitioner.address.postalCode",
      "mustSupport": true
    }, {
      "id": "Practitioner.address:Postfach.country",
      "min": 1,
      "path": "Practitioner.address.country",
      "mustSupport": true
    }, {
      "id": "Practitioner.gender",
      "path": "Practitioner.gender",
      "mustSupport": true
    }, {
      "id": "Practitioner.gender.extension:Geschlecht-Administrativ",
      "max": "1",
      "min": 0,
      "path": "Practitioner.gender.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.de/StructureDefinition/gender-amtlich-de" ]
      } ],
      "sliceName": "Geschlecht-Administrativ",
      "mustSupport": true
    }, {
      "id": "Practitioner.gender.extension:Geschlecht-Administrativ.value[x]",
      "path": "Practitioner.gender.extension.value[x]",
      "mustSupport": true
    }, {
      "id": "Practitioner.birthDate.extension:Data-Absent-Reason",
      "max": "1",
      "min": 0,
      "path": "Practitioner.birthDate.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ]
      } ],
      "sliceName": "Data-Absent-Reason",
      "mustSupport": true
    }, {
      "id": "Practitioner.qualification.code",
      "path": "Practitioner.qualification.code",
      "comment": "Zur Kodierung der Qualifikation ist das entsprechende [ValueSet der KBV](https://fhir.kbv.de/ValueSet/KBV_VS_Base_Practitioner_Speciality) zu empfehlen."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}