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
| Active as of 2025-12-12 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="transaction"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition transaction</b></p><a name="transaction"> </a><a name="hctransaction"> </a><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>inventoryItem</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>The InventoryItem involved in the transaction.</p>
</div></td></tr><tr><td>IN</td><td>identifier</td><td/><td>1..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>The identifier for the inventory transaction.</p>
</div></td></tr><tr><td>IN</td><td>operationType</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept">CodeableConcept</a></td><td/><td><div><p>The type of operation being performed.</p>
</div></td></tr><tr><td>IN</td><td>operationTypeReason</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept">CodeableConcept</a></td><td/><td><div><p>The reason for the transaction.</p>
</div></td></tr><tr><td>IN</td><td>code</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#code">code</a></td><td/><td><div><p>The code of the Inventory lot item.</p>
</div></td></tr><tr><td>IN</td><td>lotNumber</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>The lot number of the InventoryItem.</p>
</div></td></tr><tr><td>IN</td><td>location</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>The location of the InventoryItem as of the transaction.</p>
</div></td></tr><tr><td>IN</td><td>quantity</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Quantity">Quantity</a></td><td/><td><div><p>The quantity of the InventoryItem involved in the transaction.</p>
</div></td></tr><tr><td>IN</td><td>purchasePrice</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Money">Money</a></td><td/><td><div><p>The purchase price of the InventoryLot.</p>
</div></td></tr><tr><td>IN</td><td>sellingPrice</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Money">Money</a></td><td/><td><div><p>The selling price of the InventoryLot.</p>
</div></td></tr><tr><td>IN</td><td>expiryDate</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>The expiry date of the InventoryLot.</p>
</div></td></tr><tr><td>OUT</td><td>response</td><td/><td>0..1</td><td><a href="StructureDefinition-InventoryReport.html">InventoryReport</a></td><td/><td><div><p>The InventoryReport containing the transaction details.</p>
</div></td></tr><tr><td>OUT</td><td>issues</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/operationoutcome.html">OperationOutcome</a></td><td/><td><div><p>Any issues encountered during the operation.</p>
</div></td></tr></table></div>
</text>
<url
value="http://biomaxis.com/fhir/OperationDefinition/inventory-transaction"/>
<version value="0.0.0-semantic-release"/>
<name value="Transaction"/>
<title value="Inventory Transaction"/>
<status value="active"/>
<kind value="operation"/>
<date value="2025-12-12T11:33:46+00:00"/>
<publisher value="BioMaxis Pvt. Ltd."/>
<contact>
<name value="BioMaxis Pvt. Ltd."/>
<telecom>
<system value="url"/>
<value value="http://biomaxis.com"/>
</telecom>
</contact>
<description
value="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."/>
<code value="docref"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="inventoryItem"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="The InventoryItem involved in the transaction."/>
<type value="Reference"/>
</parameter>
<parameter>
<name value="identifier"/>
<use value="in"/>
<min value="1"/>
<max value="*"/>
<documentation value="The identifier for the inventory transaction."/>
<type value="Identifier"/>
</parameter>
<parameter>
<name value="operationType"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation value="The type of operation being performed."/>
<type value="CodeableConcept"/>
</parameter>
<parameter>
<name value="operationTypeReason"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation value="The reason for the transaction."/>
<type value="CodeableConcept"/>
</parameter>
<parameter>
<name value="code"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="The code of the Inventory lot item."/>
<type value="code"/>
</parameter>
<parameter>
<name value="lotNumber"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="The lot number of the InventoryItem."/>
<type value="string"/>
</parameter>
<parameter>
<name value="location"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="The location of the InventoryItem as of the transaction."/>
<type value="Reference"/>
</parameter>
<parameter>
<name value="quantity"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="The quantity of the InventoryItem involved in the transaction."/>
<type value="Quantity"/>
</parameter>
<parameter>
<name value="purchasePrice"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation value="The purchase price of the InventoryLot."/>
<type value="Money"/>
</parameter>
<parameter>
<name value="sellingPrice"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation value="The selling price of the InventoryLot."/>
<type value="Money"/>
</parameter>
<parameter>
<name value="expiryDate"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation value="The expiry date of the InventoryLot."/>
<type value="date"/>
</parameter>
<parameter>
<name value="response"/>
<use value="out"/>
<min value="0"/>
<max value="1"/>
<documentation
value="The InventoryReport containing the transaction details."/>
<type value="InventoryReport"/>
</parameter>
<parameter>
<name value="issues"/>
<use value="out"/>
<min value="0"/>
<max value="*"/>
<documentation value="Any issues encountered during the operation."/>
<type value="OperationOutcome"/>
</parameter>
</OperationDefinition>