Skip to main content

No project description provided

Project description

Warning: This code is for the so-called Koppeltaal-1 specification. As of Dec 31 2024 all Koppeltaal-1 technical infrastructure is decomissioned and this code base is obsolete. It is left here for historical purposes.

“Koppeltaal” (Ducth for “Connect language”) is a technical solution based on the international HL7/FHIR standard. It enables the exchange of e-health interventions. Koppeltaal enables organizations to connect e-health interventions from other providers to their own IT environment. With Koppeltaal organizations can more easily mix and match the best of the available e-health interventions and applications.

See https://koppeltaal.nl/

This connector acts as an intermediary or adapter between application and framework code and a Koppeltaal server. It is written in the Python programming language.

See https://python.org

This Koppeltaal connector was initially developed by Minddistrict Development B.V. for Stichting Koppeltaal.

Setting up for development

Previously buildout was used for setting up the package for development. We now rely on using a virtual env, pip and a requirements file instead.

Quick start:

`sh # inside the Koppeltaal-Python-Connector checkout $ python3.8 -m venv . $ ./bin/pip install -r requirements -e . `

Or if you use [pipenv](https://github.com/pypa/pipenv): `sh # inside the Koppeltaal-Python-Connector checkout $ pipenv install -r requirements -e . `

Tests

We use the [pytest] framework. The tests should be run against the Koppeltaal edge server, preferrably in a domain sepcifically setup for running the tests.

`sh $ bin/py.test --server=edge `

The –server=edge argument to the test command is the server to connect to when running tests. It is taken from ~/.koppeltaal.cfg. The format of ~/.koppeltaal.cfg looks like this:

` [edge] url = https://edgekoppeltaal.vhscloud.nl username = PA@PythonAdapterTesting4Edge password = <secret here> domain = PythonAdapterTesting `

The name of the configuration section in the ~/.koppeltaal.cfg file is the name passed to the –server argument.

Note how there’re two webdriver/selenium tests. They require a Firefox “driver” to be available on your system. For MacOS using brew, this can be installed like so:

`sh $ brew install geckodriver `

Tox is used for running the test suites for multiple Python versions including 2.7, 3.6, 3.7 and 3.8. Python 2 compatibility is supported throug [six].

Command line interface

To use the koppeltaal connector command line interface:

`sh $ bin/koppeltaal --help `

Arguments:

The first argument to the koppeltaal script is the server to connect to, for example edge. The username, password and domain can be passed in as arguments or taken from ~/.koppeltaal.cfg.

Metadata / Conformance statement

To retrieve the Conformance statement from the server:

`sh $ bin/koppeltaal [servername] metadata `

Activity definition

To get the activity definition from the server:

`sh $ bin/koppeltaal [servername] activities `

Messages

To get a list of messages in the mailbox:

`sh $ bin/koppeltaal [servername] messages `

You can filter on a patient (with –patient), or event (with –event) or status (with –status):

`sh $ bin/koppeltaal [servername] messages --status=New --event=CreateOrUpdateCarePlan `

To get a specific message:

`sh $ bin/koppeltaal [servername] message [message URL or id] `

Python API

Use the following API in your integration code to talk to a Koppeltaal server:

T.B.D.

[buildout]: http://www.buildout.org [pytest]: https://pytest.org [six]: http://six.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

koppeltaal-1.3.5.14.tar.gz (71.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

koppeltaal-1.3.5.14-py3-none-any.whl (75.7 kB view details)

Uploaded Python 3

File details

Details for the file koppeltaal-1.3.5.14.tar.gz.

File metadata

  • Download URL: koppeltaal-1.3.5.14.tar.gz
  • Upload date:
  • Size: 71.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for koppeltaal-1.3.5.14.tar.gz
Algorithm Hash digest
SHA256 dcc60b527a6bdb2aecbb848c68ccd23a18fc79376b5e7980a0f1cb9fff314273
MD5 7d63292ed94bb6cc5aaf44a7a003c8de
BLAKE2b-256 ba5f135063928e8ccd424336ba31fc4b57973f78876a58532a76448e347f5b82

See more details on using hashes here.

File details

Details for the file koppeltaal-1.3.5.14-py3-none-any.whl.

File metadata

  • Download URL: koppeltaal-1.3.5.14-py3-none-any.whl
  • Upload date:
  • Size: 75.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for koppeltaal-1.3.5.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7fd5e8583922be1d5d9b7ffc607be6edd71b7958e6d54635ab28fc7dc65360b3
MD5 f0fe23b3828e909053bd7670c0ad80c4
BLAKE2b-256 07fd43a8b91950479117b6551f0eef227f1d0a1c7fae3200544a529c64e05811

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page