FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "http://fhir.dguv.de/Basis/PractitionerRole/DGUV-Basis-PR-Leistungserbringerrolle",
"version": "1.4",
"name": "DGUV_Basis_PR_Leistungserbringerrolle",
"title": "Leistungserbringerrolle",
"status": "draft",
"date": "2024-01-31",
"publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
"description": "Mit diesem Profil wird eine temporäre Rolle einer behandelnden Person in Bezug auf eine Einrichtung abgebildet.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "PractitionerRole",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "PractitionerRole",
"path": "PractitionerRole",
"short": "Rolle einer behandelnden Person/Leistungserbringer",
"definition": "Mit diesem Profil wird eine temporäre Rolle einer behandelnden Person/Leistungserbringers abgebildet."
},
{
"id": "PractitionerRole.practitioner",
"path": "PractitionerRole.practitioner",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://fhir.dguv.de/Basis/Practitioner/DGUV-Basis-PR-Leistungserbringer"
]
}
]
},
{
"id": "PractitionerRole.organization",
"path": "PractitionerRole.organization",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-BehandelndeEinrichtung"
]
}
]
},
{
"id": "PractitionerRole.code",
"path": "PractitionerRole.code",
"short": "Beschreibung der Rolle in der Einrichtung"
},
{
"id": "PractitionerRole.code.coding",
"path": "PractitionerRole.code.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
},
"max": "1"
},
{
"id": "PractitionerRole.code.coding:RolleInDerEinrichtung",
"path": "PractitionerRole.code.coding",
"sliceName": "RolleInDerEinrichtung",
"max": "1",
"binding": {
"strength": "required",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Role_Care"
}
},
{
"id": "PractitionerRole.code.coding:RolleInDerEinrichtung.system",
"path": "PractitionerRole.code.coding.system",
"min": 1
},
{
"id": "PractitionerRole.code.coding:RolleInDerEinrichtung.version",
"path": "PractitionerRole.code.coding.version",
"min": 1
},
{
"id": "PractitionerRole.code.coding:RolleInDerEinrichtung.code",
"path": "PractitionerRole.code.coding.code",
"min": 1
},
{
"id": "PractitionerRole.code.coding:RolleInDerEinrichtung.display",
"path": "PractitionerRole.code.coding.display",
"min": 1
},
{
"id": "PractitionerRole.specialty.coding",
"path": "PractitionerRole.specialty.coding",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "PractitionerRole.specialty.coding:KBV-Fachgruppe",
"path": "PractitionerRole.specialty.coding",
"sliceName": "KBV-Fachgruppe",
"max": "1",
"binding": {
"strength": "required",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_BAR2_ARZTNRFACHGRUPPE"
}
},
{
"id": "PractitionerRole.specialty.coding:KBV-Fachgruppe.system",
"path": "PractitionerRole.specialty.coding.system",
"min": 1,
"patternUri": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE"
},
{
"id": "PractitionerRole.specialty.coding:KBV-Fachgruppe.version",
"path": "PractitionerRole.specialty.coding.version",
"min": 1
},
{
"id": "PractitionerRole.specialty.coding:KBV-Fachgruppe.code",
"path": "PractitionerRole.specialty.coding.code",
"min": 1
},
{
"id": "PractitionerRole.specialty.coding:KBV-Fachgruppe.display",
"path": "PractitionerRole.specialty.coding.display",
"min": 1
},
{
"id": "PractitionerRole.telecom",
"path": "PractitionerRole.telecom",
"type": [
{
"code": "ContactPoint",
"profile": [
"http://fhir.dguv.de/Basis/ContactPoint/DGUV-Basis-PR-KontaktDaten"
]
}
]
}
]
}
}