OBJECT

DosageType

Dosage of a medication or prescription

link GraphQL Schema definition

  • 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!
  • }