Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Custom REST API allows developers to quickly and easily interact with PKB functionality in a programmatic way, including accessing patient medical records. We are currently in the process of moving to aFHIR compliant REST API.

Quick start

Specification

...

  1. Generate an access token by following the OAuth 2.0 walkthrough

    1. The example below assumes you have been granted an access token of: aaaaa-bbbbb

  2. Confirm the PKB ID of the patient whose appointments you want to search for

    1. The example below assumes a PKB ID of: 123

  3. Make the call as detailed below, replacing the access token and PKB ID with your own values

  4. The patient's diagnoses will be returned in the response

...