From 7ffd18ce25525d95b09959a94274521d0b5c1f04 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Thu, 17 Jul 2025 13:02:14 -0400 Subject: [PATCH 1/2] FI-4182: Update README contact section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7be99c5..182e9206 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Checkstyle can be run with: ``` ## Contact Us -The Inferno development team can be reached by email at inferno@groups.mitre.org. Inferno also has a dedicated [HL7 FHIR chat channel](https://chat.fhir.org/#narrow/stream/153-inferno). +You may reach the team on the [Inferno HL7 FHIR chat channel](https://chat.fhir.org/#narrow/stream/153-inferno). ## License From f85f9feefac28933b46c9bc2c985d2551395b916 Mon Sep 17 00:00:00 2001 From: Rob Scanlon Date: Fri, 25 Jul 2025 12:40:20 -0400 Subject: [PATCH 2/2] Fix CI --- .github/workflows/inferno_ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/inferno_ci.yml b/.github/workflows/inferno_ci.yml index ddce75b3..3fa37705 100644 --- a/.github/workflows/inferno_ci.yml +++ b/.github/workflows/inferno_ci.yml @@ -67,7 +67,7 @@ jobs: --groups 4 7 \ --inputs "url:http://localhost:8080/reference-server/r4" \ patient_id:85 \ - additional_patient_ids:85,355 \ + additional_patient_ids:85,355,907 \ "smart_auth_info:{\"access_token\":\"SAMPLE_TOKEN\"}" \ "bulk_smart_auth_info:{ \ \"encryption_algorithm\": \"ES384\", \ @@ -82,7 +82,7 @@ jobs: "bulk_scope:system/*.read" \ bulk_encryption_method:ES384 \ group_id:1a bulk_timeout:180 \ - bulk_patient_ids_in_group:85,355 + bulk_patient_ids_in_group:85,355,907 - name: Run g10 test kit Single Patient API and Multi-Patient API with US Core 6.1.0 and Bulk Data 2.0.0 working-directory: ${{ github.workspace }}/${{ env.TEST_KIT_NAME }} @@ -94,7 +94,7 @@ jobs: --groups 10 8 \ --inputs "url:localhost:8080/reference-server/r4" \ patient_id:85 \ - additional_patient_ids:85,355 \ + additional_patient_ids:85,355,907 \ "smart_auth_info:{\"access_token\":\"SAMPLE_TOKEN\"}" \ "bulk_smart_auth_info:{ \ \"encryption_algorithm\": \"ES384\", \ @@ -110,7 +110,7 @@ jobs: bulk_encryption_method:ES384 \ group_id:1a \ bulk_timeout:180 \ - bulk_patient_ids_in_group:85,355 \ + bulk_patient_ids_in_group:85,355,907 \ "since_timestamp:2024-10-10T23:52:09+00:00" - name: Stop server