====== 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 [[https://djangoproject.org|Django]] server exposing a REST API with the [[http://www.django-rest-framework.org|Django REST Framework]] and/or a GraphQL API using graphene-django. * The Django server should aim to also be a [[https://hl7.org/fhir|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 [[http://graphql.org|GraphGL]]/[[http://graphene-python.org|Graphene]]. Channels/webssocket push the other way round.