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

FHIR IG analytics

Packagema.ambulanter.fall
Resource TypeStructureDefinition
IdStructureDefinition-MaPractitionerRole.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ma.ambulanter.fall@2.0.0&canonical=http://ma-ambulant.de/StructureDefinition/MaPractitionerRole
URLhttp://ma-ambulant.de/StructureDefinition/MaPractitionerRole
Statusdraft
NameMaPractitionerRole
TitleRolle für eine behandelnde 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
identifier-bsnrIdentifier-Profil für die Abbildung einer Betriebsstättennummer
MaPractitionerBehandelnde Person
KBV_PR_Base_PractitionerKBV_PR_Base_Practitioner
KBV_PR_Base_PractitionerRoleKBV_PR_Base_PractitionerRole

Narrative

Note: links and images are rebased to the (stated) source

Rolle für eine behandelnden Person

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).


Source1

{
  "resourceType": "StructureDefinition",
  "id": "MaPractitionerRole",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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
      }
    ]
  }
}