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. - JSON Representation

Draft as of 2025-03-26

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "CancelOrderOperation",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://tbd/cancel-order",
  "version" : "0.1.0",
  "name" : "Cancels an order based on the provided information.",
  "title" : "Cancels an order based on the provided information.",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2025-03-26T19:32:53+00:00",
  "publisher" : "HL7 International / Imaging Integration",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    },
    {
      "name" : "HL7 International / Imaging Integration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    },
    {
      "name" : "Jonathan Whitby",
      "telecom" : [
        {
          "system" : "email",
          "value" : "jonathan.whitby@mi.medical.canon"
        }
      ]
    },
    {
      "name" : "Brian Bialecki",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bbialecki@acr.org"
        }
      ]
    },
    {
      "name" : "Bas van den Heuvel",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bas.van.den.heuvel@philips.com"
        }
      ]
    }
  ],
  "description" : "This operation cancels a order based on the included Bundle.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "code" : "cancel-order",
  "resource" : [
    "ServiceRequest"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "bundle",
      "use" : "out",
      "scope" : [
        "instance"
      ],
      "min" : 0,
      "max" : "1",
      "type" : "Bundle",
      "targetProfile" : [
        🔗 "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/OrderBundle"
      ]
    },
    {
      "name" : "outcome",
      "use" : "out",
      "scope" : [
        "instance"
      ],
      "min" : 0,
      "max" : "1",
      "type" : "OperationOutcome",
      "targetProfile" : [
        🔗 "http://hl7.org/fhir/StructureDefinition/OperationOutcome"
      ]
    }
  ]
}