https://github.com/beda-software/fhirpath-py-server
fhirpath-py server for integration with fhirpath-lab
https://github.com/beda-software/fhirpath-py-server
Last synced: 1 day ago
JSON representation
fhirpath-py server for integration with fhirpath-lab
- Host: GitHub
- URL: https://github.com/beda-software/fhirpath-py-server
- Owner: beda-software
- Created: 2024-02-07T02:11:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T00:20:09.000Z (10 months ago)
- Last Synced: 2025-11-22T11:29:48.999Z (7 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fhirpath-py server
Implementation of https://github.com/brianpos/fhirpath-lab/blob/develop/server-api.md for https://github.com/beda-software/fhirpath-py
Install dependencies:
```bash
poetry install
```
Start the server:
```bash
poetry run python fhirpath_py_server/main.py
```