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

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
1 answer

How to replace xml lines using 'if statements' in python?

Hi I'm new to xml files in general, but I am trying to replace specific lines in a xml file using 'if statements' in python 3.6. I've been looking at suggestions to use ElementTree, but none of the posts online quite fit the problem I have, so here…
June
  • 33
  • 5
-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

FHIR Rersources for Specialty

I would like to know what FHIR resource has to be used for bringing the list of specialities that are available for an organisation. These specialities are encounter specific so the response must be returned along with its encounter information…
-1
votes
1 answer

Integrating hl7 2.x with openemr

Are there any guides out there where i learn more about how to integrate hl7 2.x protocol with openemr? Any sample programs would really be helpful.
user17795
  • 11
  • 2
-1
votes
2 answers

FHIR JSON to ORU HL7 mapping in BizTalk

I am very new to FHIR JSON and I am not even sure I ask the right question. But here is my scenario. I have a BizTalk solution that receives a FHIR ImagingStudy message as JSON. Using this post…
-1
votes
1 answer

How to Send FHIR HL7 patient resource json message with sliced identifier element?

I have to send a json message for fhir patient resource's, which is having the identifier element sliced into further as epiNo , and CivilNo with discriminator as "use", eg: epiNo as use="official" and civilid as use="usual" how to send…
Jas
  • 1
-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
-1
votes
1 answer

Is Mirth necessary if you know how to do ReST with FHIR?

new to the whole health integration world. Trying to sort out from the promo sites whether Mirth Connect is even necessary for people like us. If we're integrating with a system like Cerner or Epic, and we're comfortable writing lower level code and…
Iain Duncan
  • 1,738
  • 16
  • 17
-1
votes
1 answer

How to 'bundle' referenced FHIR resources on a localhost SPARK server

I have SPARK FHIR server setup locally and I've tried all sorts to query (GET) a patient resource that is referenced in Observation, Condition, Immunization etc., so that the resulting bundle contains the index Patient resource as well as all…
eneimi
  • 37
  • 5
-1
votes
1 answer

Where to store assessment name/type in Clinical Impression Resource?

I’m currently working on an implementation that facilitates the flow of data, from clinical record(s) into a personal health record. We are planning to use the FHIR ClinicalImpression resource for routine planned heath reviews and it seems to be a…
-1
votes
2 answers

need information on installation of hl7 - fhir server

I am new to the FHIR framework. We are planning to install FHIR latest version on our college server and try to work on implementing APIs on the FHIR. However, i couldn't find any useful link with instructions on how to install FHIR and it's…
-1
votes
5 answers

Are the HL7-FHIR, HL7 CDA, CIMI, openEHR and ISO13606 approaches aiming to solve the same health data exchange problems?

Are the HL7-FHIR, HL7 CDA, CIMI, openEHR and ISO13606 approaches aiming to solve the same health data exchange problems?
-1
votes
1 answer

Careplan and [Careplan2,CareActivity, ....]

I have seen in FHIR CI site there is a new split of current Careplan and specially their components in several new Resources (Careplan2, CareActivity, Goal, ...) Really, this is good because monolithic Careplan is very heavy for…
jmolmo
  • 542
  • 4
  • 6
-1
votes
1 answer

FHIR json parsing in java using Jackson

I have downloaded schema from FHIR site and i had used xsd2java for converting to POJO's. It is working fine iam using jackson library to create a json and sending request to FHIR server. when iam using JSON's provide in FHIR site its says…
Ravz1234
  • 129
  • 1
  • 2
  • 12
1 2 3
65
66