Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipsas/ehrstore.postman
Some postman scripts to test and verify the features of an openEHR server
https://github.com/dipsas/ehrstore.postman
healthcare openehr rest-api
Last synced: 5 days ago
JSON representation
Some postman scripts to test and verify the features of an openEHR server
- Host: GitHub
- URL: https://github.com/dipsas/ehrstore.postman
- Owner: DIPSAS
- License: mit
- Created: 2019-03-15T12:54:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:28:39.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T06:02:20.868Z (over 1 year ago)
- Topics: healthcare, openehr, rest-api
- Language: PowerShell
- Size: 190 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EhrStore API TESTS
[Postman](https://www.getpostman.com/) tests for the [DIPS](https://www.dips.no)
EHR Store openEHR server implementation. In addition to our proprietary API, we
include tests for the
[open EHR REST API](https://github.com/openEHR/specifications-ITS-REST). Users
can either run the tests through a command-line interface, or through Postman.![screenshot.png](screenshot.png)
# Run Tests
## PowershellUse the [run.ps1](run.ps1) script to run the tests:
```
$ ./run.ps1 -Url "http://localhost:9000"
```Note that you'll need to install
[Node.js and npm](https://www.npmjs.com/get-npm) prior to running these tests.## Postman
[Import](https://learning.getpostman.com/docs/postman/collection_runs/working_with_data_files/#importing-sample-collection-files)
and
[run](https://learning.getpostman.com/docs/postman/collection_runs/starting_a_collection_run/)
the collections from the [src/](src/) directory.