Skip to main content

MedicationRequestCreate

Create a new MedicationRequest resource.

Mutation

mutation MedicationRequestCreate($input: MedicationRequestCreateInput!) {
MedicationRequestCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created MedicationRequest resource.