FHIR IG analytics| Package | ma.ambulanter.fall |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-MaPractitionerRole.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ma.ambulanter.fall@2.0.0&canonical=http://ma-ambulant.de/StructureDefinition/MaPractitionerRole |
| URL | http://ma-ambulant.de/StructureDefinition/MaPractitionerRole |
| Status | draft |
| Name | MaPractitionerRole |
| Title | Rolle für eine behandelnde Person |
| 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). |
| Type | PractitionerRole |
| Kind | resource |
No resources found
| StructureDefinition | |
| identifier-bsnr | Identifier-Profil für die Abbildung einer Betriebsstättennummer |
| MaPractitioner | Behandelnde Person |
| KBV_PR_Base_Practitioner | KBV_PR_Base_Practitioner |
| KBV_PR_Base_PractitionerRole | KBV_PR_Base_PractitionerRole |
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).
{
"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
}
]
}
}