Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

v2.2.0-smart

Compare
Choose a tag to compare
@carvantes carvantes released this 26 Aug 18:42
· 71 commits to smart-mainline since this release
cb823c1

Features

  • implement multi-tenancy and group export (#421) (5335807), closes #367 #382 #389 #397 #398 #400 #387 #393

    Multi-tenancy allows a single fhir-works-on-aws stack to serve as multiple FHIR servers for different tenants.
    Check out our multi-tenancy documentation for more details.

    NOTE: Multi-tenancy itself is not a breaking change, you can continue to use FHIR works on single-tenant mode
    by not using the enableMultiTenancy flag.
    However, note that updating an existing (single-tenant) stack to enable multi-tenancy is a breaking change. Multi-tenant
    deployments use a different data partitioning strategy that renders the old, single-tenant, data inaccessible.