Procedure REST Endpoints
Description
This topic describes information for the Procedure resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.The Procedure resource returns medical and surgical procedures performed on or for a patient during their lifetime. Historical procedures and procedures recorded during a specific visit are returned. Surgical procedures from finalized surgical cases are returned as free-text procedures if the product is configured to write procedures from finalized cases to procedure history.
Profile Support
This resource supports the US Core Procedure Profile from the HL7 FHIR US Core Implementation Guide STU 6.1.0.
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
Procedure.status |
A code specifying the state of the procedure. Generally, the procedure is in the in-progress or completed state. | System |
Procedure.code |
The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (for example, Laparoscopic Appendectomy). |
System |
Procedure
The operations from the Procedure category.
- Get a list of procedures
- Method: getPath:
/Procedure - Get a procedure by ID
- Method: getPath:
/Procedure/{id}