diff --git a/documentation/recipes/central-data-repository-no-reporting.md b/documentation/recipes/central-data-repository-no-reporting.md index cff5aa3f..9e5b1677 100644 --- a/documentation/recipes/central-data-repository-no-reporting.md +++ b/documentation/recipes/central-data-repository-no-reporting.md @@ -1,5 +1,9 @@ # Central Data repository (no reporting) +{% hint style="warning" %} +Note: This recipe is in a pre-release alpha stage. It's usable but do so at your own risk. +{% endhint %} + This recipe sets up an HIE that does the following: * Accept FHIR bundles submitted securely through an IOL (OpenHIM) diff --git a/documentation/recipes/central-data-repository-with-data-warehousing.md b/documentation/recipes/central-data-repository-with-data-warehousing.md index e4a1e3ae..a594ac44 100644 --- a/documentation/recipes/central-data-repository-with-data-warehousing.md +++ b/documentation/recipes/central-data-repository-with-data-warehousing.md @@ -1,5 +1,11 @@ # Central Data Repository with Data Warehousing + + +{% hint style="warning" %} +Note: This recipe is in a pre-release alpha stage. It's usable but do so at your own risk. +{% endhint %} + This recipe sets up an HIE that does the following: * Accept FHIR bundles submitted securely through an IOL (OpenHIM) diff --git a/documentation/recipes/master-patient-index.md b/documentation/recipes/master-patient-index.md index abff405d..4f99ec4b 100644 --- a/documentation/recipes/master-patient-index.md +++ b/documentation/recipes/master-patient-index.md @@ -1,5 +1,9 @@ # Master Patient Index +{% hint style="warning" %} +Note: This recipe is in a pre-release alpha stage. It's usable but do so at your own risk. +{% endhint %} + This recipe sets up an HIE that deploys JeMPI behind the OpenHIM with a mapping mediator configured to allow for FHIR-based communication with JeMPI. It also deploys Keycloak for user management and authentication. To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)):