Skip to content

Examples

Revoke e-prescription:

If a signed e-prescription needs to be withdrawn, this can be done using "revoke". Only a doctors own e-prescriptions can be permanently withdrawn.

Request
shellscript
curl --location -X POST 'http://localhost:8082/ePrescription/revoke/{erezept unique id}' \ 
--header 'Authorization: Bearer oauth:{auth handle}'
Response
shellscript
HTTP/200 OK

The entry with the unique ID is marked as revoked on the national e-prescription service.

version 1.0.0