Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir committed Jan 23, 2024
2 parents c5b385c + b53ddf0 commit e8824b5
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 251 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/masterfhirvalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
required: true
ONTO_CLIENT_SECRET:
required: true
FAILONWARNING:
required: false

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -66,3 +68,5 @@ jobs:

- name: Run Test
run: cd validation && npm test
env:
FAILONWARNING: ${{ secrets.FAILONWARNING }}
2 changes: 1 addition & 1 deletion .github/workflows/testingbranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install npm
run: npm ci

- name: Update FHIR Validator build
run: cd validation-service-fhir-r4; mvn clean package

Expand Down
8 changes: 4 additions & 4 deletions Examples/pass/Bundle-searchset-COVIDObservation.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1240471000000102",
"display": "Measurement of COVID-19 antigen"
"code": "1156860005",
"display": "Rapid antigen detection immunoassay technique"
}
]
},
Expand Down Expand Up @@ -169,8 +169,8 @@
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1240471000000102",
"display": "Measurement of 2019-nCoV antigen"
"code": "1156860005",
"display": "Rapid antigen detection immunoassay technique"
}
]
},
Expand Down
52 changes: 0 additions & 52 deletions Examples/pass/PractitionerRole-pass.json

This file was deleted.

Loading

0 comments on commit e8824b5

Please sign in to comment.