ScannedMedication
A medication line from a BMP scan preview, not yet persisted.
type ScannedMedication {
activeSubstance: String
application: String
category: MedicationCategory!
dosageInstructions: String
dosageIntervals: DosageIntervals
dosageNotes: String
note: String
pzn: String!
reason: String
status: MedicationLineStatus!
strength: String
tradeName: String!
unit: String
}
Fields
ScannedMedication.activeSubstance ● String scalar
ScannedMedication.application ● String scalar
ScannedMedication.category ● MedicationCategory! non-null enum
ScannedMedication.dosageInstructions ● String scalar
ScannedMedication.dosageIntervals ● DosageIntervals object
ScannedMedication.dosageNotes ● String scalar
ScannedMedication.note ● String scalar
ScannedMedication.pzn ● String! non-null scalar
PZN as a string to preserve leading zeros (e.g. "00001353").
ScannedMedication.reason ● String scalar
ScannedMedication.status ● MedicationLineStatus! non-null enum
OK if master data was resolved. MANUAL_REVIEW_BLOCKED if the PZN was not found locally — saving must be blocked while any line stays in this state.
ScannedMedication.strength ● String scalar
ScannedMedication.tradeName ● String! non-null scalar
ScannedMedication.unit ● String scalar
Member Of
ScanPreviewResult object