FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/MaPractitionerRole

Packagema.ambulanter.fall
Resource TypeStructureDefinition
IdMaPractitionerRole
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ma.ambulanter.fall@1.0.9&canonical=http://ma-ambulant.de/StructureDefinition/MaPractitionerRole
URLhttp://ma-ambulant.de/StructureDefinition/MaPractitionerRole
Statusdraft
NameMaPractitionerRole
TitleRolle für eine behandelnden Person
DescriptionDieses 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).
TypePractitionerRole
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
KBV_PR_Base_PractitionerKBV_PR_Base_Practitioner
KBV_PR_Base_PractitionerRoleKBV_PR_Base_PractitionerRole
identifier-bsnrIdentifier-Profil für die Abbildung einer Betriebsstättennummer
MaPractitionerBehandelnde Person

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "MaPractitionerRole",
  "url": "http://ma-ambulant.de/StructureDefinition/MaPractitionerRole",
  "name": "MaPractitionerRole",
  "title": "Rolle für eine behandelnden 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
      }
    ]
  }
}