Read-only mirror of https://github.com/ehealthsuisse/EPR-by-example — eHealth Suisse. Issues & pull requests at the source.
  • CSS 51%
  • Python 41.5%
  • JavaScript 7.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Martin Smock 3c841eaf7d
Merge pull request #31 from qligier/ql-signed-sts
Update to the new Get X-User Assertion specifications
2026-07-25 08:52:30 +02:00
.github/workflows Set up the publication workflow 2024-07-20 15:03:48 +02:00
Auth_samples Fix code snippets in IdPRenew.md 2024-07-20 15:22:17 +02:00
files Update to new Get X-User Assertion specs 2026-07-23 17:06:51 +02:00
helper Fix links to this repository 2025-01-27 10:55:40 +01:00
samples Update to new Get X-User Assertion specs 2026-07-23 17:06:51 +02:00
XUA_samples Update to new Get X-User Assertion specs 2026-07-23 17:06:51 +02:00
.gitignore Create .gitignore 2020-12-04 07:36:27 +01:00
LICENSE Initial commit 2020-11-29 16:26:49 +01:00
mkdocs.yml Add ATNA documentation 2024-07-24 11:03:50 +02:00
README.md Update README.md 2024-07-24 09:32:27 +02:00
requirements.txt Set up mkdocs 2024-07-20 15:03:44 +02:00

EPR by example

This repository contains the project EPR by example. The documentation is published on https://ehealthsuisse.github.io/EPR-by-example, the repository contains the markdown sources and examples of transactions.

Automatic publication

The workflow described in .github/workflows/publish_doc.yml ensures that the documentation is build and published in GitHub Pages each time a commit is pushed to the main branch.

Manual

The documentation can be locally built and previewed with the following commands:

pip install -r requirements.txt
# To preview the documentation on http://127.0.0.1:8000/EPR-by-example/:
mkdocs serve
# To build the documentation:
mkdocs build