Basic MedUX Coding/Implementation concepts

As there is literally no to few code yet, this page is a work-in-progress.

* MedUX is planned as modular software, which contains a central Django server exposing a REST API with the Django REST Framework and/or a GraphQL API using graphene-django.

* The Django server should aim to also be a FHIR implementation which adds some unofficial extensions to enable a better workflow on the client.

Communication of the clients to the server and back should mainly be done using GraphGL/Graphene. Channels/webssocket push the other way round.