You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			542 B
		
	
	
	
		
			Python
		
	
			
		
		
	
	
			18 lines
		
	
	
		
			542 B
		
	
	
	
		
			Python
		
	
"""
 | 
						|
(c) 2019 EDI Parser Toolkit, 
 | 
						|
Health Information Privacy Lab, Vanderbilt University Medical Center
 | 
						|
 | 
						|
Steve L. Nyemba <steve.l.nyemba@vanderbilt.edu>
 | 
						|
Khanhly Nguyen <khanhly.t.nguyen@gmail.com>
 | 
						|
 | 
						|
 | 
						|
This code is intended to process and parse healthcare x12 837 (claims) and x12 835 (remittances) into human readable JSON format.
 | 
						|
The claims/outpout can be forwarded to a NoSQL Data store like couchdb and mongodb
 | 
						|
Usage :
 | 
						|
    Commandline :
 | 
						|
    python xreader.py --parse claims|remits --config <path>
 | 
						|
    Embedded    :
 | 
						|
 | 
						|
"""
 | 
						|
# import healthcareio
 |