get
Procedures 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/Procedure |
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 |
A code to identify a procedure |
|
date |
Date/Period the procedure was performed. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
date |
Date/Period the procedure was performed. 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. |
|
encounter |
The encounter associated with the procedure |
|
identifier |
A unique identifier for a procedure |
|
location |
Where the procedure happened |
|
patient |
Search by subject - a patient |
|
performer |
The reference to the practitioner |
|
subject |
Search by subject |
Working...