Wiki

Clone wiki

patient-service / Home

Patient Service

The Patient Service exposes a RESTful interface (CRUD operations) for accessing FHIR Patient resources.

This service is implemented using Hapi FHIR version 3.2.0, which supports HL7 FHIR R4. It provides a synchronous REST API for delivery of FHIR Patient resources.

Use cases

The use cases for this service are:

  • Get a patient resource by using the patient ID as search criteria.

Updated