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

: Creates a new order based on the provided information. - XML Representation

Draft as of 2025-03-26

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="CreateOrderOperation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition CreateOrderOperation</b></p><a name="CreateOrderOperation"> </a><a name="hcCreateOrderOperation"> </a><a name="CreateOrderOperation-en-US"> </a><p>URL: [base]/$create-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>IN</td><td>order</td><td>system</td><td>1..1</td><td><a href="http://hl7.org/fhir/R5/bundle.html">Bundle</a> (<a href="StructureDefinition-CreateOrderRequestBundle.html" title="http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/CreateOrderRequestBundle">CreateOrderRequestBundle</a>)</td><td/><td/></tr><tr><td>OUT</td><td>return</td><td>system</td><td>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></table></div>
  </text>
  <url value="http://tbd/create-order"/>
  <version value="0.1.0"/>
  <name value="Creates a new order based on the provided information."/>
  <title value="Creates a new order based on the provided information."/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2025-03-26T19:32:53+00:00"/>
  <publisher value="HL7 International / Imaging Integration"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value
             value="http://www.hl7.org/Special/committees/imagemgt/index.cfm"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7 International / Imaging Integration"/>
    <telecom>
      <system value="url"/>
      <value
             value="http://www.hl7.org/Special/committees/imagemgt/index.cfm"/>
    </telecom>
  </contact>
  <contact>
    <name value="Jonathan Whitby"/>
    <telecom>
      <system value="email"/>
      <value value="jonathan.whitby@mi.medical.canon"/>
    </telecom>
  </contact>
  <contact>
    <name value="Brian Bialecki"/>
    <telecom>
      <system value="email"/>
      <value value="bbialecki@acr.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bas van den Heuvel"/>
    <telecom>
      <system value="email"/>
      <value value="bas.van.den.heuvel@philips.com"/>
    </telecom>
  </contact>
  <description
               value="This operation creates a new order based on the included Bundle."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <code value="create-order"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="order"/>
    <use value="in"/>
    <scope value="system"/>
    <min value="1"/>
    <max value="1"/>
    <type value="Bundle"/>
    <targetProfile
                   value="http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/CreateOrderRequestBundle"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <scope value="system"/>
    <min value="1"/>
    <max value="*"/>
    <type value="Bundle"/>
    <targetProfile
                   value="http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/OrderBundle"/>
  </parameter>
</OperationDefinition>