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 8 forks source link

PointClickCare #40

Open AnalogJ opened 6 months ago

AnalogJ commented 6 months ago
{
  "custom_definition": true,
  "platform_type": "pointclickcare",
  "should_override_redirect": false,
  "cors_relay_required": false,
  "override_redirect": "",
  "authorization_endpoint": "https://connect.pointclickcare.com/fhir/oauth/authorize",
  "token_endpoint": "https://auth-usa.sbx.unify.chbase.com/api/token ",
  "url": "https://connect.pointclickcare.com/fhir/R4/3f41607b-38a3-40af-b291-bc5012f82026",
  "client_id": "xxxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/pointclickcare",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://connect.pointclickcare.com/fhir/R4/3f41607b-38a3-40af-b291-bc5012f82026",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "launch/patient",
    "patient/Patient.read"
  ],
  "confidential": false,
  "confidential_endpoint": "",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://connect.pointclickcare.com/fhir/R4/3f41607b-38a3-40af-b291-bc5012f82026"
}

Status:

AnalogJ commented 5 months ago

Opened a Information Blocking Complaint against PointClickCare: CFS-5367

AnalogJ commented 4 months ago

had a conversation with PointClickCare. They do not have a sandbox but are working on revamping their developer registration process (which will include a new sandbox + USCDI endpoints). Timeline: "couple of months"