Skip to content

Conversation

@ryma2fhir
Copy link
Contributor

@ryma2fhir ryma2fhir commented Sep 4, 2025

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

@KazeemHamzat
Copy link
Collaborator

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.

@ryma2fhir ryma2fhir closed this Sep 5, 2025
@omarisgreat omarisgreat deleted the ryma2fhir-patch-1 branch September 8, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants