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 - TTL Representation

Active as of 2024-06-20

Raw ttl | Download


@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 "EOrderClaimOperation"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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>\n</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>\n</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>\n</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>\n</div></td></tr></table><div><ul>\n<li>It is assumed that the claiming provider is sufficiently authorised to claim a request.</li>\n</ul>\n</div></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.geniesolutions.io/OperationDefinition/EOrderClaimOperation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.35"] ; # 
  fhir:name [ fhir:v "EOrderClaimOperation"] ; # 
  fhir:title [ fhir:v "Diagnostic Request Claim Operation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2024-06-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Magentus Practice Management"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Magentus Practice Management" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.magentus.com/practice-management" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "andy.bond@magentus.com" ]     ] )
  ] [
fhir:name [ fhir:v "Magentus Practice Management" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.magentus.com/practice-management" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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`."] ; # 
  fhir:code [ fhir:v "claim"] ; # 
  fhir:comment [ fhir:v " - It is assumed that the claiming provider is sufficiently authorised to claim a request."] ; # 
  fhir:resource ( [ fhir:v "ServiceRequest"] ) ; # 
  fhir:system [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:instance [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "requisition" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The group identifier for the request, typically the barcode." ] ;
fhir:type [ fhir:v "Identifier" ]
  ] [
fhir:name [ fhir:v "organization" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Reference to the branded organization claiming the request." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/gs-organization"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/gs-organization>     ] )
  ] [
fhir:name [ fhir:v "groupTask" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Returns a reference to the group `Task` assigned to the requesting organisation or nothing if an error occurred." ] ;
fhir:type [ fhir:v "Reference" ] ;
    ( fhir:targetProfile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/eorders-task-fulfillment-group"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/eorders-task-fulfillment-group>     ] )
  ] [
fhir:name [ fhir:v "result" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The result of the attempting request claim." ] ;
fhir:type [ fhir:v "Coding" ] ;
fhir:binding [
fhir:strength [ fhir:v "required" ] ;
fhir:valueSet [
fhir:v "http://fhir.geniesolutions.io/ValueSet/eorder-claim-result-type-valueset"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/ValueSet/eorder-claim-result-type-valueset>       ]     ]
  ] ) . #