Package | hl7.fhir.uv.imaging-service-request-ig |
Resource Type | OperationDefinition |
Id | CancelOrderOperation |
FHIR Version | R6 |
Source | http://hl7.org/fhir/uv/imaging-service-request-ig/https://build.fhir.org/ig/HL7/imaging-service-request-ig/OperationDefinition-CancelOrderOperation.html |
URL | http://tbd/cancel-order |
Version | 0.1.0 |
Status | draft |
Date | 2025-03-26T19:32:53+00:00 |
Name | Cancels an order based on the provided information. |
Title | Cancels an order based on the provided information. |
Realm | uv |
Authority | hl7 |
Description | This operation cancels a order based on the included Bundle. |
Type | false |
Kind | operation |
CapabilityStatement | |
RIS | RIS CapabilityStatement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition CancelOrderOperation
URL: [base]/ServiceRequest/[id]/$cancel-order
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
OUT | bundle | instance | 0..1 | Bundle (OrderBundle) | ||
OUT | outcome | instance | 0..1 | OperationOutcome (OperationOutcome) |
{ "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" ] } ] }