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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "transfer"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition transfer</b></p><a name=\"transfer\"> </a><a name=\"hctransfer\"> </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 being transferred.</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 transfer.</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>sourceLocation</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 source location of the InventoryItem.</p>\n</div></td></tr><tr><td>IN</td><td>destinationLocation</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 destination location of the InventoryItem.</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 being transferred.</p>\n</div></td></tr><tr><td>OUT</td><td>response</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>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.</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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://biomaxis.com/fhir/OperationDefinition/inventory-transfer"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/OperationDefinition/inventory-transfer>
] ; #
fhir:version [ fhir:v "0.0.0-semantic-release"] ; #
fhir:name [ fhir:v "Transfer"] ; #
fhir:title [ fhir:v "Inventory Transfer"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2025-12-12T11:33:46+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "BioMaxis Pvt. Ltd."] ; #
fhir:contact ( [
fhir:name [ fhir:v "BioMaxis Pvt. Ltd." ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://biomaxis.com" ] ] )
] ) ; #
fhir:description [ fhir:v "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."] ; #
fhir:code [ fhir:v "docref"] ; #
fhir:system [ fhir:v false] ; #
fhir:type [ fhir:v true] ; #
fhir:instance [ fhir:v false] ; #
fhir:parameter ( [
fhir:name [ fhir:v "inventoryItem" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The InventoryItem being transferred." ] ;
fhir:type [ fhir:v "Reference" ]
] [
fhir:name [ fhir:v "identifier" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "The identifier for the inventory transfer." ] ;
fhir:type [ fhir:v "Identifier" ]
] [
fhir:name [ fhir:v "code" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The code of the Inventory lot item." ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:name [ fhir:v "lotNumber" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The lot number of the InventoryItem." ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "sourceLocation" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The source location of the InventoryItem." ] ;
fhir:type [ fhir:v "Reference" ]
] [
fhir:name [ fhir:v "destinationLocation" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The destination location of the InventoryItem." ] ;
fhir:type [ fhir:v "Reference" ]
] [
fhir:name [ fhir:v "quantity" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The quantity of the InventoryItem being transferred." ] ;
fhir:type [ fhir:v "Quantity" ]
] [
fhir:name [ fhir:v "response" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "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." ] ;
fhir:type [ fhir:v "Bundle" ]
] [
fhir:name [ fhir:v "issues" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Any issues encountered during the operation." ] ;
fhir:type [ fhir:v "OperationOutcome" ]
] ) . #
IG © 2024+ BioMaxis Pvt. Ltd.. Package biomaxis.core#0.0.0-semantic-release based on FHIR 4.0.1. Generated 2025-12-12
Links: Table of Contents |
QA Report