From e9fcc18c513bd0abbf91464f77bcbbd1c5975de4 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 17 Jun 2024 13:06:27 -0700 Subject: [PATCH] fixing DrChrono. --- catalog/endpoints.json | 6 +++--- definitions/platform/drchrono.yaml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/catalog/endpoints.json b/catalog/endpoints.json index 1fe4fd0df..ac80d90b0 100644 --- a/catalog/endpoints.json +++ b/catalog/endpoints.json @@ -76865,12 +76865,12 @@ "status": "active", "connection_type": "hl7-fhir-rest", "platform_type": "drchrono", - "url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/drchronodev/drchronodev/r4/", + "url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/dhit/drchronodev/r4/", "authorization_endpoint": "https://stg.drchrono-fhir.everhealthsoftware.com/core/connect/authorize", "token_endpoint": "https://stg.drchrono-fhir.everhealthsoftware.com/core/connect/token", "introspection_endpoint": "https://stg.drchrono-fhir.everhealthsoftware.com/core/connect/introspect", - "smart_configuration_url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/drchronodev/drchronodev/r4/.well-known/smart-configuration", - "fhir_capabilities_url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/drchronodev/drchronodev/r4/metadata" + "smart_configuration_url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/dhit/drchronodev/r4/.well-known/smart-configuration", + "fhir_capabilities_url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/dhit/drchronodev/r4/metadata" }, "6a1b9e03-fe57-4d0c-8724-959444c8541b": { "id": "6a1b9e03-fe57-4d0c-8724-959444c8541b", diff --git a/definitions/platform/drchrono.yaml b/definitions/platform/drchrono.yaml index ffe64e367..0436fcc84 100644 --- a/definitions/platform/drchrono.yaml +++ b/definitions/platform/drchrono.yaml @@ -8,6 +8,7 @@ scopes_supported: - offline_access - fhirUser - patient/AllergyIntolerance.read +# - patient/Binary.read TODO - ask Chandler to add Binary scope to my list of supported. - patient/CarePlan.read - patient/CareTeam.read - patient/Condition.read