FHIR Components for Delphi.


Delphi components for handling FHIR messages. Besa FHIR can generate and parse JSON and XML messages. You can develop easy your applications for communicate your healthcare systems.

  • Supports STU3, R4, R4B, R5 versions.
  • You can use with Delphi 7, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10, 10.1,10.2, 10.3, 10.4, 11.
  • It is supports VCL, FMX, FPC platforms. (Windows, Linux, MacOS, Android, iOS, Wince,RaspBerry...)
  • %100 Native pascal code. No DLL No OCX.
  • It's support message groups and nested groups.
  • Supports different http connection components : Indy, NetHTTPClient or Custom.
  • Support for all FHIR data types.
  • Licensed royalty-free per developer, per team, or per site

How to use?

To create a new resource you need only create and set fields.

uses
  bsFHIRObject, bsFHIRClient, bsFHIR_stu3;
  
//Load library...
procedure TForm1.FormCreate(Sender: TObject);
begin
  BSFHIRLibrary.LoadFromFile('..\data\BSFRSTU3.BSL');
end;
						
procedure TForm1.bMessageCreateClick(Sender: TObject);
var
  client: TbsFHIRClient;
  patient : TPatient;
  id : string;
begin
  client := TbsFHIRClient.Create('http://server.url/');
  //Set http connection component type and component
  
  // TIdHTTP 
  client.HttpType:=hcIndy;
  client.HttpIndy:= IdHTTP1;
  
  // TNetHTTPClient
  //client.HttpType:=hcNetClient;
  //client.HttpNetClient:= NetHTTPClient1;

  patient:=TPatient.Create;
  // ...
  // set up data
  // ...
  
  id := client.CreateResource(patient);
  
  patient.Free;
  client.Free;
end; 

Getting Started Developer's Guide Class Documentation Download Executable Demo!
You can download trial version of our products. Trial version is a limited 10 message per day.
Description
(for Delphi 7, 2009, 20010, XE-XE10, 10.1, 10.2, 10.3, 10.4, 11 )
STU3 Trial
R4 Trial
R4B Trial
R5 Trial
You can purchase a license for the registered version of FHIR Components through the secure ordering site linked below. Our online ordering system is powered by share-it!, a secure e-commerce provider for Internet software.

As soon as we have been notified that your order has been processed, you will receive an email with your license file. Refer to the licensing page of the documentation for further instructions.

Purchasing a FHIR Components licence grants you 1 year free support and updates.

BesaFHIR can be registered under three types of licenses.
  1. Standart License for one developer.
  2. Professional License for one to four developers.
  3. Site License for an unlimited number of developers in a single company.

Standart editions not supports XML operations.

If you purchase site license you will be given to the source code.

All components supports Delphi 7, 2009, 2010, XE - XE10, 10.1, 10.2, 10.3, 10.4, 11
Licenses
Description Standart Professional Site -inc. Source Code-
STU3 Component $249 $299 $599
R4 Component $249 $299 $599
R4B Component $249 $299 $599
R5 Component $249 $299 $599
Renewals
Description Standart Professional Site -inc. Source Code-
STU3 Component Subscription Renewal $99 $149 $199
R4 Component Subscription Renewal $99 $149 $199
R4B Component Subscription Renewal $99 $149 $199
R5 Component Subscription Renewal $99 $149 $199