-
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 Benjamin Langley on Zulip.
Title | URL |
---|---|
FHIR Base | http://cpcds-ri.org/cpcds-server/fhir |
Metadata | http://cpcds-ri.org/cpcds-server/fhir/metadata |
Smart Configuration | http://cpcds-ri.org/cpcds-server/.well-known/smart-configuration |
Debug log | http://cpcds-ri.org/cpcds-server/debug/Log |
Registered Clients | http://cpcds-ri.org/cpcds-server/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 everytime 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. If your client does not implement the SMART on FHIR workflow use the admin token admin
.
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