Get a list of medication requests

get

/MedicationRequest

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.

Retrieves a list of medication requests that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : MedicationRequest
Type: object
Show Source
Nested Schema : category
Type: array
(USCDI) The type of medication usage.
Show Source
Nested Schema : dispenseRequest
(USCDI) The medication supply authorization.
Match All
(USCDI) The medication supply authorization.
Show Source
Nested Schema : dosageInstruction
Type: array
(USCDI) How the medication should be taken.
Show Source
Nested Schema : encounter
(USCDI) The encounter created as part of the encounter, admission, or stay.
Match All
(USCDI) The encounter created as part of the encounter, admission, or stay.
Show Source
Nested Schema : medicationCodeableConcept
(USCDI) The medication to be taken.
Match All
(USCDI) The medication to be taken.
Show Source
Nested Schema : reasonCode
Type: array
(USCDI) The reason or indication for ordering or not ordering the medication.
Show Source
Nested Schema : reasonReference
Type: array
(USCDI) The U.S. Core condition or observation that supports the prescription.
Show Source
Nested Schema : requester
(USCDI) Who or what requested the medication.
Match All
(USCDI) Who or what requested the medication.
Show Source
Nested Schema : subject
(USCDI) Who or what group the medication request is for.
Match All
(USCDI) Who or what group the medication request is for.
Show Source
Nested Schema : substitution
Any restrictions on medication substitution.
Match All
Any restrictions on medication substitution.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : MedicationRequestDispenseRequest
Type: object
Show Source
Nested Schema : quantity
(USCDI) The amount of medication to supply per dispense.
Match All
(USCDI) The amount of medication to supply per dispense.
Show Source
Nested Schema : Quantity
Type: object
Show Source
Nested Schema : Dosage
Type: object
Show Source
Nested Schema : doseAndRate
Type: array
(USCDI) The amount of medication administered.
Show Source
Nested Schema : timing
Type: object
(USCDI) When the medication should be administered.
Nested Schema : DosageDoseAndRate
Type: object
Show Source
Nested Schema : doseQuantity
(USCDI) The amount of medication per dose.
Match All
(USCDI) The amount of medication per dose.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : MedicationRequestSubstitution
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top