Inhaltsverzeichnis
Laut A_21570 muss das E-Rezept-FdV in allen Anfragen an den E-Rezept-Fachdienst im äußeren HTTP-Request den HTTP-Header "X-erp-resource" mit dem zur angefragten Ressource im FHIR-Request passenden Wert setzen. Die Tabelle mit den zu verwendenden Werten muss um die Push Notifications Endpunkte erweitert werden, da diese derzeit noch fehlen.
Es wird die Tabelle TAB_FdVERP_019, die sich im Kapitel 5.1.2 "Kommunikation mit Diensten der TI" direkt unter A_21570 befindet, wir folgt angepasst:
Alt:
| Operation
|
X-erp-resource
|
|---|---|
| DELETE /Communication/<id>
|
Communication |
| GET /AuditEvent/
|
AuditEvent
|
| GET /AuditEvent/<id>
|
AuditEvent
|
| GET /Communication/
|
Communication
|
| GET /Communication/<id>
|
Communication
|
| GET /Device/
|
Device
|
| GET /MedicationDispense/
|
MedicationDispense
|
| GET /metadata/
|
metadata
|
| GET /Task/
|
Task
|
| GET /Task/<id>
|
Task
|
| POST /Communication
|
Communication
|
| POST /Task/<id>/$abort
|
Task
|
| DELETE /Consent/ | Consent |
| GET /Consent/ | Consent |
| POST /Consent/ | Consent |
| DELETE /ChargeItem/<id> | ChargeItem |
| GET /ChargeItem/ | ChargeItem |
| GET /ChargeItem/<id> | ChargeItem |
| PATCH /ChargeItem/<id> | ChargeItem |
Neu:
| Operation
|
X-erp-resource
|
|---|---|
| DELETE /Communication/<id>
|
Communication |
| GET /AuditEvent/
|
AuditEvent
|
| GET /AuditEvent/<id>
|
AuditEvent
|
| GET /Communication/
|
Communication
|
| GET /Communication/<id>
|
Communication
|
| GET /Device/
|
Device
|
| GET /MedicationDispense/
|
MedicationDispense
|
| GET /metadata/
|
metadata
|
| GET /Task/
|
Task
|
| GET /Task/<id>
|
Task
|
| POST /Communication
|
Communication
|
| POST /Task/<id>/$abort
|
Task
|
| DELETE /Consent/ | Consent |
| GET /Consent/ | Consent |
| POST /Consent/ | Consent |
| DELETE /ChargeItem/<id> | ChargeItem |
| GET /ChargeItem/ | ChargeItem |
| GET /ChargeItem/<id> | ChargeItem |
| PATCH /ChargeItem/<id> | ChargeItem |
| POST /pushers/v1/set | Pusher |
| GET /pushers/v1/ | Pusher |
| GET /channels/v1/ | Channel |
| GET /channels/v1/<pushkey> | Channel |
| POST /channels/v1/<pushkey> | Channel |