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/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 :not-in :missing | A code to identify a procedure. | |
date | Date | ne lt le gt ge sa eb ap :missing | Date/Period the procedure was performed. | |
encounter | Reference | :missing | yes | The encounter associated with the procedure. |
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 | See the HL7 FHIR documentation. | |
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
- Patient
- Performer
- Provenance Agent
- Subject
Supported Operations
Procedure supports the following extended operations.