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 |
{
"resourceType" : "OperationDefinition",
"id" : "transaction",
"text" : {
"status" : "generated",
"div" : "<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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</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>\n</div></td></tr></table></div>"
},
"url" : "http://biomaxis.com/fhir/OperationDefinition/inventory-transaction",
"version" : "0.0.0-semantic-release",
"name" : "Transaction",
"title" : "Inventory Transaction",
"status" : "active",
"kind" : "operation",
"date" : "2025-12-12T11:33:46+00:00",
"publisher" : "BioMaxis Pvt. Ltd.",
"contact" : [
{
"name" : "BioMaxis Pvt. Ltd.",
"telecom" : [
{
"system" : "url",
"value" : "http://biomaxis.com"
}
]
}
],
"description" : "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" : "docref",
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "inventoryItem",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The InventoryItem involved in the transaction.",
"type" : "Reference"
},
{
"name" : "identifier",
"use" : "in",
"min" : 1,
"max" : "*",
"documentation" : "The identifier for the inventory transaction.",
"type" : "Identifier"
},
{
"name" : "operationType",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "The type of operation being performed.",
"type" : "CodeableConcept"
},
{
"name" : "operationTypeReason",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "The reason for the transaction.",
"type" : "CodeableConcept"
},
{
"name" : "code",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The code of the Inventory lot item.",
"type" : "code"
},
{
"name" : "lotNumber",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The lot number of the InventoryItem.",
"type" : "string"
},
{
"name" : "location",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The location of the InventoryItem as of the transaction.",
"type" : "Reference"
},
{
"name" : "quantity",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The quantity of the InventoryItem involved in the transaction.",
"type" : "Quantity"
},
{
"name" : "purchasePrice",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "The purchase price of the InventoryLot.",
"type" : "Money"
},
{
"name" : "sellingPrice",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "The selling price of the InventoryLot.",
"type" : "Money"
},
{
"name" : "expiryDate",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "The expiry date of the InventoryLot.",
"type" : "date"
},
{
"name" : "response",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "The InventoryReport containing the transaction details.",
"type" : "InventoryReport"
},
{
"name" : "issues",
"use" : "out",
"min" : 0,
"max" : "*",
"documentation" : "Any issues encountered during the operation.",
"type" : "OperationOutcome"
}
]
}