Skip to content

Commit

Permalink
fixing DrChrono.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 17, 2024
1 parent f28ab7d commit e9fcc18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions definitions/platform/drchrono.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9fcc18

Please sign in to comment.