Skip to main content

UpdatePrescriptionInput

Input type for the mutation updating the data of a single prescription

input UpdatePrescriptionInput {
comment: String
endDate: Date
icd10Codes: [ICD10CodeInput!]!
issuedAt: Date!
issuedBy: String
prescriptionId: PrescriptionID!
startDate: Date!
}

Fields

UpdatePrescriptionInput.comment ● String scalar

Comment on the current prescription

UpdatePrescriptionInput.endDate ● Date scalar

The date of the prescription, from which it is terminated

UpdatePrescriptionInput.icd10Codes ● [ICD10CodeInput!]! non-null input

A list of the ICD 10 codes of the given prescription, each of them stands for a single diagnose Max. 4 list entries allowed

UpdatePrescriptionInput.issuedAt ● Date! non-null scalar

The date on which the prescription is issued

UpdatePrescriptionInput.issuedBy ● String scalar

The issuer (the prescribing doctor or hospital) of the prescription

UpdatePrescriptionInput.prescriptionId ● PrescriptionID! non-null scalar

ID of the prescription that is being updated

UpdatePrescriptionInput.startDate ● Date! non-null scalar

The date of the prescription, from which it is applied

Member Of

updatePrescription mutation