FHIR Imaging ServiceRequest Profile IG
0.1.0 - ci-build International flag

FHIR Imaging ServiceRequest Profile IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/imaging-service-request-ig/ and changes regularly. See the Directory of published versions

: Cancels an order based on the provided information. - TTL Representation

Draft as of 2025-03-26

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 "CancelOrderOperation"] ; # 
  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 CancelOrderOperation</b></p><a name=\"CancelOrderOperation\"> </a><a name=\"hcCancelOrderOperation\"> </a><a name=\"CancelOrderOperation-en-US\"> </a><p>URL: [base]/ServiceRequest/[id]/$cancel-order</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>OUT</td><td>bundle</td><td>instance</td><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a> (<a href=\"StructureDefinition-OrderBundle.html\" title=\"http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/OrderBundle\">OrderBundle</a>)</td><td/><td/></tr><tr><td>OUT</td><td>outcome</td><td>instance</td><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/operationoutcome.html\">OperationOutcome</a> (<a href=\"http://hl7.org/fhir/R5/operationoutcome.html\" title=\"http://hl7.org/fhir/StructureDefinition/OperationOutcome\">OperationOutcome</a>)</td><td/><td/></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://tbd/cancel-order"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Cancels an order based on the provided information."] ; # 
  fhir:title [ fhir:v "Cancels an order based on the provided information."] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2025-03-26T19:32:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Imaging Integration"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt/index.cfm" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 International / Imaging Integration" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt/index.cfm" ]     ] )
  ] [
fhir:name [ fhir:v "Jonathan Whitby" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jonathan.whitby@mi.medical.canon" ]     ] )
  ] [
fhir:name [ fhir:v "Brian Bialecki" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bbialecki@acr.org" ]     ] )
  ] [
fhir:name [ fhir:v "Bas van den Heuvel" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bas.van.den.heuvel@philips.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This operation cancels a order based on the included Bundle."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "cancel-order"] ; # 
  fhir:resource ( [ fhir:v "ServiceRequest"] ) ; # 
  fhir:system [ fhir:v false] ; # 
  fhir:type [ fhir:v false] ; # 
  fhir:instance [ fhir:v true] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "bundle" ] ;
fhir:use [ fhir:v "out" ] ;
    ( fhir:scope [ fhir:v "instance" ] ) ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:type [ fhir:v "Bundle" ] ;
    ( fhir:targetProfile [
fhir:v "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/OrderBundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/OrderBundle>     ] )
  ] [
fhir:name [ fhir:v "outcome" ] ;
fhir:use [ fhir:v "out" ] ;
    ( fhir:scope [ fhir:v "instance" ] ) ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:type [ fhir:v "OperationOutcome" ] ;
    ( fhir:targetProfile [
fhir:v "http://hl7.org/fhir/StructureDefinition/OperationOutcome"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/OperationOutcome>     ] )
  ] ) . #