Skip to content

LinkPrescriptionToChartNoteInput

Autogenerated input type of LinkPrescriptionToChartNote

Fields

deprecated DO NOT USE
external_prescription_identifier · ID! · required · The DoseSpot prescription ID to link
form_answer_group_id · ID! · required · The chart note to link the prescription to

Used By

Definition

"""
Autogenerated input type of LinkPrescriptionToChartNote
"""
input LinkPrescriptionToChartNoteInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The DoseSpot prescription ID to link
"""
external_prescription_identifier: ID!
"""
The chart note to link the prescription to
"""
form_answer_group_id: ID!
}