delete
MedicationStatement Conditional Delete
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
204204
No Content.
-
404404
MedicationStatement not found.
-
405405
Method not allowed.
-
409409
Conflict Error.
-
412412
The given criteria is not selective enough.
Environment | URL |
---|---|
Live |
https://fhirsandbox-prod.apigee.net/fhir/v1/MedicationStatement |
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 |
---|---|---|
_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 administrations of this medication code |
|
effective |
Date when patient was taking (or not taking) the medication. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
effective |
Date when patient was taking (or not taking) the medication. 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. |
|
identifier |
Return statements with this external identifier |
|
medication |
Return administrations of this medication reference |
|
patient |
The identity of a patient to list statements for |
|
source |
Who the information in the statement came from |
|
status |
Return statements that match the given status |
Working...