Skip to main content

PatientCreate

Create a new Patient resource.

Mutation

mutation PatientCreate($input: PatientCreateInput!) {
PatientCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Patient resource.