OBJECT
MedicationType
Medication belonging to client
link GraphQL Schema definition
- type MedicationType {
- # Indicates if medication is still active (medication can also be inactive if
- # current date doesn't fall between start and end date)
- Boolean :
- # CCDA code for this medication
- String :
- # Comments entered by provider
- String :
- # created at date
- String :
- # Directions to use medication entered by provider
- String :
- # Dosage of medication entered by provider
- String :
- # last date patient should be able to use medication
- String :
- # Frequency of this medication
- String :
- ID! :
- # Name of medication
- String :
- # The way this medication is administered
- String :
- # First active date of medication
- String :
- # updated at date
- String :
- }