Table of Contents
This repository provides software engineers with end to end ePrescription (E-Rezept) examples for testing and hardening of applications. This project lives by contribution of functioning Examples by the community of gematik and vendors. It contains Standalone examples which are a copy of the examples that can be found on simplifier.net. These can be used as reference and/or building blocks for creating own examples. Further this repository contains "end to end" examples. Each folder contains files that fit a certain use case.
This project carries the following folder structure: startDateOfNewProfiles/UseCase/VersionOfUseCase/file See the following example:
E-Rezept-Examples
│ README.md
└─End-to-End-Examples
│ └─1_01.07.2021
│ │ │
│ │ └──Freitext-Verordnung
│ │ │ │
│ │ │ └─Freitext_Verordnung_1
│ │ │ │ │ example1.json
│ │ │ │ │ example2.xml
│ │ │ │ │ ...
│ │ │ │
│ │ │ └─Freitext_Verordnung_2
│ │ │ │ example1.json
│ │ │ │ example2.xml
│ │ │ │ ...
│ │ │
│ │ └──PZN-Verordnung_Noctu
│ │ │ │
│ │ │ └─PZN-Verordnung_Noctu_1
│ │ │ │ │ example1.json
│ │ │ │ │ example2.json
│ │ │ │ │ ...
│ │ │
│ │ │
│ │ ...
│ │
│ │
│ └─── ...
│
└─Standalone-Examples
│ └─eRezept(KBV)
│ │ └─1.0.2
│ │ │ └─...
│ │ └─1.1.0
│ └─E-Rezept-Workflow(gematik)
...
This folder contains artifacts for a given usecase which can be identified via foldername (e.g. .../PZN_Mehrfachverordnung/PZN_MV_1/*). These artifacts usually contain
- the initial prescription
- dispense information for ePrescription Service
- dispense information for billing
This folder is a collection of examples that are published on the simplifier.net websites of the respective projects and contain various examples that the IG-creators provided.
The gematik runs regular tests against the ePrescription Service. These artifacts that were gathered in the end to end tests are collected here.
This folder is the collection of examples that are being used in the API Documentation.
This repo offers a script which can generate ChargeItem Examples from current E2E-Examples. For further instructions see Readme ChargeItem Script.
If you want to contribute, please check our CONTRIBUTING.md
.
We strongly encourage contributing examples to this repository.
This project is licensed under the Apache 2.0 license.
If you have questions or want to get in contact please use the "issues" function on GitHub.