Skip to content

Instantly share code, notes, and snippets.

@kexoth
Last active July 17, 2018 17:55
Show Gist options
  • Save kexoth/ab91d9a1c9a2d5a50a881d837154aed8 to your computer and use it in GitHub Desktop.
Save kexoth/ab91d9a1c9a2d5a50a881d837154aed8 to your computer and use it in GitHub Desktop.
mutation {
create_psych_consultation(
input: {
is_draft: false
patient_id: 233623
date: "2018-07-17"
recommended_diagnoses: [{diagnosis_id: 11860}]
recommended_medications: [{
medication_id: 11861
date: "2018-07-17"
instructions: "R2-D2, you know better than to trust a strange computer."
indication: "Poe Dameron"
}]
recommended_medications_comment: "The Force, it's calling to you. Just let it in."
recommended_measurement_plans: [{
assessment_id: 75804
start_date: "2018-07-17"
frequency_atom: "every_three_weeks"
comments: "Palpatine"
}]
psychiatrist_comment: "May the Force be with you."
}
){
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment