Skip to content
Rune Rasmussen edited this page Jul 3, 2016 · 3 revisions

Home

This wiki assumes that you are a developer when you read this. More material will be available at ords.io when this documentation is more thorough.

The point of ORDS is to leverage the gap between thought and implementation of a telemedicine application based upon the international standard HL7 FHIR. No implementation will be the exact same and ORDS therefore support multiple ways to adapt to a specific use case via modules, middleware and configuration. All these possibilities of adaption allow ORDS to support multiple complex use cases and avoid rigidity for example regarding database technology and authentication providers/methods. This ensures a platform that are extendable with functionality. In order to understand the architecture behind ORDS and how it fits in your environment read the architecture page.

Versioning

This project will continue to evolve with new features and fixes of bugs if so is discovered. In order to ensure that one can rely on ORDS updates for bug fixes and feature enhancement but without receiving API breaking functionality semantic versioning is used. This means that any version below version 1.0.0 is not safe to use but any version 1.x.x should be. Major versions (Version 1.x.x to 2.x.x) would not necessarily be compatible with version each other.

FDA compliance

Anyone utilizing this project needs to do adaptations to their local law and do a risk management and quality management to be FDA compliant.

Example implementation

None is made yet. Link coming when v1.0.0 is released.

Clone this wiki locally