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