...
Available RESTful web services for the Location Resource supported by the API
GET Requests
Read (GET Request) | |
---|---|
URL | Description |
/ws/fhir/Location/{id} | Returns a FHIR Location resource identified by a Location UUID Outcomes:
|
Search (GET Request) | |
URL | Description |
/ws/fhir/Location?_id={id} | Search locations by given id |
/ws/fhir/Location?status={value} | Search locations by given status value whether active or not |
/ws/fhir/Location?name={value} | Search locations by name |
Delete (DELETE Request) | |
URL | Description |
/ws/fhir/Location/{id} | Will delete a location with given id |
PUT(Update Request) | |
URL | Description |
/ws/fhir/Location/{id} or /ws/fhir/Location/ | Send location resource in PUT request body for given URI specified with resource Id will update existing resource while request going to URI which doesn't have a URI will create a resource. |
POST |
...
None to date
...
(Post Request) | |
---|---|
URL | Description |
/ws/fhir/Location | Create a Location Resource for the given representation. |