{
  "resourceType": "StructureDefinition",
  "id": "MaPractitionerRole",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Rolle für eine behandelnden Person</p><p>Dieses Profil bildet die Rolle einer behandelnden Person in Bezug zu einer Einrichtung ab. Es erweitert das Profil [KBV_PR_Base_PractitionerRole](https://simplifier.net/base1x0/kbv_pr_base_practitionerrole).</p></div>"
  },
  "url": "http://ma-ambulant.de/StructureDefinition/MaPractitionerRole",
  "name": "MaPractitionerRole",
  "title": "Rolle für eine behandelnde Person",
  "status": "draft",
  "description": "Dieses Profil bildet die Rolle einer behandelnden Person in Bezug zu einer Einrichtung ab. Es erweitert das Profil [KBV_PR_Base_PractitionerRole](https://simplifier.net/base1x0/kbv_pr_base_practitionerrole).",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "short": "Bezug zur behandelnden Person",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ma-ambulant.de/StructureDefinition/MaPractitioner",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Practitioner"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "short": "Bezug zur Einrichtung",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization.identifier",
        "path": "PractitionerRole.organization.identifier",
        "short": "Betriebsstättennummer der zuhörigen Einrichtung",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-bsnr"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}