FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/CancelOrderOperation

Packagehl7.fhir.uv.imaging-service-request-ig
Resource TypeOperationDefinition
IdCancelOrderOperation
FHIR VersionR6
Sourcehttp://hl7.org/fhir/uv/imaging-service-request-ig/https://build.fhir.org/ig/HL7/imaging-service-request-ig/OperationDefinition-CancelOrderOperation.html
URLhttp://tbd/cancel-order
Version0.1.0
Statusdraft
Date2025-03-26T19:32:53+00:00
NameCancels an order based on the provided information.
TitleCancels an order based on the provided information.
Realmuv
Authorityhl7
DescriptionThis operation cancels a order based on the included Bundle.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
RISRIS CapabilityStatement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition CancelOrderOperation

URL: [base]/ServiceRequest/[id]/$cancel-order

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTbundleinstance0..1Bundle (OrderBundle)
OUToutcomeinstance0..1OperationOutcome (OperationOutcome)

Source

{
  "resourceType": "OperationDefinition",
  "id": "CancelOrderOperation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      ]
    }
  ]
}