Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Diagnostic Request Claim Operation - XML Representation

Active as of 2024-06-20

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="EOrderClaimOperation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition EOrderClaimOperation</b></p><a name="EOrderClaimOperation"> </a><a name="hcEOrderClaimOperation"> </a><a name="EOrderClaimOperation-en-US"> </a><p>URL: [base]/ServiceRequest/$claim</p><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>requisition</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>The group identifier for the request, typically the barcode.</p>
</div></td></tr><tr><td>IN</td><td>organization</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a> (<a href="StructureDefinition-gs-organization.html" title="http://fhir.geniesolutions.io/StructureDefinition/gs-organization">Genie Organization</a>)</td><td/><td><div><p>Reference to the branded organization claiming the request.</p>
</div></td></tr><tr><td>OUT</td><td>groupTask</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a> (<a href="StructureDefinition-eorders-task-fulfillment-group.html" title="http://fhir.geniesolutions.io/StructureDefinition/eorders-task-fulfillment-group">EOrders Task Fulfillment Request Group</a>)</td><td/><td><div><p>Returns a reference to the group <code>Task</code> assigned to the requesting organisation or nothing if an error occurred.</p>
</div></td></tr><tr><td>OUT</td><td>result</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Coding">Coding</a></td><td><a href="ValueSet-eorder-claim-result-type-valueset.html">Request Claim Result Type ValueSet</a> (Required)</td><td><div><p>The result of the attempting request claim.</p>
</div></td></tr></table><div><ul>
<li>It is assumed that the claiming provider is sufficiently authorised to claim a request.</li>
</ul>
</div></div>
  </text>
  <url
       value="http://fhir.geniesolutions.io/OperationDefinition/EOrderClaimOperation"/>
  <version value="1.2.35"/>
  <name value="EOrderClaimOperation"/>
  <title value="Diagnostic Request Claim Operation"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2024-06-20"/>
  <publisher value="Magentus Practice Management"/>
  <contact>
    <name value="Magentus Practice Management"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.magentus.com/practice-management"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="andy.bond@magentus.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Magentus Practice Management"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.magentus.com/practice-management"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="This operation is used to claim a request based on a scanned barcode and return a group `Task` reference.  The transferred request will result in the creation of a new set of `Task`s, including a group `Task`, each of which will be placed in a `requested` status.  To distinguish a request that has been claimed, the `businessStatus` of the request will be set to `claimed-request`."/>
  <code value="claim"/>
  <comment
           value=" - It is assumed that the claiming provider is sufficiently authorised to claim a request."/>
  <resource value="ServiceRequest"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="requisition"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The group identifier for the request, typically the barcode."/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="organization"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Reference to the branded organization claiming the request."/>
    <type value="Reference"/>
    <targetProfile
                   value="http://fhir.geniesolutions.io/StructureDefinition/gs-organization"/>
  </parameter>
  <parameter>
    <name value="groupTask"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Returns a reference to the group `Task` assigned to the requesting organisation or nothing if an error occurred."/>
    <type value="Reference"/>
    <targetProfile
                   value="http://fhir.geniesolutions.io/StructureDefinition/eorders-task-fulfillment-group"/>
  </parameter>
  <parameter>
    <name value="result"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The result of the attempting request claim."/>
    <type value="Coding"/>
    <binding>
      <strength value="required"/>
      <valueSet
                value="http://fhir.geniesolutions.io/ValueSet/eorder-claim-result-type-valueset"/>
    </binding>
  </parameter>
</OperationDefinition>