fastenhealth / fasten-sources

The Fasten Sources is a library that defines medical provider metadata (definitions - OpenID Metadata documents) and http clients (OAuth2/Smart-on-FHIR clients) which can be used to retrieve data from various Medical Providers (clients).
20 stars 7 forks source link

DrChrono #36

Open AnalogJ opened 5 months ago

AnalogJ commented 5 months ago
{
  "custom_definition": true,
  "platform_type": "drchrono",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://stg.drchrono-fhir.everhealthsoftware.com/core/connect/authorize",
  "token_endpoint": "https://stg.drchrono-fhir.everhealthsoftware.com/core/connect/token",
  "url": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/drchronodev/drchronodev/r4",
  "client_id": "xxxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/drchrono",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/drchronodev/drchronodev/r4",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "offline_access",
    "launch/patient",
    "patient/AllergyIntolerance.read",
    "patient/CarePlan.read",
    "patient/CareTeam.read",
    "patient/Condition.read",
    "patient/Device.read",
    "patient/DiagnosticReport.read",
    "patient/DocumentReference.read",
    "patient/Encounter.read",
    "patient/Goal.read",
    "patient/Immunization.read",
    "patient/Medication.read",
    "patient/MedicationRequest.read",
    "patient/Observation.read",
    "patient/Patient.read",
    "patient/Practitioner.read",
    "patient/PractitionerRole.read",
    "patient/Procedure.read",
    "patient/Provenance.read"
  ],
  "confidential": true,
  "confidential_endpoint": "6a01ffff-d73e-4728-a315-9b23bd77a4cc",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://stg.drchrono-fhirpresentation.everhealthsoftware.com/fhir/drchronodev/drchronodev/r4"
}

Status:

AnalogJ commented 3 weeks ago

We have production access, however no Metadata or customer list.