Ticket #7 (new task)

Opened 10 months ago

Last modified 10 months ago

about the HL7 documentation ?

Reported by: stephane.wirtel@… Owned by: segfault
Priority: minor Milestone: Version 0.3
Component: Documentation Version: 0.3
Keywords: Cc:

Description

Do you have the documentation about each segment of hl7 ?

There are differences between 2.4 and 2.5, and with 3.0 ( I believe that it will be based on XML ).

I worked with an implementation of HL7 based on SOAP :d

Attachments

Change History

Changed 10 months ago by anonymous

  • priority changed from major to minor

Changed 10 months ago by segfault

I do have the hl7 docs, 3.x is xml-based. I didn't implement per-version field differences initially because I hadn't actually run into a case where it made a difference. It should probably be supported anyway. 3.x support is waiting on write-support in my little fastxml library, though I supposed it could be started using Hpricot. Rexml is just waay to slow for message processing.

Changed 10 months ago by stephane.wirtel@…

I don't know fastxml, is there a reference to it ?

I think there are xml schema files, you can parse them, and generate your segments from this documentation ?

Best Regards,

Changed 10 months ago by segfault

I'm writing it :), it's just an hpricot-like way to use libxml. Generating the segment definitions isn't too bad from that perspective, it's parsing the messages and providing a translation interface. I haven't taken a real look at the spec yet. Feel free to get it going tho.

Add/Change #7 (about the HL7 documentation ?)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
The owner will change to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.