Procedure REST Endpoints
Description
This topic describes information for the Procedure resource.
Overview
The Procedure resource implementation is limited to a patient's known procedure history that occured at this site and is recorded in Soarian Clinicals. As such, this resource may not be as complete as a procedure list provided as part of the patient's billing record.
Soarian Clinicals supports a read-only Application Programming Interface (API). This API accepts GET
and POST
based search and GET
based read interactions. The response represents the most current information about the patient that is charted in Soarian Clinicals at the time of the query.
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.Error: The common errors and OperationOutcomes may be returned.
The search results include the following fields if they contain values:
Terminology Bindings
-
Description: A code to identify a specific procedure.
Details: Procedure Codes (SNOMED CT)
System:
http://snomed.info/sct
-
Description: A code to identify the kind of change that happened to the device during the procedure.
Details: Procedure Device Action Codes
System:
http://snomed.info/sct
- Get a list of procedures
- Method: getPath:
/Procedure
- Get a procedure by ID
- Method: getPath:
/Procedure/{ID}