Procedure

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

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
_id Token Resource id.
_lastUpdated Date ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
_source Uri :missing  Where the resource comes from.
claim Reference :missing  yes Searches for procedures by their associated claim.
code Token :not  :in  :notin  :missing  A code to identify a procedure.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  When the procedure was performed.
encounter Reference :missing  yes Encounter created as part of.
explanation-of-benefit Reference :missing  yes Searches for procedures by their associated explanation of benefit.
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 | not-done | on-hold | stopped | 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
  • Encounter
  • Explanation Of Benefit
  • Patient
  • Performer
  • Provenance Agent
  • Subject

Back to Resources