-
Notifications
You must be signed in to change notification settings - Fork 5
Connectathon README
This page is a step by step guide for connecting to this reference implementation. All the details needed to get started are on this page. If you run into any issues please reach out to Corey Spears on Zulip.
Title | URL |
---|---|
FHIR Base | https://cpcds-server.lantanagroup.com/fhir |
Metadata | https://cpcds-server.lantanagroup.com/fhir/metadata |
Smart Configuration | https://cpcds-server.lantanagroup.com/fhir/.well-known/smart-configuration |
Debug log | https://cpcds-server.lantanagroup.com/debug/Log |
Registered Clients | https://cpcds-server.lantanagroup.com/debug/Clients |
You can register your client here. Submit your redirect uri and you will be assigned a client id and client secret. Please note this table is purged every time an update to the server is pushed (which can happen at anytime - especially during Connectathons). Before using the server please check your client is still registered. You can see a list of all clients currently registered here.
This server requires an access token obtained via the SMART on FHIR Standalone Launch Sequence.
The authorization and token endpoints can be found on the Capability Statement and Smart Configuration files.
When sending a GET request to the authorization endpoint you will be prompted to log in. A full list of users and their passwords can be found on the Authorization wiki page.
The following are known issues which are currently being sorted:
- Server does not have an SSL certificate
- Some of the
_include
search parameters for EOB do not work