-
Notifications
You must be signed in to change notification settings - Fork 30
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
Validator is not finding reference to CodeableConcepts #69
Comments
Hi, I am also getting the same issue as mentioned by @jorgealarco
Output:
Since http://hl7.org/fhir/ValueSet/observation-codes is present in valuesets.json file downloaded from FHIR, I am getting this issue. Is this logic actually required? As I am getting this issue for multiple number of valuesets and each having multiple dependencies. Also any idea why getting error: |
Hi,
I am using the validator to create a bunch of unit tests for conformance with the UK Core IG. I am trying the custom loading for the StructureDefinitions, CodeSystems and ValueSets of the FHIR R4 plus the corresponding resources of the UK Core IG.
Despite of having loaded all the resources, I am still getting warnings when validating the resource. I decided to custom load the FHIR R4 resources instead of using the pre-loaded data of the
ParseConformance
constructor in case there was an issue with the default data. I made sure the ValueSets are loaded before the StructureDefinitions as well, but I am still getting:I wonder if this is related to the UK Core StructureDefinitions, as they don't contain a
snapshot
field. I am trying to create it using thefhir.generateSnapshot()
function on the bundle. However, when doing this, I get the following error:Cannot find base definition "http://hl7.org/fhir/StructureDefinition/Extension" in bundle or core FHIR specification.
Could you please help me identifying why I am still getting the warnings on the validation of the resource? This is code I came up with:
PS: Additionally, I believe there is an issue with the package exports, as I had to manually expose the SnapShotGenerator in the
index.js
file.Many thanks.
The text was updated successfully, but these errors were encountered: