Interface / 3.0.1 (STU3) / Procedure Request

Procedure Request

The Procedure Request resource represents information about a request for a diagnostic test, treatment, or other procedure to be performed.

Overview

See the FHIR documentation for more information about Procedure Request resources.

Mapped Concepts in HIEBus

  • Order

Supported Interactions

Procedure Request resources support the following interactions.

Search Parameters

When searching for Procedure Request resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_count Special The maximum number of resources to return in a result page.
_elements Special Used to request a specific set of elements be returned as part of a resource.
_id Token Resource id.
_lastUpdated Date lt  le  gt  ge  When the resource last changed.
_source Uri :missing  Where the resource comes from.
_summary Special Used to return only a portion of the resouces. Defaults to 'false', which returns the whole resource.
_total Special Use the value 'estimate' to populate the result bundle's 'total' element with an estimate of the matching number of resources.
authored Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Date request signed.
body-site Token :not  :in  :notin  :missing  Where procedure is going to be done.
code Token :not  :in  :notin  :missing  What is being requested/ordered.
context Reference :missing  yes Encounter or Episode during which request was created.
encounter Reference :missing  yes An encounter in which this request is made.
identifier Token :missing  Identifiers assigned to this order.
intent Token :missing  proposal | plan | order +.
occurrence Date ne  lt  le  gt  ge  sa  eb  ap  :missing  When procedure should occur.
patient Reference :missing  yes The patient the ProcedureRequest is about.
priority Token :missing  routine | urgent | asap | stat.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
requester Reference :missing  yes Individual making the request.
status Token :missing  draft | active | suspended | completed | entered-in-error | cancelled.
subject Reference :missing  yes The patient the ProcedureRequest is about. Functionally identical to the "patient" search parameter.

Sortable Parameters

When searching Procedure Request resources, it is possible to sort the returned values by the following search parameters.

  • authored
  • code
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Procedure Request resources, it is possible to include the resources referenced by the following field names.

  • Context
  • Encounter
  • Patient
  • Provenance Agent
  • Requester
  • Subject

Back to Resources