OBJECT

DosageType

Dosage of a medication or prescription

link GraphQL Schema definition

  • type DosageType {
  • id: ID!
  • # The medication's national drug code
  • ndc: String
  • strength: String!
  • }