Versions Compared

Key

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

...

In order to set the available context, the AS can be requested with a base64 encoded PrivilegeList xml document. This is enabled on a special test client with id "oio_mock".

Mocking context supports acces token requests using either refresh token or username/password.


Pararmeter nameDescription
client_idRequired. The OAuth2 client id
grant_typeRequired. Fixed to the value of the of Value ‘refresh_token’ or 'password'
refresh_token (grant_type = refresh_token )Required. The refresh token of the current session
username (grant_type = password)Required. The username of a keycloak user.
password (grant_type = password)Required. The password of the keycloak user.
oio_bpp (available context)Optional. Base 64 encode PrivilegeList xml document
practitioner_upn (available context)Optional. An unique identifier of a Practitioner. Maps to a FHIR Practitioner resource. 
practitioner_name (available context)Optianal. The name of the pratitioner. Sets the name of the FHIR Practitioner.
practitioner_email (available context)Optional. The email of the practitioner.
care_team_id (context)Optional. A valid absolute FHIR URI pointing to a Careteam resource. This adds implicit organization context given the organization constraint in the OIO BPP structure
organization_id (context)Optional. A valid absolute FHIR URI pointing to an Organization resource
episode_of_care_id (context)Optional. This adds implicit patient context. A valid absolute FHIR URI pointing to an Episode of Care resource
patient_id (context)

Optional. A valid absolute FHIR URI pointing to a Patient resource

...