Member since
10-12-2017
17
Posts
1
Kudos Received
0
Solutions
06-11-2021
05:02 AM
Please how can i make sure that data on the edge device are anonymized and the identity of the patients protected?
... View more
07-23-2020
10:22 PM
I solved most of my issues in the following two ways: 1. HAPI 2.3 doesn't handle Z segments. I found out by coping my message to HAPI test panel application https://hapifhir.github.io/hapi-hl7v2/hapi-testpanel/ and gradually remove segments from the bottom until my message becomes valid. So if your task can omit the Z-segments, you can just use a replaceText to get rid of them. 2. OBX segment 2 can't be empty. This is a common issue documented in HAPI here: https://hapifhir.github.io/hapi-hl7v2/configuring_hapi.html#Default_behaviour_for_OBX-2
... View more
11-12-2019
11:28 PM
We are stuck with the same issue. We are unable to receive the HL7 messages. Could you guide us with the custom processor creation? Any help in this regard will be appreciated. Thank you.
... View more
07-14-2019
04:58 PM
The above question and the entire response thread below were originally posted in the Community Help track. On Sun Jul 14 16:56 UTC 2019, a member of the HCC moderation staff moved it to the Data Ingestion & Streaming track. The Community Help Track is intended for questions about using the HCC site itself.
... View more
03-08-2018
08:49 AM
How far is the work on surfacing data provenance data in error handling? I have just discussed this option internally, rolling our own error handling process group using the data provenance rest api for looking up relevant data to convey in error logs and messages, but if on the near horizon as a built-in option, that sounds great.
... View more