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
_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.
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 Search by subject - a patient.
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 Search by subject.

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