Lawrence Adams
Lawrence Adams
The `azureml_py38_PT_TF` conda environment is broken and doesn't work as the current (as of 17/05/2023) as the default cuDNN binary is version `6.1`, which is not compatible with any version...
### What happened? `PATIENTINSURANCEID` references `patientId` instead of `MEMBERID` as per the [CSV documentation](https://github.com/synthetichealth/synthea/wiki/CSV-File-Data-Dictionary#claims-transactions). https://github.com/synthetichealth/synthea/blob/76f2925bbcb098c34413b4c1e245d8664d7251d7/src/main/java/org/mitre/synthea/export/CSVExporter.java#L1952-L1955 I have tried changing this to `memberId` which is generated here: https://github.com/synthetichealth/synthea/blob/76f2925bbcb098c34413b4c1e245d8664d7251d7/src/main/java/org/mitre/synthea/export/CSVExporter.java#L1833 But the output...
This PR fixes dead/outdated links found in the OMOP documentation for: * CDM v5.4, and * Data Model Convention Documentation update the referenced docs from CDM 5.3.1 to 5.4.
The assumption each line is it's own DataPoint is untrue, and breaks when trying to use the example datasets.
Vanilla `githubusercontent.com` is a non-existent reference; this command fails until it is removed. See: https://mxtoolbox.com/SuperTool.aspx?action=a%3agithubusercontent.com&run=toolpage
Basic English fixed ### Pre-review checklist * [X] I've confirmed that instructions included in README.md are still correct after my changes in the codebase. * [X] I've added or updated...