Stream: implementers
Topic: validator_cli compare
Declan Kieran (Mar 03 2022 at 23:44):
Hi, I'm trying to use the compare in the validator_cli as described here.
It mentions
You can leave this out and let the validator infer this, but it's there so that you can compare profiles across versions. E.g. if you specify -version 4.0, the profiles will both be treated as R4 profiles, even if they aren't
It runs fine when the profiles are the same version, but when they are different versions it can't find the one that is not specified in the version parameter, e.g.
Unable to locate right resource https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance
or
Unable to locate left resource https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-AllergyIntolerance-1
depending on the version.
Should it support this?
Last updated: Apr 12 2022 at 19:14 UTC