I am looking for sample Hl7 V2.7 mesage for learning purpose, have not found in internet. Could some one please give one some sample message.
Thanks
hl7hl7-v2
I am looking for sample Hl7 V2.7 mesage for learning purpose, have not found in internet. Could some one please give one some sample message.
Thanks
Best Solution
Here is a sample HL7 message:
The above message is divided into four different types of segments: MSH, PID, NK1 and IN1.
A segment contains fields separated by the
|
field separator. Fields can be further separated by^
, the so-called component separator, and contain sub-components denoted by the&
symbol.MSH (Message Header) tells the purpose of the message, e.g. its ID, seeding application, sending facility, receiving application, receiving facility, the type, date and time of the message, its HL7 version, etc...
PID (Patient Identification) holds information about the patient e.g. their ID, name, DOB, address, gender, race, admission date and time etc..
NK1 (Next of Kin) contains details of the person's closest relative/friend.
IN1 (Insurance 1) has details about the health insurance the patient has like Medicare, Medicaid, Tricare, etc. It contains the insurance plan ID, the name of the insurance company, the company's address, the name of the insured person, policy number etc...