Skip to main content

EpisodeOfCareUpdate

Update an existing EpisodeOfCare resource.

Mutation

mutation EpisodeOfCareUpdate($id: ID!, $input: EpisodeOfCareUpdateInput!) {
EpisodeOfCareUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated EpisodeOfCare resource.