Skip to content

createMedicationInput

Autogenerated input type of createMedication

Fields

deprecated DO NOT USE
created_at · ISO8601DateTime · Requires additional permissions to edit
dosage_option_id · ID · The dosage option id to associate with the medication
metadata · JSON · A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.
updated_at · ISO8601DateTime · Requires additional permissions to edit

Used By

Definition

"""
Autogenerated input type of createMedication
"""
input createMedicationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
active: Boolean = false
code: String
comment: String
"""
Requires additional permissions to edit
"""
created_at: ISO8601DateTime
custom_name: String
directions: String
dosage: String
"""
The dosage option id to associate with the medication
"""
dosage_option_id: ID
"""
A JSON object of key-value string pairs. Max 50 keys, max key length 40 chars, max value length 2000 chars, max total length 2000 chars.
"""
metadata: JSON
end_date: ISO8601DateTime
frequency: String
name: String
route: String
start_date: ISO8601DateTime
"""
Requires additional permissions to edit
"""
updated_at: ISO8601DateTime
user_id: ID
}