Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/inferno_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\", \
Expand All @@ -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 }}
Expand All @@ -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\", \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down