Open AnalogJ opened 9 months ago
{
"custom_definition": true,
"platform_type": "practicefusion",
"should_override_redirect": false,
"override_redirect": "",
"authorization_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/authorize",
"token_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/token",
"url": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
"client_id": "xxxx",
"redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/practicefusion",
"grant_types_supported": [
"authorization_code"
],
"response_types_supported": [
"code"
],
"response_modes_supported": [
"query"
],
"aud": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
"scopes_supported": [
"fhirUser",
"openid",
"profile",
"offline_access",
"patient/Patient.read"
],
"confidential": true,
"confidential_endpoint": "8b340f03-7643-4315-9bb6-6b01e31e5402",
"pkce": true,
"code_challenge_methods_supported": [
"S256"
],
"issuer": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
"cors_relay_required": false
}
No Sandbox for testing.
Unsure if my integration is sandbox or production mode
Status