get
MedicationDispenses Search
Make a request and see the response.
Make a request and see the response.
Environment | URL |
---|---|
Live |
https://fhirsandbox-prod.apigee.net/fhir/v1/MedicationDispense |
Name | Values | Description |
---|---|---|
Authorization |
Specify access token for API in the given format: Bearer [access_token]. |
|
Accept |
The Accept request-header field can be used to specify certain media types which are acceptable for the response. |
Name | Values | Description |
---|---|---|
_format |
Format of data to be returned. |
|
_content |
Search the contents of the resource's data using a fulltext search |
|
_id |
The resource identity |
|
_language |
The resource language |
|
_lastUpdated |
Only return resources which were last updated as specified by the given range. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
_lastUpdated |
Only return resources which were last updated as specified by the given range. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
_profile |
Search for resources which have the given profile |
|
_security |
Search for resources which have the given security labels |
|
_tag |
Search for resources which have the given tag |
|
_text |
Search the contents of the resource's narrative using a fulltext search |
|
code |
Return dispenses of this medicine code |
|
destination |
Return dispenses that should be sent to a specific destination |
|
dispenser |
Return all dispenses performed by a specific individual |
|
identifier |
Return dispenses with this external identifier |
|
medication |
Return dispenses of this medicine resource |
|
patient |
The identity of a patient to list dispenses for |
|
prescription |
The identity of a prescription to list dispenses from |
|
receiver |
Who collected the medication |
|
responsibleparty |
Return all dispenses with the specified responsible party |
|
status |
Status of the dispense |
|
type |
Return all dispenses of a specific type |
|
whenhandedover |
Date when medication handed over to patient (outpatient setting), or supplied to ward or clinic (inpatient setting). The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
whenhandedover |
Date when medication handed over to patient (outpatient setting), or supplied to ward or clinic (inpatient setting). The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
whenprepared |
Date when medication prepared. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
whenprepared |
Date when medication prepared. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
Working...