How to create translation profile for HL7 to SDA in Healthshare
Hi,
We are wondering how to create translation profile for HL7 to SDA in "HEALTH SHARE". can you please help us with the class definition containing the mapping for that(so that we can import directly and understand the mapping).
Thanks,
Sam
Comments
Hi Sam
I am afraid, and this is likely my ignorance, I do not fully understand what you are doing here. Why is it you feel the need to create such a translation profile and what are the source and target coding systems? What are you expecting to achieve here when all said and done?
It is relatively unlikely I know the answer, but I suspect those that do may also be staring at this and will not quite understand the question!
Thanks!
Tom.
Good question hope someone will attend it, actually I was also looking for something similar like PID.3 mapped with SDAX.FieldY
Are you looking for thoses classes :
HS.Hub.Standalone.HL7.DTL.SubTransform.PD1ToSDA3
HS.Hub.Standalone.HL7.DTL.SubTransform.PIDToSDA3
and co ?
And you can have a look at this code to convert any HL7 and all his segment into SDA :
https://github.com/grongierisc/FHIR-HL7v2-SQL-Demo/blob/master/src/FHIR…