Skip to main content

MedicationStatementCreate

Create a new MedicationStatement resource.

Mutation

mutation MedicationStatementCreate($input: MedicationStatementCreateInput!) {
MedicationStatementCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created MedicationStatement resource.