Location
HTTP verbs supported
GET
{domain}/neo-atlas/fhir/Location/{id}
Route that helps retreive different establishments and departments. It will return one entity.
Fetch an departments we have in our database with his logical identifier
{id}
.- Fetch a department by passing a short.
Responses
- OK (200)
- The location entity is in the response body.
- BadRequest (400)
- The parameter
{id}
is null, empty or consists of white-space characters.
- The parameter
- Forbidden (403)
- Insufficient rights to the ressource.
- NotFound (404)
- The department wasn't found.
- OK (200)