we are using mirth to receive and serialize HL7 messages, and now we have Hprim also we need to serialize it but mirth don't support by default the Hprim stander, we found this fourm to add Hprim to mirth but how can we apply those patches to mirth we are new to mirth, please help.
1
There are 1 best solutions below
Related Questions in MIRTH
- IRT -- Problem (?) or unxepected result using the mirt package with a 2pl model for binary variables
- How to generate jti ( JWT Id) in java script?
- mirth file reader to read fhir-json content and replace few string
- certain table sizes are increasing continuously in mirth server i.e. installed on amazon Linux
- Getting SyntaxError: Empty JSON string in Mirth Connect while sending an empty Message
- How to replace accent french character in filename with no accent character
- Mirth JSON Object Population
- Mirth Connect - Grab HL7V2 Segment via Attachment Handler
- What regex engine does NextGen Mirth Connect use?
- Add Column Headers in Mirth Transformer
- Mith Load Capacity
- Cannot access value from Mirth Connect server's globalMap
- set http response status dinamically in mirth from destination channel
- Get values from repeated parameter in query string accessing 'parameters' in sourceMap
- Compare Two DateUtil Objects
Related Questions in MIRTH-CONNECT
- How to transfer variables between 2 function type code templates
- Regex expression help needed to filter filenames in Mirth Connect
- Removing HTML from CCD Nodes
- Query message store of mirth connect
- How do I go about Deploying a channel with a connector type of HTTP Sender as a destiantion in Mirth?
- What might be optimized way of processing HL7 data in Mirth and Database?
- how do i check if attribute from XML tag is undefined JavaScript (Mirth Connect)
- How to create a mirth channel utilizing rest API.
- Debugging Transformer Errors in Mirth Connect Server Log
- Why my mirth code is not capturing code from each DG1 segment?
- Strict validation in Mirth Connect
- Where are the user guides for Mirth Connect?
- Mirth channel Source TCP Listener setting
- What is a working minimal example of POST /channelgroups/_bulkUpdate in Mirth REST API?
- How can I use HTTP Sender to submit a client certificate without the SSL Manager Plugin?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have not worked with HPRIM.
I can however say that we have been able to provide extensive support for other data formats and transports using the jar files as a resource (settings > resources), adding a channel dependency (for the resource), and just using the java api's from javascript to accomplish the goals of the project. Perhaps this is something that could work for you if you have sample code to validate/construct/deconstruct your HPRIM messages. This would mean you have to code a lot/most of your translates in javascript though. You would also use channelMaps as your output values instead of the encoded messages etc.
Not necessarily an answer, but it shows one of the ways that Mirth can be extremely flexible and allow you to support various transports/formats without having to patch the original source code or get someone to build you a custom extension.
Frans