Looking for help?
-
Introduction
-
HIE Components
-
-
Developers Guide
-
System Integration
-
User Workflows
-
Release Notes
-
Implementer's Guide
< All Topics
Print
SHR API Versions
PostedDecember 5, 2023
UpdatedDecember 5, 2023
Byadmin
Shr API Format : (domain name)/(Api Version)/(Resource path)
API version: This specifies the document version the Api will be handling and is optional.
V1 API Version:- This API supports FHIR DSTU2 format. It will be deprecated after release 2.7. (Eg: shr.com/v1/patient/98765432101/encounters)
V2 API Version:- This API is introduced in release 2.7, it supports FHIR STU3 format . This will be the default version after release 2.7. (Eg: shr.com/v2/patient/98765432101/encounters)
Not providing a version will redirect all API calls to the default version. (Eg: shr.com/patient/98765432101/encounters)
Table of Contents