FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "StfArzt",
"url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArzt",
"version": "1.0.0-ballot",
"name": "StfArzt",
"title": "STF Arzt",
"status": "active",
"experimental": false,
"date": "2025-12-05",
"publisher": "ELFA Maßnahme Interoperabilität",
"description": "Informationen über Ärzte und Ärztinnen, die im Kontext der STF relevant sind",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Practitioner",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Practitioner.identifier",
"path": "Practitioner.identifier",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"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",
"path": "Practitioner.identifier",
"sliceName": "ID",
"comment": "ID des Arztes laut Arztliste der Ärztekammer",
"min": 0,
"max": "1",
"patternIdentifier": {
"type": {
"coding": [
{
"code": "ArztId",
"system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztIdentifierType"
}
]
}
},
"mustSupport": true
},
{
"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",
"path": "Practitioner.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier:ID.value",
"path": "Practitioner.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier:ANR",
"path": "Practitioner.identifier",
"sliceName": "ANR",
"definition": "In diesem Element wird die Arztnummer (umgangssprachlich auch Lebenslange Arztnummer „LANR“ genannt) nach § 108 SGB V abgebildet.",
"comment": "Die Lebenslange Arztnummer (LANR) des Arztes",
"min": 0,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-lanr"
]
}
],
"patternIdentifier": {
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"
},
"mustSupport": true
},
{
"id": "Practitioner.identifier:ANR.type",
"path": "Practitioner.identifier.type",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier:ANR.type.coding",
"path": "Practitioner.identifier.type.coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Practitioner.identifier:ANR.type.coding.system",
"path": "Practitioner.identifier.type.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier:ANR.type.coding.code",
"path": "Practitioner.identifier.type.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier:Zulassungsnummer",
"path": "Practitioner.identifier",
"sliceName": "Zulassungsnummer",
"min": 0,
"max": "1",
"patternIdentifier": {
"type": {
"coding": [
{
"code": "Zulassungsnr",
"system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztIdentifierType"
}
]
}
},
"mustSupport": true
},
{
"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",
"path": "Practitioner.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.identifier:Zulassungsnummer.value",
"path": "Practitioner.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.name",
"path": "Practitioner.name",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "use"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.name:name",
"path": "Practitioner.name",
"sliceName": "name",
"min": 1,
"max": "1",
"type": [
{
"code": "HumanName",
"profile": [
"http://fhir.de/StructureDefinition/humanname-de-basis"
]
}
],
"mustSupport": true
},
{
"id": "Practitioner.name:name.use",
"path": "Practitioner.name.use",
"min": 1,
"patternCode": "official"
},
{
"id": "Practitioner.name:name.text",
"path": "Practitioner.name.text",
"mustSupport": true
},
{
"id": "Practitioner.name:name.family",
"path": "Practitioner.name.family",
"comment": "Nachname",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.name:name.given",
"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": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"mustSupport": true
},
{
"id": "Practitioner.telecom:Telefon",
"path": "Practitioner.telecom",
"sliceName": "Telefon",
"comment": "Telefon des Arztes",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Practitioner.telecom:Telefon.system",
"path": "Practitioner.telecom.system",
"min": 1,
"patternCode": "phone"
},
{
"id": "Practitioner.telecom:Telefon.value",
"path": "Practitioner.telecom.value",
"mustSupport": true
},
{
"id": "Practitioner.telecom:Telefax",
"path": "Practitioner.telecom",
"sliceName": "Telefax",
"comment": "Fax des Arztes",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Practitioner.telecom:Telefax.system",
"path": "Practitioner.telecom.system",
"min": 1,
"patternCode": "fax"
},
{
"id": "Practitioner.telecom:Telefax.value",
"path": "Practitioner.telecom.value",
"mustSupport": true
},
{
"id": "Practitioner.address",
"path": "Practitioner.address",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "type"
}
],
"rules": "open"
},
"mustSupport": true
},
{
"id": "Practitioner.address:Strassenanschrift",
"path": "Practitioner.address",
"sliceName": "Strassenanschrift",
"min": 0,
"max": "*",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport": true
},
{
"id": "Practitioner.address:Strassenanschrift.type",
"path": "Practitioner.address.type",
"min": 1,
"patternCode": "both"
},
{
"id": "Practitioner.address:Strassenanschrift.line",
"path": "Practitioner.address.line",
"comment": "Hausnummer und Straße",
"mustSupport": true
},
{
"id": "Practitioner.address:Strassenanschrift.line.extension",
"path": "Practitioner.address.line.extension",
"min": 2
},
{
"id": "Practitioner.address:Strassenanschrift.line.extension:Strasse",
"path": "Practitioner.address.line.extension",
"sliceName": "Strasse",
"min": 1,
"mustSupport": true
},
{
"id": "Practitioner.address:Strassenanschrift.line.extension:Hausnummer",
"path": "Practitioner.address.line.extension",
"sliceName": "Hausnummer",
"min": 1,
"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",
"path": "Practitioner.address.line.extension",
"sliceName": "Postfach",
"max": "0"
},
{
"id": "Practitioner.address:Strassenanschrift.city",
"path": "Practitioner.address.city",
"comment": "Ort",
"mustSupport": true
},
{
"id": "Practitioner.address:Strassenanschrift.postalCode",
"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",
"path": "Practitioner.address",
"sliceName": "Postfach",
"min": 0,
"max": "*",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport": true
},
{
"id": "Practitioner.address:Postfach.type",
"path": "Practitioner.address.type",
"min": 1,
"patternCode": "postal"
},
{
"id": "Practitioner.address:Postfach.line",
"path": "Practitioner.address.line",
"mustSupport": true
},
{
"id": "Practitioner.address:Postfach.line.extension:Strasse",
"path": "Practitioner.address.line.extension",
"sliceName": "Strasse",
"max": "0"
},
{
"id": "Practitioner.address:Postfach.line.extension:Hausnummer",
"path": "Practitioner.address.line.extension",
"sliceName": "Hausnummer",
"max": "0"
},
{
"id": "Practitioner.address:Postfach.line.extension:Adresszusatz",
"path": "Practitioner.address.line.extension",
"sliceName": "Adresszusatz",
"max": "0"
},
{
"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",
"comment": "Berufsgruppe",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS"
}
}
]
}
}