Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdunee/pyembeddedfhir
An easy way to run integration tests against a 🔥 FHIR server in 🐍 Python.
https://github.com/kdunee/pyembeddedfhir
fhir integration-testing python
Last synced: about 1 month ago
JSON representation
An easy way to run integration tests against a 🔥 FHIR server in 🐍 Python.
- Host: GitHub
- URL: https://github.com/kdunee/pyembeddedfhir
- Owner: kdunee
- License: mit
- Created: 2021-10-17T19:34:19.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-15T20:36:53.000Z (about 3 years ago)
- Last Synced: 2024-11-29T07:51:01.015Z (about 2 months ago)
- Topics: fhir, integration-testing, python
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
pyembeddedfhir
===============================.. image:: https://img.shields.io/pypi/v/pyembeddedfhir.svg
:target: https://pypi.python.org/pypi/pyembeddedfhir.. image:: https://img.shields.io/travis/kdunee/pyembeddedfhir.svg
:target: https://app.travis-ci.com/github/kdunee/pyembeddedfhir.. image:: https://readthedocs.org/projects/pyembeddedfhir/badge/?version=latest
:target: https://pyembeddedfhir.readthedocs.io/en/latest/?version=latest
:alt: Documentation StatusA simple way to use a 🔥 FHIR server in 🐍 Python integration tests.
* Free software: MIT license
* Documentation: https://pyembeddedfhir.readthedocs.io.Features
--------* Uses Docker to run a FHIR server in a container.
* Supported implementations:
* `HAPI FHIR `_ server.
* Microsoft's `fhir-server `_.Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage