BioMaxis Implementation Guide
0.0.0-semantic-release - ci-build
BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://biomaxis.com/fhir/OperationDefinition/inventory-transaction | Version: 0.0.0-semantic-release | |||
| Active as of 2025-12-12 | Computable Name: Transaction | |||
This operation is used to create a transaction for an inventory item. It records the details of the transaction including the item, lot number, location, and quantity involved.
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | inventoryItem | 1..1 | Reference | The InventoryItem involved in the transaction. | ||
| IN | identifier | 1..* | Identifier | The identifier for the inventory transaction. | ||
| IN | operationType | 0..1 | CodeableConcept | The type of operation being performed. | ||
| IN | operationTypeReason | 0..1 | CodeableConcept | The reason for the transaction. | ||
| IN | code | 1..1 | code | The code of the Inventory lot item. | ||
| IN | lotNumber | 1..1 | string | The lot number of the InventoryItem. | ||
| IN | location | 1..1 | Reference | The location of the InventoryItem as of the transaction. | ||
| IN | quantity | 1..1 | Quantity | The quantity of the InventoryItem involved in the transaction. | ||
| IN | purchasePrice | 0..1 | Money | The purchase price of the InventoryLot. | ||
| IN | sellingPrice | 0..1 | Money | The selling price of the InventoryLot. | ||
| IN | expiryDate | 0..1 | date | The expiry date of the InventoryLot. | ||
| OUT | response | 0..1 | InventoryReport | The InventoryReport containing the transaction details. | ||
| OUT | issues | 0..* | OperationOutcome | Any issues encountered during the operation. |