Questions tagged [hl7-fhir]

Fast Healthcare Interoperability Resources (FHIR) is a standard for health care data exchange, published by HL7®.

FHIR is an interoperability standard intended to facilitate the exchange of healthcare information between organizations. It consists of 2 main parts – a content model in the form of ‘resources’, and a specification for the exchange of these resources in the form of real-time RESTful interfaces as well as messaging and Documents.

It's published by HL7 (Health Level Seven International).

Documentation is available on HL7 website: http://hl7.org/fhir/documentation.html

986 questions
-1
votes
1 answer

How do I reference elements from other resources?

I am currently working on XML using certain FHIR resource. It is found that certain element of the resource cross reference other resources. e.g. In Encounter (Resource), the element :serviceProvider cross reference Resource(Organization). In such…
-1
votes
1 answer

Parsing FHIR Bundles In Java using JSON

I am not able to parse the incoming Bundle request (JSON) to the Java data objcets. It seems that the parser does not recognize the "resourceType": "Bundle". Parser fails on if (json.has("feed")) statement of JsonParserBase. I have also tried using…
Ashish
  • 421
  • 9
  • 22
-2
votes
1 answer

Understanding how FHIR works and how to implement it in a healthcare app

I have a project for University where we are developing a toy healthcare app and I am the backend developer. This app interacts with users, collecting their data. This data is used to make predictions for the user (data science) and can also be sent…
Joe
  • 13
  • 2
-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
-2
votes
1 answer

Specify the provenance of FHIR Resources generated by applying NLP over medical narratives

FHIR is a standard for health care data exchange, published by HL7®. The DocumentReference Provides metadata about the document so that the document can be discovered and managed Through the Provenance one can describe entities and…
-2
votes
1 answer

Library of questionnaires

We are working on FHIR questionnaires and I wonder if there is already a library with definitions of FHIR questionnaires. I found GCS example https://www.hl7.org/fhir/questionnaire-example-gcs.html. Is there any place where I can find wider set of…
czajek
  • 714
  • 1
  • 9
  • 23
-2
votes
2 answers

integrating with Cerner or Epic, is there any reason to use HL7v3/2 instead of FHIR?

We do lab software integrations and are looking into the world of making them play fair with Cerner or Epic for hospital labs. I'm new to this area and am trying to figure out whether we would likely need to use HL7v2 or v3 for any reason instead of…
Iain Duncan
  • 1,738
  • 16
  • 17
-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…
-4
votes
2 answers

How iterate over the an API response and search for a particular string?

https://i.stack.imgur.com/Tew1u.jpg I am new to using API's. The only thing I can currently do is search for a diagnostic report via ID by using the code: DiagnosticReport dR =…
1 2 3
65
66