An open API service indexing awesome lists of open source software.

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

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
```