C_12755_Anlage_V1.0.0
C_12755_Anlage
Änderungsbedarf:
Erfolgen Zugriffe auf eine Akte der ePA durch einen Leistungserbringer aus dem EU-Ausland, dann werden pro Operation (nur XDS) zusätzliche Daten als "heallthProfessionalInformation" übertragen. Dieses sind
- healthProfessionalName: der Name des Leistungserbingers
- healthProfessionalRole: dessen Rolle gemäß ValueSet: https://gematik.de/fhir/terminology/ValueSet/epa-structural-role-of-healthcare-professional-vs|1.0.5
- healthcareFacilityType: der Typ der Organisation gemäß https://gematik.de/fhir/terminology/ValueSet/epa-ehealth-dsi-healthcare-facility-type-vs|1.0.5
- leiName: der Name der Organisation.
Die übertragenen Werte fließen in die Protokollierung des Zugriffs via AuditEvent ein. Für die Erstellung der AuditEvents ist die Vorgabe jedoch abweichend von den übertragenen Parametern definiert. Dieses wird korrigiert.
Änderungen in XDSDocumentService.xsd (epa-xds-document/src/schema/XDSDocumentService.xsd)
Derzeit verweisen die Angaben zu healthProfessionalRole und healthcareFacilityType auf konkrete Versionen von Value Sets. Es sollen jedoch grundsätzlich die Value Sets aus dem Terminologiepaket verwendet werden, welches zum jeweils aktuellen ePA Release assoziiert ist. Die Versionskennung in der XSD Datei wird daher entfernt. Ergänzend wird der erläuternde Text harmonisiert.
Die Änderung ist rein redaktionell und verändert das Schema nicht.
alt und neu:
<xs:element name="healthProfessionalRole">
<xs:annotation>
<xs:documentation>
Role of the health professional. NCPeH sets in this element the display name of the role only. Role and display Name MUST be taken from https://gematik.de/fhir/terminology/ValueSet/epa-structural-role-of-healthcare-professional-vs|1.0.5
Role of the health professional. Codesystem and code shall be set according to https://gematik.de/fhir/terminology/ValueSet/epa-structural-role-of-healthcare-professional-vs
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="system" type="xs:string">
<xs:annotation>
<xs:documentation>
IHE code system
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="code" type="xs:string">
<xs:annotation>
<xs:documentation>
value of the designated code system
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="healthcareFacilityType">
<xs:annotation>
<xs:documentation>
Healthcare Facility Type according to value set in https://gematik.de/fhir/terminology/ValueSet/epa-ehealth-dsi-healthcare-facility-type-vs|1.0.5
Type of the healthcare facility. Codesystem and code shall be set according to https://gematik.de/fhir/terminology/ValueSet/epa-ehealth-dsi-healthcare-facility-type-vs
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="system" type="xs:string">
<xs:annotation>
<xs:documentation>
IHE code system
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="code" type="xs:string">
<xs:annotation>
<xs:documentation>
value of the designated code system
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="leiName" type="xs:string">
<xs:annotation>
<xs:documentation>
Name of the hospital or medical facility where patient care takes place.
Human readable name of the hospital or medical facility where patient care takes place.
</xs:documentation>
</xs:annotation>
</xs:element>
Änderungen in Profil EPA AuditEvent (Implementation Guide ePA Basisfunktionalitäten - Audit Event Service)
Änderung des Bindings der Value Sets für Professional Role und Healthcare Facility Type im Profil EPA AuditEvent und Extension EPA HealthcareFacilityType. Das Binding ist aktuell vertauscht:
alt:
neu:
Änderungen der Anforderung IG-EPA90980V11-01 - Befüllung der Elemente recorded, agent und source eines Audit Events
- Änderung der Beispiele zu agent[user].role.coding und agent[user].extension. Diese sind analog zu den Angaben im Profil zur Zeit vertauscht.
- Anpassung der Reihenfolge LE / LEI im Beispiel an die Reihenfolge in agent[user].name
alt:
neu:
Nachtrag: ältere Versionen dieses Changes zeigen die umgekehrte Anpassung von agtent[user].name an die Reihenfolge im Beispiel
Nachtrag:
Anpassung in Kapitel 5.1.10.2 "Beispiel AuditEvent für einen EU-Zugriff mit Dokumentabruf"
alt und neu:
{
"resourceType" : "AuditEvent",
"id" : "589b9862-7935-42f5-a06b-11a6f35833ee",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2026-11-02T12:05:13.117Z",
"profile" : [
"https://gematik.de/fhir/epa/StructureDefinition/epa-auditevent|1.4.0"
]
},
"type" : {
"system" : "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code" : "document"
},
"action" : "R",
"recorded" : "2026-11-02T12:05:13.117Z",
"outcome" : "0",
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "110150",
"display" : "Application"
}
]
},
"who" : {
"identifier" : {
"system" : "https://gematik.de/fhir/sid/telematik-id",
"value" : "9-000000000000000"
}
},
"altId" : "9-000000000000000",
"name" : "Portugal",
"requestor" : true
},
{
"extension" : [
{
"url" : "https://gematik.de/fhir/epa/StructureDefinition/epa-healthcare-facility-type-extension",
"valueCoding" : {
"system": "urn:oid:2.16.840.1.113883.2.9.6.2.7",
"code": "221",
"display": "Medical Doctors"
"system" : "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.2.2.2",
"code" : "Resident Physician",
"display" : "Resident Physician"
}
}
],
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code" : "PROV",
"display" : "healthcare provider"
}
]
},
"role" : [
{
"coding" : [
{
"system": "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.2.2.2",
"code": "Resident Physician",
"display": "Resident Physician"
"system" : "urn:oid:2.16.840.1.113883.2.9.6.2.7",
"code" : "221",
"display" : "Medical Doctors"
}
]
}
],
"name": "Dr. Manuel Dos Santos / Clínica de Dos Santos",
"name" : "Clínica de Dos Santos / Dr. Manuel Dos Santos",
"requestor" : true
}
],
"source" : {
"observer" : {
"display" : "Elektronische Patientenakte Fachdienst"
},
"type" : [
{
"system" : "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-sourcetype-cs",
"code" : "XDSSVC",
"display" : "XDS Document Service"
}
]
},
"entity" : [
{
"name" : "XDS Document Service",
"description" : "RetrieveDocumentSet",
"detail" : [
{
"type" : "DocumentFormatCode",
"valueString" : "urn:gematik:ig:pka:v1.0"
},
{
"type" : "DocumentEntryTitle",
"valueString" : "Patient Summary"
},
{
"type" : "DocumentUniqueId",
"valueString" : "e196c836-c8c3-47ae-9b9a-7124cbfef42f"
}
]
}
]
}