Skip to main content

EncounterUpdate

Update an existing Encounter resource.

Mutation

mutation EncounterUpdate($id: ID!, $input: EncounterUpdateInput!) {
EncounterUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Encounter resource.