Skip to content

Connectathon README

blangley28 edited this page Nov 18, 2020 · 14 revisions

Overview

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.

Important URLs

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

Connecting

Client Registration

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. You can see a list of all clients currently registered here.

Authorization

This server requires an access token. If your client does not implement the SMART on FHIR workflow use this admin token

eyJraWQiOiJOalZCUmpZNU1EbENNVUl3TnpVNFJUQTJRelpGTURRNFF6UTJNREF5UWpWRE5qazFSVE0yUWciLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiJodHRwOi8vY3BjZHMtcmkub3JnL2NwY2RzLXNlcnZlci9maGlyIiwicGF0aWVudF9pZCI6ImFkbWluIiwiaXNzIjoiaHR0cDovL2NwY2RzLXJpLm9yZy9jcGNkcy1zZXJ2ZXIvZmhpciIsImV4cCI6MTc3ODUzOTg1MCwiaWF0IjoxNjA1NzM5ODUwLCJjbGllbnRfaWQiOiJiMGM0NjYzNS1jMGI0LTQ0OGMtYThiOS05YmQyODJkMmUwNWEiLCJqdGkiOiIxMWUyMWJmNi1hM2FlLTQ4YzAtOTNlMS1kZjk3Y2RmZDVjMmQifQ.Mh-scaKr_HxZZ9G3oZp8sT4CRbadmmvAVhxt4LCaf8WLj_8k9Oxs2-O5oXINxW4Ef0HEOPPu29_I0jUtS1Z79g

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.

Known Issues

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
Clone this wiki locally