Procedure REST Endpoints
Description
This topic describes information for the Procedure resource.
Overview
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.
This resource supports the US Core Procedure Profile from HL7 FHIR US Core Implementation Guide STU 6.1.0.
Note:
The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Fields
Terminology Bindings
-
Description: The codes identifying the lifecycle stage of an event.
Details: EventStatus
System:
http://hl7.org/fhir/event-status
-
Description: A code that classifies the procedure for searching, sorting, and display purposes.
-
Details: Procedure Category Codes (SNOMED CT)
System:
https://snomed.info/sct
-
Details: US Core Category
System:
http://hl7.org/fhir/us/core/CodeSystem/us-core-category
-
-
Description: A code to identify a specific procedure.
-
Details: Procedure Codes (SNOMED CT)
System:
https://snomed.info/sct
-
Details: CPT
System:
https://www.ama-assn.org/go/cpt
-
Details: ICD-10-PCS
System:
https://www.icd10data.com/icd10pcs
-
-
Description: A code that distinguishes the performer's type of involvement in the procedure.
-
Details: Procedure Performer Role Codes (SNOMED CT)
System:
https://snomed.info/sct
-
Details: For more information, see Code Set 338 Procedure Personnel Relationship Type under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/{EHR source ID}/codeSet/388
-
- Create a procedure
- Method: postPath:
/Procedure
- Get a list of procedures
- Method: getPath:
/Procedure
- Get a procedure by ID
- Method: getPath:
/Procedure/{ID}