Skip to main content
GET
Drug Form Strength

Endpoint

Input Parameters

string
required
GCN Sequence Number (Required).
string
required
Group Identifier (Required).Example: 12345

Returned Parameters and Values

string
required
Drug name.
string
required
“B” for Brand, “G” for Generic, “A” for Brand or Generic.
array[]
Array of LocatedDrugForm matching the GSN from the request.
array[]
Array of LocatedDrugStrength matching the GSN from the request.
array
Array of LocatedDrugQuantity matching the GSN from the request.

LocatedDrugForm

string
Drug form (e.g., “Tablet”).
string
GCN Sequence Number.
int
Ranking of the most commonly used drug form.
boolean
Indicates if the drug form is discontinued.
string
Drug label name.
double
Most common quantity dispensed.
DateTime
Date when the drug form was discontinued.
boolean
Indicates if this value is the current filter for returned datasets.

LocatedDrugName

string
Drug name.
string
“B” for Brand, “G” for Generic, “A” for Brand or Generic.
boolean
Indicates if this value is the current filter for returned datasets.

LocatedDrugQuantity

double
Drug quantity.
string
Label for quantity (e.g., mL, units, grams).
string
GCN Sequence Number.
int
Ranking of the most commonly used quantity.
boolean
Indicates if this value is the current filter for returned datasets.

LocatedDrugStrength

string
Drug strength.
string
GCN Sequence Number.
int
Ranking of the most commonly used strength.
string
Drug label name.
double
Most common quantity dispensed.
boolean
Indicates if this value is the current filter for returned datasets.
Note: The GSN (GCN Sequence Number) groups together drugs based on ingredients, strength, and dosage form.

Authorizations

x-ddn-client-key
string
header
required

Query Parameters

GSN
string
required

GCN Sequence Number (Required).

groupId
string
required

Group Identifier (Required). Example: 12345

Response

Successfully retrieved drug form strength details.

drugName
string

Drug name.

brandGeneric
string

'B' for Brand, 'G' for Generic, 'A' for Brand or Generic.

Forms
object[]
Strengths
object[]
Quantities
object[]