Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Available RESTful web services for the Location Resource supported by the API

GET Requests

Read (GET Request)
URLDescription
/ws/fhir/Location/{id}

Returns a FHIR Location resource identified by a Location UUID

Outcomes:

  • Returns a FHIR location resource if the specified Location exists
  • Returns an Operation Outcome resource with a 404 error message if the specified Location does not exist
Search (GET Request)
/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)
/ws/fhir/Location/{id}
Will delete a location with given id
Operations
None to dateNone to date

...