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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfArztZuordnung.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArztZuordnung
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfArztZuordnung
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfArztZuordnung
TitleSTF Arzt Zuordnung
Realmde
DescriptionZuordnung von Ärztinnen und Ärzten zu Organisationen im Kontext der STF
TypePractitionerRole
Kindresource

Resources that use this resource

CapabilityStatement
ISiKCapabilityStatementFormularDatenQuelleAkteurStf Krebsregistermeldung CapabilityStatement
StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

ValueSet
StfArztrolleVSSTF Arztrolle
StfBerufsgruppeVSSTF Berufsgruppe

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "StfArztZuordnung",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArztZuordnung",
  "version": "1.0.0-ballot",
  "name": "StfArztZuordnung",
  "title": "STF Arzt Zuordnung",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "description": "Zuordnung von Ärztinnen und Ärzten zu Organisationen im Kontext der STF",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "comment": "Institution des Arztes",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code.coding",
        "path": "PractitionerRole.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code.coding:Berufsgruppe",
        "path": "PractitionerRole.code.coding",
        "sliceName": "Berufsgruppe",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS"
        }
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "comment": "Arztrolle",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfArztrolleVS"
        }
      }
    ]
  }
}