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-ballot&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
DescriptionZuordnung von Ärztinnen und Ärzten zu Organisationen im Kontext der STF
TypePractitionerRole
Kindresource

Resources that use this resource

StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

ValueSet
StfFacharztgruppeVSSTF Facharztgruppe

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.specialty",
        "path": "PractitionerRole.specialty",
        "comment": "Facharztgruppe",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://gematik.de/fhir/oegd/stf/ValueSet/StfFacharztgruppeVS"
        }
      }
    ]
  }
}