Details
-
Sub-task
-
Status: Closed
-
Could
-
Resolution: Won't Fix
-
None
-
None
-
Medium
Description
Issues from TODOs
Line 73 of ADTA28Handler.java
Link: https://github.com/openmrs/openmrs-core/blob/df148feaddd762ffe7394eabfbdc491eed5e28d0/api/src/main/java/org/openmrs/hl7/handler/ADTA28Handler.java#L73
This ADT A28 handler does NOT currently handle ALL possible segments.
Some of the segments that are not handled include these:
- EVN (Event type) - required to be backwardly compatible
- SFT (Software segment)
- PD1 (Additional demographics)
- ROL (Role)
- NK1 (Next of Kin / associated parties)
- PV1/2 (Patient visit - additional information)
- DB1 (Disability information)
- OBX (Observation / result) (***)
- AL1 (Allergy information)
- DG1 (Diagnosis information)
- DRG (Diagnosis related group)
- PR1 (Procedures)
- GT1 (Guarantor)
- IN1 (Insurance)
- ACC (Accident information)
- UB1/2 (Universal Bill Information)
NOTE: The ones with could be useful in the near future.