Hi
I am working on a project which requires the integration hub to accept Hl7
messages from multiple sources/hospital PMS/EMR systems.
Many of these come in flavours of v2x. Also most of them don't stick to
table/lookup values as per HL7 tables e.g. will send in numeric Country
codes instead of ISO codes
All these messages map to canonical schemas which are not HL7. So now I
need
to create mappings for all incoming messages (and their versions) to this
single canonical Encounter/Patient schema.
As such I am finding it very difficult to sup****t in HL7 versions and then
keep modifying the schemas and relaxing the checks and also managing so
many
maps.
Any idea on how to structure such a integration hub with HL7 accl. ??
What I get from other folks is that products such as CloverLeaf are very
good at this as the validation is not very strict and allow arbitrary
segments/components.
Regards
Mandar