PCC API Test

Use this page to test whether your access token and client certificate can successfully call a PointClickCare FHIR endpoint.

How to use this page

  1. Choose or edit the OAuth scope.
  2. Get a fresh auth code in a new tab.
  3. Let the callback page exchange it for a token.
  4. Paste the returned access token here.
  5. Enter your PCC Tenant Id.
  6. Enter the FHIR relative path.
  7. Click Send GET.
FHIR Relative Path examples
metadata
Patient
Patient/{id}
Observation?patient={id}
Encounter?patient={id}&date=ge{yyyy-mm-dd}
Enter only the part of the URL after /fhir/R4/{tenantId}/.
Example: launch/patient patient/*.read openid fhirUser
This field auto-loads from your current session when available. You can still paste or override it manually.
Don’t have a token? Get a fresh auth code in a new tab.
GET https://connect2.pointclickcare.com/fhir/R4/{tenantId}/{relativePath}
Authorize Scope:
launch openid fhirUser patient/*.read

Response

Response details will appear here after you submit the request.