The Incentergy GmbH is offering an E-Prescription workshop for practice system vendors this workshops mainly covers 2 topics:
- How does the general E-Prescription systems works?
- Identity Provider (OpenID Connect)
- E-Rezept-Fachdienst (FHIR)
- How is it possible to implement these features into an own software e.g. ere.health?
The specified e-prescription uses an IdP that is based on the open id connect procotol. It is special in two concerns:
- All tokens are encrypted and signed
- The signature from the client is based on a certificated stored on an SMC-B
The image above shows the two steps to create an e-prescription in the Fachdienst:
- Create a Task using the $create method
- Attach a signed KBV Bundle to the task using the $activate method
The E-Rezept Fachdienst is mainly a FHIR server.
The E-Rezept requires multiple connector services. In this part we are going to explain the services and show how you can generate stubs using JAX-WS based on the api-telematik structures.
The E-Rezept documents are based on FHIR v4 Bundles shown here: https://simplifier.net/erezept
In this part we will look in detail in these structures how to create them using JSON or XML using open source technology like HAPI FHIR server and how to validate this data.
In this part we will take a look into the VAU (vertrauenswürdige Ausführungsumgebung).
In this part we will look into the flexibel generation of PDF files using Apache FOP.
In this part we are going to show you how you can integrate ere.health into you solution.