I am trying to convert hl7 to json, but I am not able to find any solutions. Is there any way to achieve this? I found that FHIR is capable of converting to json but I didn't find any examples.
相关问题
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Easiest way to get json and parse it using JQuery
- Newtonsoft DeserializeXNode expands internal array
相关文章
- json_encode 没有把数组转为json
- Livy Server: return a dataframe as JSON?
- Unexpected end of JSON input from an ajax call
- How do I do a nested list (array) of schema refere
- iconv() Vs. utf8_encode()
- Convert C# Object to Json Object
- LINQ .Include() properties from sub-types in TPH i
- How to make a custom list deserializer in Gson?
I just had to deal with converting HL7 messages to JSON for some of the work I'm doing and decided to write up the basics here. It's two simple helper methods around the hl7apy python library.
http://www.prschmid.com/2016/11/converting-adt-hl7-message-to-json.html
Hope it helps and addresses your needs!
For example, you can manualy convert hl7 to json using jut JUT examples and js implementation
Here is a suggestion: