-
Notifications
You must be signed in to change notification settings - Fork 3
Patch-JPA-Validator #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
KazeemHamzat
wants to merge
23
commits into
main
Choose a base branch
from
Patch-JPA-Validator
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Patch-JPA-Validator #249
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
077a443
Remove empty slicing & R5 Extensions
KazeemHamzat a97d977
Pathology-nhse-as-private
KazeemHamzat 2918efe
Empty Slicing issues
KazeemHamzat 95628a3
Delete-CodeSystem-test-type-genomics
KazeemHamzat a0f367a
Merge branch 'main' of https://github.com/NHSDigital/NHSDigital-FHIR-…
KazeemHamzat d341d3a
Update fhirpkg.lock.json
KazeemHamzat 0845f57
Merge branch 'main' of https://github.com/NHSDigital/NHSDigital-FHIR-…
KazeemHamzat 6566cf7
Update fhirpkg.lock.json
KazeemHamzat 89f5909
Testing
KazeemHamzat cd69ee4
Using JPA Validator
KazeemHamzat b59031e
Testing JPA Validatoet
KazeemHamzat 1bd8fac
Re-instate extension:diagnosticReportCompositionR5
KazeemHamzat fe3d4ac
Merge branch 'Patch-Testing-Extension-Specimen.container.location' of…
KazeemHamzat 11490f4
Merge branch 'main' of https://github.com/NHSDigital/NHSDigital-FHIR-…
KazeemHamzat d9ba6b3
Re-instate backported Extension
KazeemHamzat 1c0b95b
Profile NHSEngland-Composition-GenomicsEULabReport
KazeemHamzat 32a15f2
Adding Firely
KazeemHamzat 91b6e99
Merge branch 'Patch-JPA-Validator' of https://github.com/NHSDigital/N…
KazeemHamzat 5dcfaa3
Updating descriptions
KazeemHamzat 89883c8
Remove Redundant cardinality
KazeemHamzat ae10ea0
Typoo
KazeemHamzat 046a25b
Mapping Composition.type to ValueSet/type-of-genomic-report
KazeemHamzat ce0fc42
Remove empty slicing
KazeemHamzat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,28 @@ | ||
| { | ||
| "updated": "2026-05-06T10:21:55.9845039+01:00", | ||
| "updated": "2026-07-13T13:22:07.8769811+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.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.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.stu3.currentbuild": "0.29.0-pre-release" | ||
| }, | ||
| "missing": {} | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.