Skip to content

Commit

Permalink
Merge branch 'master' into platform/thetaurean/mass-dependabots
Browse files Browse the repository at this point in the history
  • Loading branch information
snesm authored Sep 20, 2024
2 parents f7e9481 + 675b0e1 commit 25b1c4b
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
using: "composite"
steps:
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend_chromatic_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"
cache: yarn
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check out changes
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: frontend-react/.nvmrc
cache: yarn
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Check out changes
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"
cache: yarn
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Check out changes
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"
cache: yarn
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Check out changes
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"
cache: yarn
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
# Hopefully by checking out the HEAD commit of a PR instead of the merge commit we can avoid some of those issues.
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"
cache: yarn
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
# with:
# fetch-depth: 0
# - name: Use Node.js with yarn
# uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
# uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
# with:
# node-version-file: "frontend-react/.nvmrc"
# cache: yarn
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
# - name: Check out changes
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# - name: Use Node.js with yarn
# uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
# uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
# with:
# node-version-file: "frontend-react/.nvmrc"
# cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Use Node.js with yarn
if: steps.changed-files-yaml.outputs.frontend_any_changed == 'true' || steps.branch-name.outputs.is_default == 'true'
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: "frontend-react/.nvmrc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start_frontend_smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Check out changes"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Use Node.js with yarn
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version-file: frontend-react/.nvmrc
cache: yarn
Expand Down
7 changes: 0 additions & 7 deletions prime-router/metadata/tables/local/observation-mapping.csv
Original file line number Diff line number Diff line change
Expand Up @@ -24263,17 +24263,10 @@ Code,Name,Status,Version,Created At,Descriptor,Member OID,Code System,Value Sour
88578-0,Botulism (Tests for Clostridium botulinum Toxin),Active,2.74,2/24/2024,Clostridium botulinum toxin [Identifier] in Stool by Mouse bioassay neutralization,2.16.840.1.113762.1.4.1146.981,LOINC,RCTC,414488002,Infantile botulism (disorder) ,SNOMEDCT,2023-03
88589-7,Botulism (Tests for Clostridium botulinum Toxin),Active,2.74,2/24/2024,Clostridium botulinum toxin [Identifier] in Serum by Mouse bioassay neutralization,2.16.840.1.113762.1.4.1146.981,LOINC,RCTC,414488002,Infantile botulism (disorder) ,SNOMEDCT,2023-03
80827-9,Botulism (Test Panels for Clostridium botulinum Toxin Nucleic Acid),Active,2.74,2/24/2024,Clostridium botulinum and Clostridium baratii toxins gene panel - Specimen by NAA with probe detection,2.16.840.1.113762.1.4.1146.982,LOINC,RCTC,414488002,Infantile botulism (disorder) ,SNOMEDCT,2023-03
30525-0,SARS-CoV-2 AOE questions,Active,2.04,2/24/2024,Age,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
65222-2,SARS-CoV-2 AOE questions,Active,2.36,2/24/2024,Date and time of symptom onset,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
96553-3,SARS-CoV-2 AOE questions,Active,2.69,2/24/2024,Date of subsequent report to public health department,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
82810-3,SARS-CoV-2 AOE questions,Active,2.58,2/24/2024,Pregnancy status,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
97155-6,SARS-CoV-2 AOE questions,Active,2.7,2/24/2024,SARS coronavirus 2 (COVID-19) immunization status,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
95418-0,SARS-CoV-2 AOE questions,Active,2.69,2/24/2024,Whether the patient is employed in a healthcare setting,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
95421-4,SARS-CoV-2 AOE questions,Active,2.69,2/24/2024,Whether patient resides in congregate care setting,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
95419-8,SARS-CoV-2 AOE questions,Active,2.69,2/24/2024,Whether the patient has symptoms related to condition of interest,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
95420-6,SARS-CoV-2 AOE questions,Active,2.69,2/24/2024,Whether the patient was admitted to intensive care unit (ICU) for condition of interest,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
77974-4,SARS-CoV-2 AOE questions,Active,2.52,2/24/2024,Whether the patient was hospitalized for condition of interest,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
95417-2,SARS-CoV-2 AOE questions,Active,2.69,2/24/2024,Whether this is the patient's first test for condition of interest,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
81744-5,Public health laboratory ask at order entry panel,Active,2.58,2/24/2024,Submitter's laboratory test method [Type] in Specimen,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
81658-7,Public health laboratory ask at order entry panel,Active,2.69,2/24/2024,Suspected organism [identifier] in Specimen,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
86952-9,Public health laboratory ask at order entry panel,Active,2.63,2/24/2024,Preliminary testing done Specimen,,LOINC,LOINC.org,AOE,Ask at order entry question,ReportStream,1
Expand Down
Loading

0 comments on commit 25b1c4b

Please sign in to comment.