Skip to main content

previewScan

Parses, merges, validates and enriches one or more scanned BMP (Bundeseinheitlicher Medikationsplan) codes for a client, returning a preview that has not yet been persisted.

Requires authorization features: client:medicationsplan

previewScan(
input: PreviewScanInput!
): ScanPreviewResult!

Directives

auth

Requires authorization features: client:medicationsplan

Arguments

previewScan.input ● PreviewScanInput! non-null input

Type

ScanPreviewResult object

Result of previewing scanned BMP codes. Nothing in this result has been persisted. Deliberately not shaped like the create/update *Payload types (no success/medicationPlan fields) — nothing has been created yet, there is no MedicationPlan to return.