generated from inferno-framework/inferno-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add us core 6 resources * update terminology code for us core 6 * add additional VS from vsac * update expected terminology manifest * add us core 6 to g10 options * update suite to include us core 6 * add us core 6 single patient api group * update smart scopes test * update preset for us core 6 * add us core validator urls to .env.development * update restricted and unrestricted access groups for us core 6 * add temporary short id for us core 6 single patient group * update bulk data tests for us core 6 * update smart capabilities check for us core 6 * update bulk data tests for us core 6 * update resource lists * include specimen search tests * note locations which need narrative updates * fix uscdi version * fix clinical result profile in bulk data * fix linting errors * update descriptions * add us core 6 to readme * update wording for us core 6 * handle error so missing short id map doesn't prevent inferno from starting * update short ids * make single patient api titles/short titles consistent * fix linting error * update to 2023AA umls release * add final umls 2023 fixes * use rc version * bump core * use dynamic server url in preset * add 2023 prop file for terminology * bump us core * bump core * fix short ids * add required profiles for us core 6
- Loading branch information
1 parent
3701251
commit e6bb966
Showing
43 changed files
with
2,129 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
G10_VALIDATOR_URL=http://localhost/validatorapi | ||
V311_VALIDATOR_URL=http://localhost/validatorapi | ||
V400_VALIDATOR_URL=http://localhost/validatorapi | ||
V501_VALIDATOR_URL=http://localhost/validatorapi | ||
V610_VALIDATOR_URL=http://localhost/validatorapi | ||
VALIDATOR_URL=http://localhost/validatorapi | ||
REDIS_URL=redis://localhost:6379/0 | ||
INFERNO_HOST=http://localhost:4567 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ if [ -n "$1" ] | |
then | ||
version="$1" | ||
else | ||
version="2022" | ||
version="2023" | ||
fi | ||
|
||
echo "Version: ${version}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.