-
Notifications
You must be signed in to change notification settings - Fork 1
Add EU Extension package #169
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
Conversation
Using 0.1.0-version
Using 0.1.1 - Ballot
Updated UKcre Dependency Package
|
It seems there is a dependency conflict between Having just one in the package.json works but not both. I expect it is due to using a different version of the same package with the This isn't a validator issue but a package dependency issue |
Removing "hl7.fhir.eu.laboratory": "0.1.1",
Removing reference to Sequence Ontology CodeSystem
Removing "hl7.fhir.eu.laboratory": "0.1.1",
Remove Dicom
hl7.fhir.eu.laboratory": "0.1.0-ballot
CodeSystem: "system": "http://purl.obolibrary.org/obo",
|
Hi @KazeemHamzat, it looks like there are still package issues, could you remove the references to the extensions packages and try with just the EU Lab package instead so its dependencies are loaded? Also, wondering about the change to the sequenceontology codesystem, the codesystem url should be http://www.sequenceontology.org as per the terminology package: https://terminology.hl7.org/6.4.0/CodeSystem-SO.html, and codes should include the :, see https://build.fhir.org/ig/HL7/genomics-reporting/ValueSet-dna-change-type-vs.html |
…-FHIR-Genomics-ImplementationGuide into Using-EU-hl7.fhir.eu.extensions.r4
Using "hl7.fhir.eu.laboratory": "0.1.1"
Using "hl7.fhir.eu.laboratory": "0.1.1" only seem to bring back the error. Details here |
I have reinstated the Codesystem http://www.sequenceontology.org/, and its failing validation because the contents are not define in FHIR as stated on its page. |
Update fhirpkg.lock.json
|
Closing this PR as it was only used to investigate issues, This task has been solved and merge to main in a separate PR-HL7 EU Lab Structured Report Alignment |
Add EU Extension package