Skip to content

Commit

Permalink
Merge pull request #29 from MyDigiTwinNL/feature/fhir-validation-usin…
Browse files Browse the repository at this point in the history
…g-cached-profile

Validating sample FHIR resources using a cached version of the FHIR profile
  • Loading branch information
hcadavid authored Sep 23, 2024
2 parents befee51 + 0f6a813 commit f75f20a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Create a .fhir for the chached resources of the FHIR profile
run: mkdir -p ~/.fhir

- name: Download the cache content of the FHIR Validator
run: wget https://figshare.com/ndownloader/files/49362157?private_link=93fbd16af86c3f01a68a -O fhirvalidatorcache.zip

- name: Decompress FHIR Validator Cache
run: unzip fhirvalidatorcache.zip -d ~/.fhir

- name: Download FHIR Validator
run: wget https://github.com/hapifhir/org.hl7.fhir.core/releases/download/6.0.10/validator_cli.jar

Expand Down

0 comments on commit f75f20a

Please sign in to comment.