Interface / 3.0.1 (STU3) / Procedure

Procedure

A Procedure resource represents an action or intervention performed on a patient.

Sample Query

Find procedures performed during a particular encounter:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-stu3/Procedure?encounter=e26c4860-2f0e-e711-812d-0a69c1b3225b

Overview

See the FHIR documentation for more information about Procedure resources.

Mapped Concepts in HIEBus

  • Procedure
  • ClaimProcedure

Supported Interactions

Procedure resources support the following interactions.

Search Parameters

When searching for Procedure 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.
claim Reference :missing  yes Searches for procedures by their associated claim.
code Token :not  :in  :notin  :missing  A code to identify a procedure.
context Reference :missing  yes Encounter or episode associated with the procedure.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Date/Period the procedure was performed.
patient Reference :missing  yes The patient the Procedure is about.
performer Reference :missing  yes The reference to the practitioner.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
status Token :missing  preparation | in-progress | suspended | aborted | completed | entered-in-error | unknown.
subject Reference :missing  yes The patient the Procedure is about. Functionally identical to the "patient" search parameter.

Sortable Parameters

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

  • date
  • _id

Only one sort parameter may be specified.

Supported Includes

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

  • Claim
  • Context
  • Patient
  • Performer
  • Provenance Agent
  • Subject

Back to Resources