diff --git a/.github/workflows/firely-validation.yml b/.github/workflows/firely-validation.yml index bb8cbd9..3e8518e 100644 --- a/.github/workflows/firely-validation.yml +++ b/.github/workflows/firely-validation.yml @@ -5,11 +5,11 @@ name: Firely Validation # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: - - '**' - pull_request: - branches: [ master, main ] + #push: + #branches: + # - '**' + #pull_request: + #branches: [ master, main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/terminology.yml b/.github/workflows/terminology.yml index 5174c15..a6f2ed8 100644 --- a/.github/workflows/terminology.yml +++ b/.github/workflows/terminology.yml @@ -5,7 +5,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch # Allows you to run this workflow manually from the Actions tab - #push: + push: # Allows you to run this workflow manually from the Actions tab diff --git a/fhirpkg.lock.json b/fhirpkg.lock.json index cb1c724..725585f 100644 --- a/fhirpkg.lock.json +++ b/fhirpkg.lock.json @@ -1,19 +1,28 @@ { - "updated": "2026-05-06T10:21:55.9845039+01:00", + "updated": "2026-07-09T18:47:18.0145474+01:00", "dependencies": { - "hl7.fhir.r4.core": "4.0.1", - "hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1", - "hl7.fhir.uv.xver-r5.r4": "0.1.0", + "hl7.fhir.r4.core": "4.0.1", "hl7.fhir.uv.genomics-reporting": "3.0.0", - "hl7.fhir.uv.ips": "2.0.0", "hl7.fhir.eu.laboratory": "2.0.0", + "hl7.terminology.r4": "7.1.0", + "hl7.fhir.uv.extensions.r4": "5.2.0", + "hl7.fhir.uv.xver-r5.r4": "0.1.0", + "hl7.fhir.eu.extensions.r4": "1.3.0", + "hl7.fhir.eu.base": "2.0.0", + "ihe.pharm.mpd.r4": "1.0.0-comment-2", "ihe.iti.pcf": "1.1.0", - "hl7.fhir.us.mcode": "4.0.0", + "us.nlm.vsac": "0.9.0", + "ihe.iti.balp": "1.1.4", "fhir.r4.nhsengland.pars": "0.1.2-alpha", "fhir.r4.nhsengland.pathology": "0.2.4-alpha", "hl7.fhir.uv.tools.r4": "1.1.2", "fhir.r4.nhsengland.nhse-identifiers": "0.1.1-alpha", + "fhir.r4.ukcore.stu2": "2.0.2", + "hl7.fhir.uv.ips": "2.0.0", + "hl7.fhir.uv.ipa": "1.1.0", + "hl7.fhir.uv.smart-app-launch": "2.0.0", + "fhir.r4.nhsengland.stu1": "1.5.0", "fhir.r4.ukcore.stu3.currentbuild": "0.29.0-pre-release" }, "missing": {} -} \ No newline at end of file +} diff --git a/package.json b/package.json index ca7e1ce..85b7e92 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,10 @@ "description": "FHIR Genomics Implementation Guide", "author": "nhsdigital", "dependencies": { - "hl7.fhir.r4.core": "4.0.1", - "hl7.fhir.uv.extensions.r4": "5.3.0-ballot-tc1", - "hl7.fhir.uv.xver-r5.r4": "0.1.0", +"hl7.fhir.r4.core": "4.0.1", "hl7.fhir.uv.genomics-reporting": "3.0.0", - "hl7.fhir.uv.ips": "2.0.0", "hl7.fhir.eu.laboratory": "2.0.0", "ihe.iti.pcf": "1.1.0", - "hl7.fhir.us.mcode": "4.0.0", "fhir.r4.nhsengland.pars": "0.1.2-alpha", "fhir.r4.nhsengland.pathology": "0.2.4-alpha", "hl7.fhir.uv.tools.r4": "1.1.2", @@ -21,4 +17,4 @@ "4.0.1" ], "jurisdiction": "urn:iso:std:iso:3166:-2#GB" -} +} \ No newline at end of file diff --git a/private.package.yaml b/private.package.yaml new file mode 100644 index 0000000..1ec8db8 --- /dev/null +++ b/private.package.yaml @@ -0,0 +1,39 @@ +implementationguides: + hl7-fhir-uv-extensions-r4: + name: hl7.fhir.uv.extensions.r4 + version: 5.3.0-ballot-tc1 + installMode: STORE_AND_INSTALL + fetchDependencies: false + hl7-fhir-uv-xver-r5-r4: + name: hl7.fhir.uv.xver-r5.r4 + version: 0.1.0 + installMode: STORE_AND_INSTALL + fetchDependencies: false + hl7-fhir-uv-ips: + name: hl7.fhir.uv.ips + version: 2.0.0 + installMode: STORE_AND_INSTALL + fetchDependencies: false + fhir-r4-nhsengland-pathology: + name: fhir.r4.nhsengland.pathology + version: 0.2.4-alpha + installMode: STORE_AND_INSTALL + fetchDependencies: false + hl7-fhir-uv-tools-r4: + name: hl7.fhir.uv.tools.r4 + version: 1.1.2 + installMode: STORE_AND_INSTALL + fhir-r4-nhsengland-nhse-identifiers: + name: fhir.r4.nhsengland.nhse-identifiers + version: 0.1.1-alpha + installMode: STORE_AND_INSTALL + fetchDependencies: false + hl7.fhir.us.core: + name: hl7.fhir.us.core + version: 6.1.0 + installMode: STORE_AND_INSTALL + hl7.fhir.us.mcode: + name: hl7.fhir.us.mcode + version: 4.0.0 + installMode: STORE_AND_INSTALL + fetchDependencies: false \ No newline at end of file