Versions Compared

Key

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

...

PKB maintains a Facade FHIR endpoint that exposes read-only interactions with FHIR-representations of non-FHIR data. For example, data received via our HL7 API can be queried using this endpoint.

...

Full details of the supported capabilities are defined in this CapabilityStatement:

http://fhir.patientsknowbest.com/capabilitystatement/facade

Endpoint

The Facade FHIR endpoint is available at a base of /fhir relative to the server host.

For example, PKB's sandbox environment has a server host address of: https://sandbox.patientsknowbest.com

The corresponding Facade FHIR endpoint is therefore available at: https://sandbox.patientsknowbest.com/fhir

Authentication

Access to the Facade FHIR endpoint is protected by OAuth 2.0.

...

System Clients are also required to provide the X Org Public Id HTTP header.

Please see our OAuth 2.0 documentation for more information.

Validation and business rules

Pending

Examples

Please see the Operation Examples and REST Examples pages for guidance on how to interact with this endpoint.

...