Skip to main content

UpdateMedicationPlanInput

Input for the updateMedicationPlan mutation.

input UpdateMedicationPlanInput {
id: MedicationPlanID!
issuedAt: Time!
issuedBy: ContactID!
issuedOn: Date!
note: String
}

Fields

UpdateMedicationPlanInput.id ● MedicationPlanID! non-null scalar

ID of the medication plan to update.

UpdateMedicationPlanInput.issuedAt ● Time! non-null scalar

Time at which the medication plan was issued.

UpdateMedicationPlanInput.issuedBy ● ContactID! non-null scalar

ID of the doctor who issued this medication plan.

UpdateMedicationPlanInput.issuedOn ● Date! non-null scalar

Date on which the medication plan was issued.

UpdateMedicationPlanInput.note ● String scalar

Updated notes for the medication plan.

Member Of

updateMedicationPlan mutation