GET Medication Resource Bundle
get
/oracle-fhir-server/fhir/Medication
This endpoint supports the retrieval of Medication resource list.It returns Bundle of Medication resource.
Request
Query Parameters
-
_format(optional): string
-
_id(optional): string
The ID of the resource
-
_language(optional): string
The language of the resource
-
code(optional): string
Returns medications for a specific code
-
expiration-date(optional): string(date)
Returns medications in a batch with this expiration date
-
form(optional): string
Returns medications for a specific dose form
-
identifier(optional): string
Returns medications with this external identifier
-
ingredient(optional): string
Returns medications for this ingredient reference
-
ingredient-code(optional): string
Returns medications for this ingredient code
-
lot-number(optional): string
Returns medications in a batch with this lot number
-
manufacturer(optional): string
Returns medications made or sold for this manufacturer
-
status(optional): string
Returns medications for this status
Response
200 Response
Success