Skip to content

Commit 333a79b

Browse files
committed
Using Private Package
Using Private Package
1 parent 641b3a3 commit 333a79b

3 files changed

Lines changed: 43 additions & 7 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

fhirpkg.lock.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
"hl7.fhir.r4.core": "4.0.1",
55
"hl7.fhir.uv.genomics-reporting": "3.0.0",
66
"hl7.fhir.eu.laboratory": "2.0.0",
7-
"ihe.iti.pcf": "1.1.0",
8-
"fhir.r4.nhsengland.pathology": "0.1.4-alpha",
9-
"fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha",
10-
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release",
11-
"hl7.fhir.uv.xver-r5.r4": "0.1.0",
12-
"hl7.fhir.us.mcode": "4.0.0"
7+
"fhir.r4.ukcore.stu3.currentbuild": "0.28.0-pre-release"
138
},
149
"missing": {}
1510
}

private.package.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
ihe-iti-pcf:
18+
name: ihe.iti.pcf
19+
version: 1.1.0
20+
installMode: STORE_AND_INSTALL
21+
fetchDependencies: false
22+
hl7-fhir-us-mcode:
23+
name: hl7.fhir.us.mcode
24+
version: 4.0.0
25+
installMode: STORE_AND_INSTALL
26+
fetchDependencies: false
27+
fhir-r4-nhsengland-pathology:
28+
name: fhir.r4.nhsengland.pathology
29+
version: 0.1.4-alpha
30+
installMode: STORE_AND_INSTALL
31+
fetchDependencies: false
32+
hl7-fhir-uv-tools-r4:
33+
name: hl7.fhir.uv.tools.r4
34+
version: 1.1.2
35+
installMode: STORE_AND_INSTALL
36+
fhir-r4-nhsengland-nhse-identifiers:
37+
name: fhir.r4.nhsengland.nhse-identifiers
38+
version: 0.1.1-alpha
39+
installMode: STORE_AND_INSTALL
40+
fetchDependencies: false
41+

0 commit comments

Comments
 (0)