From 948e33ed49aadb1c80967e85efc0dfd2024452c7 Mon Sep 17 00:00:00 2001 From: Dmitry Shutov Date: Mon, 22 Jul 2024 12:07:45 +0500 Subject: [PATCH] Add integration with Smile CDR developers guide section --- docs/Developers Guide/smile-cdr-integration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/Developers Guide/smile-cdr-integration.md diff --git a/docs/Developers Guide/smile-cdr-integration.md b/docs/Developers Guide/smile-cdr-integration.md new file mode 100644 index 0000000..2c26c05 --- /dev/null +++ b/docs/Developers Guide/smile-cdr-integration.md @@ -0,0 +1,16 @@ +# Smile CDR integration + +This doc will help you to launch Beda EMR with Smile HAPI FHIR Server + +## Authentication + +### OAuth2 + +Scopes: +- openid +- fhirUser +- profile +- launch/practitioner +- patient/*.read +- patient/*.write +- offline_access \ No newline at end of file