Skip to main content
GET
/
api
/
2.0
/
packaged_medications
/
{id}
Retrieve Packaged Medication
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/packaged_medications/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "din": "<string>",
  "gpi": "<string>",
  "has_outer_packaged_drug": true,
  "hri": "<string>",
  "id": 123,
  "is_active": true,
  "is_clinic_pack": true,
  "is_repackaged": true,
  "labeler_id": 123,
  "market_end_date": "2023-11-07T05:31:56Z",
  "medispanppid": "<string>",
  "multi_source": "<string>",
  "name": "<string>",
  "ndc": "<string>",
  "obsolete_date": "2023-11-07T05:31:56Z",
  "packaging_name": "<string>",
  "reference_medication_id": 123,
  "size_description": "<string>",
  "upc": "<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
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
din
string | null
read-only

Drug Identification Number.

gpi
string | null
read-only

Generic Product Identifier.

has_outer_packaged_drug
boolean | null
read-only
hri
string | null
read-only

Health Related Item.

id
integer
read-only
is_active
boolean
read-only
is_clinic_pack
boolean | null
read-only

true if the packaged medication is a clinic pack.

is_repackaged
boolean | null
read-only

true if the packaged medication is a repackaged medication.

labeler_id
integer<int64>
read-only
market_end_date
string<date-time> | null
medispanppid
string | null
read-only
multi_source
string | null
read-only
name
string
read-only
ndc
string | null
read-only

National Drug Code.

obsolete_date
string<date-time> | null
packaging_name
string | null
read-only
reference_medication_id
integer<int64>
read-only
size_description
string | null
read-only
upc
string | null
read-only

Universal Product Code.