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

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.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

3.1 Search using Code

3.1.1 HAPI Java

3.1.2 C# .NET

3.1.3 cURL

3.2 Search using last updated date

3.2.1 HAPI Java

3.2.2 C# .NET

3.2.3 cURL

Tags: development