MedicationStatementCreate
Create a new MedicationStatement resource.
Mutation
mutation MedicationStatementCreate($input: MedicationStatementCreateInput!) {
MedicationStatementCreate(input: $input) {
id
}
}
Input
input: See MedicationStatementCreateInput for input fields.
Return Type
Returns the created MedicationStatement resource.