Skip to main content

commitScan

Commits a previously previewed BMP scan: re-parses/merges/validates/enriches the given scans, excludes any lines the caller chose to remove, and persists the result as a new MedicationPlan in DRAFT status.

Requires authorization features: client:medicationsplan

commitScan(
input: CommitScanInput!
): CommitScanPayload!

Directives

auth

Requires authorization features: client:medicationsplan

Arguments

commitScan.input ● CommitScanInput! non-null input

Type

CommitScanPayload object

Payload for the commitScan mutation.