DosageType
Dosage of a medication or prescription
Fields
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!}