Skip to content

Commit

Permalink
merge with dev
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <isaac.milarsky@hhs.cms.gov>
  • Loading branch information
IsaacMilarky committed Jan 19, 2024
2 parents a67d48e + dfc042c commit 49ad155
Show file tree
Hide file tree
Showing 5 changed files with 1,016 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 49ad155

Please sign in to comment.