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-transfer | Version: 0.0.0-semantic-release | |||
| Active as of 2025-12-12 | Computable Name: Transfer | |||
This operation is used to transfer inventory items from one location to another. It records the details of the transfer including the item, lot number, source location, destination location, and quantity involved.
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | inventoryItem | 1..1 | Reference | The InventoryItem being transferred. | ||
| IN | identifier | 1..* | Identifier | The identifier for the inventory transfer. | ||
| IN | code | 1..1 | code | The code of the Inventory lot item. | ||
| IN | lotNumber | 1..1 | string | The lot number of the InventoryItem. | ||
| IN | sourceLocation | 1..1 | Reference | The source location of the InventoryItem. | ||
| IN | destinationLocation | 1..1 | Reference | The destination location of the InventoryItem. | ||
| IN | quantity | 1..1 | Quantity | The quantity of the InventoryItem being transferred. | ||
| OUT | response | 0..1 | Bundle | The Bundle containing two Inventory Reports one for the source location showing subtraction of inventory and one for the destination location showing addition of inventory each with the transfer details. | ||
| OUT | issues | 0..* | OperationOutcome | Any issues encountered during the operation. |