Skip to content

This repo serves as a communication platform on examples of fhir resources in the context of electronic prescriptions

License

Notifications You must be signed in to change notification settings

gematik/eRezept-Examples


E-Rezept Examples

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. 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

⚠️ 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.

About

This repo serves as a communication platform on examples of fhir resources in the context of electronic prescriptions

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages