Skip to main content
GET
cURL
Use this endpoint to get supported metadata for medication orders in one response, including coding systems, dosage units, frequency types, timings, statuses, origins, and encounter relations. For more information about medication orders, refer to the Medication orders.

Code examples

Authorizations

sdp_suki_token
string
header
required

Suki access token for the authenticated provider. Obtain this by calling Login or Register with a valid partner_token. Pass the suki_token value from the JSON response as the sdp_suki_token header on REST requests and non-browser WebSocket upgrades. Browser WebSocket clients pass the token in Sec-WebSocket-Protocol instead. Tokens expire after one hour; call Login again to refresh.

Headers

sdp_provider_id
string

Optional - Stable identifier for the active provider. Omit for standard partners whose partner_token identifies the user. Required for Bearer partners and Single Auth Token authentication where multiple providers share one partner_token. Use the same provider_id you sent on Login or Register.

Example:

"provider-123"

Response

Request succeeded.

Response body for the /info/orders endpoint

coding_systems
object[]

Information about supported medication coding systems

dosage_units
object[]

Information about supported dosage units

encounter_relations
object[]

Information about supported order encounter relations

frequency_types
object[]

Information about supported frequency types

origins
object[]

Information about supported order origins

statuses
object[]

Information about supported medication order statuses

timings
object[]

Information about supported medication timings

Last modified on June 12, 2026