Skip to main content

MedicationStatementUpdate

Update an existing MedicationStatement resource.

Mutation

mutation MedicationStatementUpdate($id: ID!, $input: MedicationStatementUpdateInput!) {
MedicationStatementUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated MedicationStatement resource.