CreateMedicationPlanInput
Input for the createMedicationPlan mutation.
input CreateMedicationPlanInput {
clientId: ClientID!
issuedAt: Time!
issuedBy: ContactID!
issuedOn: Date!
note: String
}
Fields
CreateMedicationPlanInput.clientId ● ClientID! non-null scalar
ID of the client for whom the medication plan is created.
CreateMedicationPlanInput.issuedAt ● Time! non-null scalar
Time at which the medication plan was issued.
CreateMedicationPlanInput.issuedBy ● ContactID! non-null scalar
ID of the doctor who issued this medication plan.
CreateMedicationPlanInput.issuedOn ● Date! non-null scalar
Date on which the medication plan was issued.
CreateMedicationPlanInput.note ● String scalar
Optional notes for the medication plan.
Member Of
createMedicationPlan mutation