From db37806f114524feab4776599ea4377df4e8b874 Mon Sep 17 00:00:00 2001 From: Matt Landowski Date: Tue, 19 Dec 2023 11:55:47 -0600 Subject: [PATCH] Update README.md with Python installation instructions and token endpoints --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa78854..faf5b34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Contribute ## Linux -- Install python 3.10 +- Install python 3.10 from here [here](https://www.python.org/downloads/). - `python3.10 -m venv ~/.venvs/poetry` - `source ~/.venv/poetry/bin/activate` - `python -m pip install poetry` @@ -33,14 +33,14 @@ ## Token endpoints -### Production +### Sandbox -`https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize` +BASE FHIR URL: `https://staging-fhir.ecwcloud.com/fhir/r4/` -`https://oauthserver.eclinicalworks.com/oauth/oauth2/token` +FHIR Capabilities URL: `https://staging-fhir.ecwcloud.com/fhir/r4//metadata?_format=json` -### Sandbox +### Production -BASE FHIR URL: `https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD` +`https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize` -FHIR Capabilities URL: `https://staging-fhir.ecwcloud.com/fhir/r4/FFBJCD/metadata?_format=json` +`https://oauthserver.eclinicalworks.com/oauth/oauth2/token`