> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Medication Orders Info APIs

> Get supported medication order metadata in one response

The Medication Orders Info APIs enable partners to retrieve supported metadata for medication orders, including coding systems, dosage units, frequency types, timings, statuses, origins, and encounter relations. Use these catalogs when you build order-related request fields or validate clinician selections.

These APIs are called from your servers and authenticated with a Suki Token (`sdp_suki_token`). Critically, these endpoints return reference metadata. They do not place medication orders in an EHR.

## Available endpoints

<Columns cols={3}>
  <Card title="Order Metadata" href="/api-reference/info/orders" arrow={true} icon="code">
    Retrieve supported medication order metadata in one response
  </Card>

  <Card title="Order Coding Systems" href="/api-reference/info/orders-coding-systems" arrow={true} icon="code">
    Retrieve supported coding systems for medication orders
  </Card>

  <Card title="Order Dosage Units" href="/api-reference/info/orders-dosage-units" arrow={true} icon="code">
    Retrieve supported dosage units for medication orders
  </Card>

  <Card title="Order Encounter Relations" href="/api-reference/info/orders-encounter-relations" arrow={true} icon="code">
    Retrieve supported encounter relations for medication orders
  </Card>

  <Card title="Order Frequencies" href="/api-reference/info/orders-frequencies" arrow={true} icon="code">
    Retrieve supported frequency values for medication orders
  </Card>

  <Card title="Order Timings" href="/api-reference/info/orders-medication-timings" arrow={true} icon="code">
    Retrieve supported medication timing values
  </Card>

  <Card title="Order Origins" href="/api-reference/info/orders-origins" arrow={true} icon="code">
    Retrieve supported origin values for medication orders
  </Card>

  <Card title="Order Statuses" href="/api-reference/info/orders-statuses" arrow={true} icon="code">
    Retrieve supported status values for medication orders
  </Card>
</Columns>

## Related guides

<Columns cols={2}>
  <Card title="Medication Orders" href="/documentation/concepts/ambient-clinical-notes/medication-orders" icon="book" cta="Learn more">
    Learn how to convert medication instructions from ambient encounters into structured Medication order data
  </Card>

  <Card title="Ambient Documentation" href="/documentation/concepts/ambient-clinical-notes/ambient-documentation" icon="book" cta="Learn more">
    See how Medication orders fit into the ambient clinical note workflow
  </Card>
</Columns>

## Common use cases

<Columns cols={2}>
  <Card title="Review medication orders your EHR can accept">
    Use supported order metadata so clinicians select units, frequency, timing, and status values that pass EHR validation.
  </Card>

  <Card title="Keep order catalogs current">
    Refresh Medication Orders Info on your release cycle so coding systems and timings stay aligned with Suki.
  </Card>

  <Card title="Validate order payloads before write-back">
    Check ambient-suggested medication orders against supported catalogs before you persist them in the chart.
  </Card>

  <Card title="Support order review across modalities">
    Use the same order metadata when clinicians review medication suggestions after capture continues across products.
  </Card>
</Columns>
