You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the dicom package is wanting the eu.extensions: 0.1.x which is causing issues
INFO u.n.e.f.c.ValidationConfiguration: fhir.dicom version = "2022.4.20221006"
INFO u.n.e.f.c.ValidationConfiguration: Downloading from AWS Cache fhir.dicom - 2022.4.20221006
WARN u.n.e.f.c.ValidationConfiguration: Package not found in AWS Cache trying simplifier fhir.dicom - 2022.4.20221006
INFO u.n.e.f.c.ValidationConfiguration: Server returned HTTP response code: 500 for URL: https://3cdzg7kbj4.execute-api.eu-west-2.amazonaws.com/poc/utility/FHIR/R4/ImplementationGuide/$package?url=https://fhir.nhs.uk/ImplementationGuide/fhir.dicom-2022.4.20221006
INFO u.n.e.f.c.ValidationConfiguration: Found Package on Simplifier fhir.dicom - 2022.4.20221006
INFO u.n.e.f.c.ValidationConfiguration: hl7.fhir.r4.core version = "4.0.1"
INFO u.n.e.f.c.ValidationConfiguration: hl7.fhir.eu.extensions version = "0.1.x"
INFO u.n.e.f.c.ValidationConfiguration: Downloading from AWS Cache hl7.fhir.eu.extensions - 0.1.x
WARN u.n.e.f.c.ValidationConfiguration: Package not found in AWS Cache trying simplifier hl7.fhir.eu.extensions - 0.1.x
INFO u.n.e.f.c.ValidationConfiguration: Server returned HTTP response code: 500 for URL: https://3cdzg7kbj4.execute-api.eu-west-2.amazonaws.com/poc/utility/FHIR/R4/ImplementationGuide/$package?url=https://fhir.nhs.uk/ImplementationGuide/hl7.fhir.eu.extensions-0.1.x
ERROR u.n.e.f.c.ValidationConfiguration: Package not found on simplifier hl7.fhir.eu.extensions - 0.1.x
ERROR u.n.e.f.c.ValidationConfiguration: Failed to download hl7.fhir.eu.extensions - 0.1.x
1.The "hl7.fhir.eu.laboratory": "0.1.1", is required to validate some examples but the problem seem to be the version '0.1.1'
I have changed it to a balloted version "hl7.fhir.eu.laboratory": "0.1.0-ballot", the error is now resolved but some syntax errors are now required to be fixed in one of the Bundle Examples.. Validator issue is now resolved.
2 CodeSystem, http://www.sequenceontology.org, currently mapped to the element Observation.component:variation-code is also failing validation but I have replaced it with a code I found here, missense_variant [SO_0001583], flagged with warning by the validator. We may have to apply the rule for validator to ignore it like the code for genes: http://varnomen.hgvs.org if codesystem-http://www.sequenceontology.org is mandatory.
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
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.
It seems the dicom package is wanting the eu.extensions: 0.1.x which is causing issues