Skip to content

DosageType

Dosage of a medication or prescription

Fields

id · ID! · required · The unique identifier of the dosage
ndc · String · The medication's national drug code
strength · String! · required · The strength of the dosage

Used By

Definition

"""
Dosage of a medication or prescription
"""
type DosageType {
"""
The unique identifier of the dosage
"""
id: ID!
"""
The medication's national drug code
"""
ndc: String
"""
The strength of the dosage
"""
strength: String!
}