Skip to main content

EpisodeOfCareCreate

Create a new EpisodeOfCare resource.

Mutation

mutation EpisodeOfCareCreate($input: EpisodeOfCareCreateInput!) {
EpisodeOfCareCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created EpisodeOfCare resource.