ingestMedicationsFromSurescriptsInput
Autogenerated input type of ingestMedicationsFromSurescripts
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEstart_date
· ISO8601Date
· Default: 1 year ago end_date
· ISO8601Date
· Default: today Used By
Definition
"""Autogenerated input type of ingestMedicationsFromSurescripts"""input ingestMedicationsFromSurescriptsInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Healthie user id of patient to retrieve medication history for. """ patient_id: ID!
""" Default: 1 year ago """ start_date: ISO8601Date
""" Default: today """ end_date: ISO8601Date}