MedicationRequest REST Endpoints
Description
This topic describes information for the MedicationRequest resource.
Overview
The MedicationRequest resource provides discharge medication orders and administration instructions for a patient in the context of a visit.
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:
-
-
Details in Implementation Notes sections for reads and searches.
-
-
Medication (contained)
Terminology Bindings
-
Description: A code that defines the medication.
Details: RxNorm
System:
https://www.nlm.nih.gov/research/umls/rxnorm
- Get a list of medication requests
- Method: getPath:
/MedicationRequest
- Get a medication request by ID
- Method: getPath:
/MedicationRequest/{ID}