Skip to content

ingestMedicationsFromSurescriptsInput

Autogenerated input type of ingestMedicationsFromSurescripts

Fields

deprecated DO NOT USE
patient_id · ID! · required · Healthie user id of patient to retrieve medication history for.
start_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
}