Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explanations about demo scenario #8

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions documentation/docs/tests/ms/demo/RIZIV_01.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
description: List of 5 medications to take
title: 💊 RIZIV_01 - List of 5 medications to take
---

## Description

See if software in test can handle common real-life situations provided by RIZIV during a testing session

## Test cases

- **PANTOPRAZOL EG (EUROGENERICS) 40 mg tablet from a package of 100 tablets:**
- 1 tablet per day, in the morning on an empty stomach at 8:00 a.m., orally.

- **KREDEX 25 mg tablet from a package of 56 tablets:**
- 1 tablet in the morning at 8:00 a.m. with breakfast, orally.
- 1 tablet in the evening at 6:00 p.m. with dinner, orally.

- **TRIXEO dosed aerosol dispenser Aerosphere from a package of 3:**
- 2 puffs in the morning at 8:00 a.m. before breakfast, by inhalation.
- 2 puffs in the evening at 6:00 p.m. before dinner, by inhalation.

- **JARDIANCE 10 mg tablet from a package of 100 tablets:**
- 1 tablet per day, in the morning at 8:00 a.m. with breakfast, orally.

- **TRESIBA pre-filled FlexTouch pen from a package of 3 pens of 3 ml, 200 I/1 mL:**
- 12 units per day, in the evening at 10:00 p.m. before bedtime, subcutaneously.

## Files

- [XML file](https://github.com/smals-jy/KMEHR-tests/blob/main/output/ms/RIZIV_01.xml)
- [Configuration file](https://github.com/smals-jy/KMEHR-tests/blob/main/configurations/ms/RIZIV_01.ts)
6 changes: 6 additions & 0 deletions documentation/docs/tests/ms/demo/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"label": "📟 Demo scenarios",
"link": {
"type": "generated-index"
}
}