Skip to content

Commit

Permalink
bump phdi version to 1.1.2 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-goggins authored Nov 9, 2023
1 parent aa5fb8b commit 8986276
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 1 deletion.
9 changes: 9 additions & 0 deletions scripts/Synapse/analyzeLinkageAlgorithms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"Part 4 generates the final result statistics of the performance of each algorithm on the testing set."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/convertParquetMPI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"This notebook reads in patient data from an uploaded parquet file (`mpi_incoming_filename`), converts to FHIR, and writes the data to blob storage."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/generateIRISCaseFiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"Both .txt files conform to the LAC UDF upload spec with two rows per ECR and 2 recent COVID tests from the 20 tests stored in the ECR datastore."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/updateECRDataStore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"This notebook updates the ECR datastore delta table with new ECR records (`PARSED_ECR_PATH`); a new ECR datastore delta table is created if one does not already exist."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/updateECRDataStoreIncidentID.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"Set up and prep data. Load ECR datastore (`ecr`) and MII delta tables (`mii`). Load the data necessary for identifying positive COVID tests (`covid_test_type_codes`, `covid_positive_results`)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/updateECRDataStoreIrisID.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"This notebook joins the ECR datastore (`ecr`) and Person table from the Master Patient Index (`person`) on `person_id` to update the ECR datastore's `iris_id` with the most up-to-date `external_person_id` in the `person` table."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/updateECRDataStorePersonID.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"This notebook joins the ECR datastore (`ecr`) and Patient table from the Master Patient Index (`patient`) on `patient_id` to update the ECR datastore's `person_id` with the most up-to-date `person_id` in the `patient` table. "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
9 changes: 9 additions & 0 deletions scripts/Synapse/updateMII.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"This notebook inserts and updates data from an uploaded parquet file (`mii_incoming_file_path`) into a Master Incident Index (MII) delta table (`mii_delta_table_path`). "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade pip"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/shared/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ locals {
"record-linkage",
])

phdi_version = "v1.1.1"
phdi_version = "v1.1.2"
}

data "docker_registry_image" "ghcr_data" {
Expand Down

0 comments on commit 8986276

Please sign in to comment.