Michael Inso • about 1 year ago
Functional API domain we can use? https://api.meldrx.com/fhir/r4/auth/authorize is not working
This domain concepts are there any working similar domain I can use to integrate with my AGI?
MELDRX_AUTHORIZE_URL = "https://api.meldrx.com/fhir/r4/auth/authorize"
MELDRX_TOKEN_URL = "https://api.meldrx.com/fhir/r4/auth/token"
MELDRX_FHIR_BASE_URL = "https://api.meldrx.com/fhir/r4"
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.meldrx.com', port=443): Max retries exceeded with url: /fhir/r4/auth/authorize (Caused by NameResolutionError(": Failed to resolve 'api.meldrx.com' ([Errno 11001] getaddrinfo failed)"))
Comments are closed.

3 comments
Pawan Jindal Manager • about 1 year ago
Hello - those URLs are not correct. You can check the URLs here - https://docs.meldrx.com/#getting-started
Michael Inso • about 1 year ago
Alright, thank you Pawan!
Nicholas A. Ventura • about 1 year ago
Hello,
I am running into a similar issue. I'm having an issue accessing the data in DataStructures['snapshot']['element']['path'] variables. I was thinking this could be related to authentication with the API provider. I am running into this message on the API provider side, "All SANDBOX accounts are for development and testing purposes only and do NOT contain any live patient data. The consistency/permanancy of the data contained herein is NOT guaranteed and may be changed or reset at any time. NEVER push live patient data into a sandbox account."
Additionally, at log-in the API provider is also saying that there is an update over the weekend. Is this related to the credentials to access the data through this sandbox program? I have made it as far as extracting the paths and corresponding elements.
Anything helps. Thanks!