EpisodeOfCareUpdate
Update an existing EpisodeOfCare resource.
Mutation
mutation EpisodeOfCareUpdate($id: ID!, $input: EpisodeOfCareUpdateInput!) {
EpisodeOfCareUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See EpisodeOfCareUpdateInput for input fields.
Return Type
Returns the updated EpisodeOfCare resource.