Skip to main content
GET
/
api
/
2.0
/
medication_order_templates
/
{id}
Retrieve Medication Order Template
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/medication_order_templates/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "medication": {
    "active_ndcs": [
      "<string>"
    ],
    "brand_name": "<string>",
    "created_date": "2023-11-07T05:31:56Z",
    "creation_type": "user",
    "form": "<string>",
    "generic_name": "<string>",
    "id": 123,
    "is_controlled": false,
    "market_end_date": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "ndcs": [
      "<string>"
    ],
    "obsolete_date": "2023-11-07T05:31:56Z",
    "practice": 123,
    "route": "<string>",
    "rxnorm_cuis": [
      "<string>"
    ],
    "strength": "<string>",
    "type": "prescription"
  },
  "practice": 123,
  "auth_refills": 49,
  "deleted_date": "2023-11-07T05:31:56Z",
  "directions": "<string>",
  "id": 123,
  "qty": "<string>",
  "rank": 123,
  "specific_ndc": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json

Contains only webhooks All other fields inherited

medication
object
required

When creating, must contains only one from id, ndcs or rxnorm_cuis fields.

practice
integer<int64>
required
auth_refills
integer | null
Required range: 0 <= x <= 99
deleted_date
string<date-time> | null
read-only
directions
string | null
Maximum string length: 300
id
integer
read-only
qty
string<decimal> | null
Pattern: ^-?\d{0,18}(?:\.\d{0,9})?$
qty_units
Available options:
AMPULE,
APPLICATOR,
APPLICATORFUL,
BAG,
BAR,
BEAD,
BLISTER,
BLOCK,
BOLUS,
BOTTLE,
BOX,
CAN,
CANISTER,
CAPLET,
CAPSULE,
CARTON,
CARTRIDGE,
CASE,
CASSETTE,
CONTAINER,
CYLINDER,
DISK,
DOSE PACK,
DROP,
DUAL PACK,
EACH,
FILM,
FLUID OUNCE,
GALLON,
GRAM,
GUM,
IMPLANT,
INHALATION,
INHALER,
INHALER REFILL,
INSERT,
INTERNATIONAL UNITE,
INTRAVENOUS BAG,
KILOGRAM,
KIT,
LITER,
LOZENGE,
METRIC DROP,
MILLIGRAM,
MILLILITER,
MILLIMETER,
MILLION UNITS,
MUTUALLY DEFINED,
NEBULE,
NEEDLE FREE INJECTION,
NOT SPECIFIED,
OCULAR SYSTEM,
OUNCE,
PACK,
PACKAGE,
PACKET,
PAD,
PAPER,
PATCH,
PEN NEEDLE,
PINT,
POUCH,
POUND,
PRE-FILLED PEN SYRINGE,
PUFF,
QUART,
RING,
SACHET,
SCOOPFUL,
SPONGE,
SPRAY,
STICK,
STRIP,
SUPPOSITORY,
SWAB,
SYRINGE,
TABLESPOON,
TABLET,
TABMINDER,
TAMPON,
TEASPOON,
TRANSDERMAL PATCH,
TRAY,
TROCHE,
TUBE,
UNIT,
VIAL,
WAFER
rank
integer
read-only
specific_ndc
string | null