Closed thondeboer closed 1 year ago
I found a similar extra column for PAYERS (Column 5 seems extra) and PROVIDERS (The last column seems extra).
Thank you for the report... we'll look into it.
Do you still have the console output?
I'm interested in the end of that output... For example,
Running with options:
Population: 5
Seed: 1693320322058
Provider Seed:1693320322058
Reference Time: 1693320322058
Location: Massachusetts
Min Age: 0
Max Age: 140
3 -- Ezra452 Ferry570 (18 y/o M) Concord, Massachusetts (25625)
1 -- Johanne551 Gislason620 (24 y/o F) Randolph, Massachusetts (34253)
2 -- Marta91 Villareal516 (25 y/o F) Springfield, Massachusetts (36679)
4 -- Stefany238 Connelly992 (27 y/o F) Boston, Massachusetts (38650)
5 -- Dolores502 Alejandra902 Alanis890 (62 y/o F) Westborough, Massachusetts DECEASED (120079)
5 -- Natalia964 Esperanza675 Padilla483 (68 y/o F) Westborough, Massachusetts (96113)
Records: total=6, alive=5, dead=1
RNG=5
Clinician RNG=5643
Or, the relevant ./output/metadata/*.json
file.
I have this one for the retry:
Running with options:
Population: 1
Seed: 101
Provider Seed:1693332487663
Reference Time: 1693332487663
Location: Massachusetts
Min Age: 0
Max Age: 140
1 -- Garrett899 VonRueden376 (57 y/o M) Norfolk, Massachusetts (84735)
Records: total=1, alive=1, dead=0
RNG=1
Clinician RNG=5644
with the CSV file being this:
45746e91-d759-c73c-b033-56587d814cca,1966-05-04,,999-60-4143,S99962688,X73514809X,Mr.,Garrett899,VonRueden376,,,M,white,nonhispanic,M,Franklin Massachusetts US,419 Rogahn Alley,Norfolk,Massachusetts,Norfolk County,,00000,42.1328679377805,-71.29048599718199,55929.45,451474.93,749961
In that case, the zip code is missing, completely and not the one in the output (84735)
And this is the metadata file
{
"runID": "984705fd-dc7f-4ee8-99da-65a9a95da183",
"seed": 101,
"clinicianSeed": 1693332487663,
"referenceTime": "20230829",
"endTime": "20230829",
"version": "master-branch-latest\n",
"patientCount": 1,
"providerCount": 1327,
"payerCount": 9,
"javaVersion": "11.0.20",
"generate.thread_pool_size": -1,
"generatorThreads": 20,
"runStartTime": "2023-08-29T18:08:07Z",
"runTimeInSeconds": 9,
"exporter.years_of_history": "10",
"state": "Massachusetts",
"modules": "*"
}
This is another case of the data dictionary being wrong.
The extra field is the FIPS county code
, e.g., https://transition.fcc.gov/oet/info/maps/census/fips/fips.txt
I updated the data dictionary to reflect the field.
What happened?
I ran run_synthea with default options to create test patient, and the patient CSV file contained this row wiht an extra value:
There is an extra value "25009" between County and ZIP code. The code was not found in the FHIR nor CCDA data.
On a different run with different seed, the field was empty but still present, so it seems reproducible.
Environment
Relevant log output