Skip to content

Commit

Permalink
Merge pull request #12 from DSACMS/ensure-training-data
Browse files Browse the repository at this point in the history
Use Generated Test Data as a Basis for Splink Training Data
  • Loading branch information
IsaacMilarky authored Jan 19, 2024
2 parents 5c6948a + bf24c78 commit dfc042c
Show file tree
Hide file tree
Showing 5 changed files with 1,015 additions and 10,007 deletions.
3 changes: 2 additions & 1 deletion cli/deduplifhirLib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def read_fhir_data(patient_record_path):
"city": [patient_json_record['entry'][0]['resource']['address'][0]['city']],
"state": [patient_json_record['entry'][0]['resource']['address'][0]['state']],
"postal_code": [patient_json_record['entry'][0]['resource']['address'][0]['postalCode']],
"ssn": [patient_json_record['entry'][0]['resource']['identifier'][1]['value']]
"ssn": [patient_json_record['entry'][0]['resource']['identifier'][1]['value']],
"path": patient_record_path
}
#print(patient_dict)

Expand Down
Loading

0 comments on commit dfc042c

Please sign in to comment.