-
Notifications
You must be signed in to change notification settings - Fork 0
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
relaxing some constraint for CodeSystem loading #15
Comments
Is this a public IG that I could test with? |
That's an interesting issue there, note that my tooling uses the open source parsers to check the content, so if you try and pass this content to other servers that also use these parsers they are likely to fail too. |
Thanks for the look at our issue
I'm affraid it is not a public IG :-/ However, is it possible to know the parsers you use ? In order for us to bring them our feedback and, may be, they'll enhance their tools. Sincerely |
It's using the Firely SDK parsers that most on the dotnet stack use. The code is linked here: UploadFIG/UploadFIG/R4_Processor.cs Line 22 in aeb7a05
And the Firely SDK currently in use is 5.11.1 |
Hello,
We tried to use your tool for IG loading in our FHIR server, but we face an issue.
The IG CodeSystem are not FHIR native : we took input information from another information system.
This other IS store a startdate for every concept. StartDate that is initiated at
0001-01-01
.This syntacticaly correct date however lead to a blocking error when loading the codeSytem that is therefor not loaded:
Would it be possible to do something about this ?
Sincerely
Nicolas Griffon
The text was updated successfully, but these errors were encountered: