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).
19 stars 6 forks source link

practicefusion/patientfusion Configuration - 4k Endpoints #27

Open AnalogJ opened 5 months ago

AnalogJ commented 5 months ago

No Sandbox for testing.

Does Practice Fusion have a Sandbox environment where our organization can test our API? No, Practice Fusion does not have a sandbox at this time.

Unsure if my integration is sandbox or production mode

{
  "custom_definition": true,
  "platform_type": "practicefusion",
  "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": false,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599"
}

Status

AnalogJ commented 3 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
}