Skip to main content
GET
cURL
Use this endpoint to get the list of supported codes, specialties, types, visit types, roles, code types, and medication order metadata (coding systems, dosage units, frequency types, timings, order statuses, encounter relations, and origins). You can also fetch each category with dedicated GET /api/v1/info/... routes listed under Info in the API reference.

Code examples

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Response

Request succeeded.

Response body for the /info endpoints with flexible data based on category

diagnosis_code_types
object[]

Information about supported diagnosis code types

encounter_types
object[]

Information about supported encounter types

loincs
object[]

Information about supported section codes

medication_coding_systems
object[]

Information about supported medication coding systems

medication_dosage_units
object[]

Information about supported medication dosage units

medication_frequency_types
object[]

Information about supported medication frequency types

medication_order_statuses
object[]

Information about supported medication order statuses

medication_timings
object[]

Information about supported medication timings

order_encounter_relations
object[]

Information about supported order encounter relations

order_origins
object[]

Information about supported order origins

provider_roles
object[]

Information about supported provider roles

specialties
object[]

Information about supported specialties

visit_types
object[]

Information about supported visit types

Last modified on July 23, 2026