.. _enterprise: Enterprise vs Open Source ========================= openFHIR is available in two editions: the open source version (https://github.com/openFHIR/openfhir) and the enterprise version (available as a docker image `openfhir/openfhir-enterprise`). This page outlines the key differences between the two. Feature Comparison ------------------ .. list-table:: :header-rows: 1 :widths: 50 25 25 * - Feature - Open Source - Enterprise * - Bi-directional mapping between openEHR and FHIR - ✅ - ✅ * - Compliance with FHIRConnect specification - ✅ - ✅ * - Can be run without a license - ✅ - ❌ * - Included support and consultancy - ❌ - ✅ * - :doc:`Postgres support ` - ❌ - ✅ * - :doc:`Terminology server integration ` - ❌ - ✅ * - :doc:`Operational Templates sync with underlying openEHR Server ` - ❌ - ✅ * - :doc:`Multitenancy ` - ❌ - ✅ * - :doc:`Atlas support ` - ❌ - ✅ * - :doc:`Mapping insights support ` - ❌ - ✅ * - Authentication and role-based access control - ❌ - ✅ * - Integration with a git repository as a source of mapping files - ❌ - ✅ * - Optimized performance - ❌ - ✅ Getting started --------------- See :doc:`Installation ` to get started with enterprise version or https://github.com/openFHIR/openfhir to explore the open source one.