Questions tagged [hapi-fhir]

HAPI-FHIR is an open source Java API for creating HL7 FHIR clients and servers.

HAPI-FHIR is an open source Java API for creating HL7 FHIR clients and servers.

It is created and maintained by James Agnew and the University Health Network and licensed under the Apache Software License 2.0.

Inspired by HAPI, a similar Java library for the HL7v2 standard; HAPI-FHIR is for use with the next-generation protocol from HL7 called Fast Healthcare Interoperable Resources (FHIR™).

Documentation can be found at https://jamesagnew.github.io/hapi-fhir/ and the source code is available on Github at https://github.com/jamesagnew/hapi-fhir

247 questions
-1
votes
1 answer

Evaluate FHIR Expression in Java against an object

I'm very new to the FHIR standard and I could use some help figuring out how to evaluate a ruleExpression against an object. Here is my object: @ResourceDef(name = "TestObj", profile = "http://hl7.org/fhir/StructureDefinition/TestObj") @Data public…
TheJeff
  • 3,665
  • 34
  • 52
-1
votes
1 answer

Search methods in FHIR

I'm working on extracting patients info in FHIR server however, I've came across two types of searching methods that were somewhat different. What is the difference between the search method of Bundle bundle =…
Maxxx
  • 3,688
  • 6
  • 28
  • 55
-1
votes
2 answers

fhir.js - how to pass Oauth token in the search query in nodejs app

I have a nodejs app that connects to an FHIR server and queries patient data. I am not sure how do I pass the Oauth2 token to the getPatient function. I am using fhir.js node library for the application. var Fhir = require('fhir.js'); var user =…
Saurav
  • 13
  • 2
-1
votes
1 answer

hapi-fhir-android library : how to bypass getting conformance?

I'm trying to access FHIR resources from a FHIR server. Everything works fine when accessing the FHIR resources via postman This is my code: String serverBase = https://; //Adding required headers here - removed as irrelevant for…
Viral Patel
  • 32,418
  • 18
  • 82
  • 110
-2
votes
1 answer

what is main different between FHIR Client & FHIR server

I have an EMR system its develop using java & oracle database now I want to integrate FHIR server in my system environment and want to share my EMR data to another system. I want to use the HAPI library to integrate FHIR in my system. But I am some…
Shamim Ahmed
  • 57
  • 1
  • 12
-3
votes
1 answer

Azure FHIR search for resources with _include expression not supported

I'm using following Azure For API(STU3) to play around. I'm trying to get other resources linked to DiagnosticReport resource with _include…
-4
votes
1 answer

RSocket vs HTTP performance for transferring FHIR resources

I have recently started a series of performance investigations on using service-to-service communication of FHIR resources, to identify the processing time spent in the: Payloads communication/exchange Serializing and deserializing the…
1 2 3
16
17