Generates HL7 from PDF files and CSV rows
Change these values to match your paths:
source_path = "PDF_PATH"
destination_path = "DESTINATION_FILE"
data_path = "CSV_PATH"
And run! It will generate an individual HL7 file per record.
import base64
import pandas
import csv
import numpy
from dateutil import parser
from datetime import datetime
Created by David Crawford