How to use the "Your project here" to perform searches on "service here", containing examples that use different technologies to perform a search. This includes HAPI Java, C# .NET and cURL.
1. Overview
Scenario: Add an example use case here
Add an overview. Not too detailed but enough to provide a genral overview of the project/app.
Diagrams can be useful to explain flow.
“Your project here” provides an API using a RESTful interface following a resource API pattern to provide access to the “service/database/data store”.
This is particularly suited to:
- A health portal securely exposing organisational information to browser based plugins.
- Medical devices which need to access organisational information.
- Mobile devices used by physicians which need to establish organisational information.
- Web based EPR/EHR applications which wish to provide dynamic updates of organisation details.
- Any low resource application which exposes organisational search functionality.
- A facade providing a simple API to a complex interface.
2. Client Organisation Search
2.1 Foundation
3. Search Parameters
Examples of using different technologies to perform a search.
| Parameter | Parameter Type | Description | HAPI Java | C# .NET | cURL |
|---|---|---|---|---|---|
_id/identifier |
token |
Search for records based on their logical or business identifier | |||
_lastUpdated |
date |
Search for records based on their last updated date |