eRezept-Examples
eRezept-Examples copied to clipboard
This repo serves as a communication platform on examples of fhir resources in the context of electronic prescriptions
E-Rezept Examples
Table of Contents
- About The Project
-
Getting Started
- Prerequisites
- Installation
- Usage
- Contributing
- License
- Contact
About The Project
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.
Usage
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)
...
Notes on the folder structure
End-to-End-Examples
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
Standalone-Examples
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.
Test-Scenarios
The gematik runs regular tests against the ePrescription Service. These artifacts that were gathered in the end to end tests are collected here.
Negative-Examples
:warning: These examples are invalid examples and are only to be used for testing.
API-Examples
This folder is the collection of examples that are being used in the API Documentation.
Contributing
If you want to contribute, please check our CONTRIBUTING.md.
We strongly encourage contributing examples to this repository.
License
This project is licensed under the Apache 2.0 license.
Contact
If you have questions or want to get in contact please use the "issues" function on GitHub.