Skip to content

Commit b59031e

Browse files
committed
Testing JPA Validatoet
Testing JPA Validatoet
1 parent cd69ee4 commit b59031e

3 files changed

Lines changed: 46 additions & 11 deletions

File tree

.github/workflows/firely-validation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: Firely Validation
55
# Controls when the action will run.
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
8-
push:
9-
branches:
10-
- '**'
11-
pull_request:
12-
branches: [ master, main ]
8+
#push:
9+
#branches:
10+
# - '**'
11+
#pull_request:
12+
#branches: [ master, main ]
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
"description": "FHIR Genomics Implementation Guide",
44
"author": "nhsdigital",
55
"dependencies": {
6-
"hl7.fhir.r4.core": "4.0.1",
7-
"hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1",
8-
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
6+
"hl7.fhir.r4.core": "4.0.1",
97
"hl7.fhir.uv.genomics-reporting": "3.0.0",
10-
"hl7.fhir.uv.ips": "2.0.0",
118
"hl7.fhir.eu.laboratory": "2.0.0",
129
"ihe.iti.pcf": "1.1.0",
13-
"hl7.fhir.us.mcode": "4.0.0",
1410
"fhir.r4.nhsengland.pars": "0.1.2-alpha",
1511
"fhir.r4.nhsengland.pathology": "0.2.4-alpha",
1612
"hl7.fhir.uv.tools.r4": "1.1.2",
@@ -21,4 +17,4 @@
2117
"4.0.1"
2218
],
2319
"jurisdiction": "urn:iso:std:iso:3166:-2#GB"
24-
}
20+
}

private.package.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
implementationguides:
2+
hl7-fhir-uv-extensions-r4:
3+
name: hl7.fhir.uv.extensions.r4
4+
version: 5.3.0-ballot-tc1
5+
installMode: STORE_AND_INSTALL
6+
fetchDependencies: false
7+
hl7-fhir-uv-xver-r5-r4:
8+
name: hl7.fhir.uv.xver-r5.r4
9+
version: 0.1.0
10+
installMode: STORE_AND_INSTALL
11+
fetchDependencies: false
12+
hl7-fhir-uv-ips:
13+
name: hl7.fhir.uv.ips
14+
version: 2.0.0
15+
installMode: STORE_AND_INSTALL
16+
fetchDependencies: false
17+
fhir-r4-nhsengland-pathology:
18+
name: fhir.r4.nhsengland.pathology
19+
version: 0.2.4-alpha
20+
installMode: STORE_AND_INSTALL
21+
fetchDependencies: false
22+
hl7-fhir-uv-tools-r4:
23+
name: hl7.fhir.uv.tools.r4
24+
version: 1.1.2
25+
installMode: STORE_AND_INSTALL
26+
fhir-r4-nhsengland-nhse-identifiers:
27+
name: fhir.r4.nhsengland.nhse-identifiers
28+
version: 0.1.1-alpha
29+
installMode: STORE_AND_INSTALL
30+
fetchDependencies: false
31+
hl7.fhir.us.core:
32+
name: hl7.fhir.us.core
33+
version: 6.1.0
34+
installMode: STORE_AND_INSTALL
35+
hl7.fhir.us.mcode:
36+
name: hl7.fhir.us.mcode
37+
version: 4.0.0
38+
installMode: STORE_AND_INSTALL
39+
fetchDependencies: false

0 commit comments

Comments
 (0)