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 Transaction

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.

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INinventoryItem1..1Reference

The InventoryItem involved in the transaction.

INidentifier1..*Identifier

The identifier for the inventory transaction.

INoperationType0..1CodeableConcept

The type of operation being performed.

INoperationTypeReason0..1CodeableConcept

The reason for the transaction.

INcode1..1code

The code of the Inventory lot item.

INlotNumber1..1string

The lot number of the InventoryItem.

INlocation1..1Reference

The location of the InventoryItem as of the transaction.

INquantity1..1Quantity

The quantity of the InventoryItem involved in the transaction.

INpurchasePrice0..1Money

The purchase price of the InventoryLot.

INsellingPrice0..1Money

The selling price of the InventoryLot.

INexpiryDate0..1date

The expiry date of the InventoryLot.

OUTresponse0..1InventoryReport

The InventoryReport containing the transaction details.

OUTissues0..*OperationOutcome

Any issues encountered during the operation.