问题
I just wanted to know When we send a End Visit Notification as Hl7 Message ,Can we include the below segments in the Hl7 Message ( ADT^A03) when we send End Visit Notification ?
- AIL - Appointment Information - Location Resource
- AL1- Patient Allergy Information
- CON - Consent Segment
- CTD - Contact Data
- DG1 - Diagnosis
- DMI - DRG Master File Information
- FAC - Facility
- IAM - Patient Adverse Reaction Information
- LAN -Language Detail
- NTE -- Notes and Comments
- ODS -- Dietary Orders, Supplements, and Preferences
- PD1 -- Patient Additional Demographic
- PID - Patient Identification
- PR1 -- Procedures
- PRA -- Practitioner Detail
- PRB -- Problem Details
- PRD Provider Data
- PV1 Patient Visit
- PV2 Patient Visit - Additional Information
- RF1 Referral Information
- TCD Test Code Detail
And also I just wanted to know, Is there a limit on using the no of segments in a single HL7 Message?
Any help with this really appreciated it?
Thanks Ramana
回答1:
As the HL7 messages are open according the specification, you can in theory add as many segments or segment groups after you fulfilled at least the minimal required segments for an ADT^A03 messages as the standard requests.
MSH Message Header
EVN Event Type
PID Patient Identification
PV1 Patient Visit
HL7 says, that you should ignore fields or segments after the defined, if you do not know them . So there is no limit.
But many communication systems or receivers are limited either by physical (receive stack) or other reasons (strict defined message templates). So in practice you have to come to an agreement with your communication partners.
回答2:
You can download whichever version of the HL7 V2.x messaging standard you are using and check the exact definition of the A03 trigger event in chapter 3, section 3.3.3. It will show you exactly which segment types are allowed in the ADT_A03 message structure.
来源:https://stackoverflow.com/questions/23572521/hl7-adta03-end-visit-notification