You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser=argparse.ArgumentParser(description='Generate Synthetic Data for Ingestion by the BFD v3 pipeline.')
745
745
parser.add_argument('--sushi', '-s', action='store_true', help='Generate new StructureDefinitions. Use when testing locally if new .fsh files have been added.')
746
-
parser.add_argument('--benes', '-b', type=str, help='Pull BENE_SKs from the input file. Expected format is that of SYNTHETIC_BENE.csv')
746
+
parser.add_argument('--benes', '-b', type=str, help='Pull BENE_SKs from the input file. Expected format is that of SYNTHETIC_BENE_HSTRY.csv')
parser.add_argument('--benes', type=str, help='Path to CSV file containing beneficiary data')
18
-
parser.add_argument('--claims', action='store_true', help='Automatically generate claims after patient generation using the generated SYNTHETIC_BENE.csv file')
18
+
parser.add_argument('--claims', action='store_true', help='Automatically generate claims after patient generation using the generated SYNTHETIC_BENE_HSTRY.csv file')
0 commit comments