Skip to content

Commit 3c0b002

Browse files
committed
Using JPA Validator
Using JPA Validator
1 parent 1ec428c commit 3c0b002

3 files changed

Lines changed: 50 additions & 8 deletions

File tree

.github/workflows/terminology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
# Allows you to run this workflow manually from the Actions tab
77

8-
#push:
8+
push:
99

1010
# Allows you to run this workflow manually from the Actions tab
1111

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,11 @@
44
"author": "nhsdigital",
55
"dependencies": {
66
"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",
97
"hl7.fhir.uv.genomics-reporting": "3.0.0",
108
"hl7.fhir.uv.ips": "2.0.0",
119
"hl7.fhir.eu.laboratory": "2.0.0",
1210
"ihe.iti.pcf": "1.1.0",
13-
"hl7.fhir.us.mcode": "4.0.0",
14-
"fhir.r4.nhsengland.pars": "0.1.2-alpha",
15-
"fhir.r4.nhsengland.pathology": "0.2.4-alpha",
1611
"hl7.fhir.uv.tools.r4": "1.1.2",
17-
"hl7.fhir.uv.security-label-ds4p": "1.0.0",
18-
"fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha",
1912
"fhir.r4.ukcore.stu3.currentbuild": "0.29.0-pre-release"
2013
},
2114
"fhirVersions": [

private.package.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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
40+
fhir.r4.nhsengland.pars:
41+
name: fhir.r4.nhsengland.pars
42+
version: 0.1.2-alpha
43+
installMode: STORE_AND_INSTALL
44+
fetchDependencies: false
45+
hl7.fhir.uv.security-label-ds4p:
46+
name: hl7.fhir.uv.security-label-ds4p
47+
version: 1.0.0
48+
installMode: STORE_AND_INSTALL
49+
fetchDependencies: false

0 commit comments

Comments
 (0)