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

OperationDefinition: Inventory Transfer

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.

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INinventoryItem1..1Reference

The InventoryItem being transferred.

INidentifier1..*Identifier

The identifier for the inventory transfer.

INcode1..1code

The code of the Inventory lot item.

INlotNumber1..1string

The lot number of the InventoryItem.

INsourceLocation1..1Reference

The source location of the InventoryItem.

INdestinationLocation1..1Reference

The destination location of the InventoryItem.

INquantity1..1Quantity

The quantity of the InventoryItem being transferred.

OUTresponse0..1Bundle

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.

OUTissues0..*OperationOutcome

Any issues encountered during the operation.