This repository contains the Postman collection and environment for the openEHR Workshop by Dr Sidharth Ramesh.
- Postman Desktop App (https://www.postman.com/downloads/)
- Postman API Client (https://www.postman.com/downloads/)
- Postman API Client CLI (https://www.postman.com/downloads/)
- Open the Postman Desktop Application
- Create a workspace if not already created
- Import the collection by pasting in the following URL in the import dialog:
https://raw.githubusercontent.com/medblocks/openehr-workshop/refs/heads/main/openEHR%20Workshop%20by%20Dr%20Sidharth%20Ramesh.postman_collection.json
- Import the environment by pasting in the following URL in the import dialog:
https://raw.githubusercontent.com/medblocks/openehr-workshop/refs/heads/main/Medblocks%20openEHR%20Bootcamp.postman_environment.json
If you want to host an instance of the openEHR server locally, you can use the following steps:
- Clone the repository
- Make sure you have docker and docker compose installed (https://docs.docker.com/get-docker/)
- Run the
docker-compose.yml
file usingdocker compose up
- The EHRbase server will be running on port 8080
- Replace the
baseUrl
in the environment withhttp://localhost:8080/ehrbase
If you're interested in building 5 openEHR applications in 10 weeks, you can check out the Medblocks openEHR Bootcamp (https://medblocks.com/openehr-bootcamp).