Skip to content

Commit 97ba9bd

Browse files
committed
Testing AWS Feedback with JPA
UpdateTesting AWS Feedback with JPA
1 parent 0421417 commit 97ba9bd

2 files changed

Lines changed: 50 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@
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",
1712
"hl7.fhir.uv.security-label-ds4p": "1.0.0",
18-
"fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha",
1913
"fhir.r4.ukcore.stu3.currentbuild": "0.29.0-pre-release"
2014
},
2115
"fhirVersions": [
2216
"4.0.1"
2317
],
2418
"jurisdiction": "urn:iso:std:iso:3166:-2#GB"
25-
}
19+
}

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)