Stream: implementers
Topic: Supported Functions
Anil TA (Sep 08 2020 at 06:50):
Are there any git projects which uses fhirserver ? This will help us to understand how other applications are using fhirserver.
Currently our imaging systems support HL7 v2. We use Mirth Connect as interface engine.
After we found fhirserver (which supports HL7 v2, FHIR, SNOMED, etc) which is also developed using Delphi, we are thinking of using fhirserver, removing Mirth Connect.
Which means, we want to use fhirserver for the below functionalities,
1. Run a process which will wait for HL7 v2 messages (Example: ORM). Once received, we want to write to DB or other repository where our systems consumes them.
• After I see your library, I understand that it supports till 2.7. This is fine for us.
2. Create a small FHIR server, which will receive the FHIR messages (Orders) and in turn these FHIR messages in our server are consumed by our systems.
3. Convert the received HL7 v2 messages to FHIR messages, send them to our FHIR server, and in turn these FHIR messages are consumed by our systems.
• To support our existing customers who send HL7 v2 messages to us.
• Internally we want our systems to understand FHIR xml’s rather than HL7 v2’s position based messages.
Are these supported?
Grahame Grieve (Sep 08 2020 at 08:40):
hey @Anil TA - please ask this on the #pascal channel
Last updated: Apr 12 2022 at 19:14 UTC