hapifhir / org.hl7.fhir.core

Apache License 2.0
156 stars 162 forks source link

Missing message IDs #1792

Open dotasek opened 3 weeks ago

dotasek commented 3 weeks ago

It looks like there are a few places in BaseValidator where there is a msg constant available that isn't passed along as the message id:

https://github.com/hapifhir/org.hl7.fhir.core/blob/cde5d86fe008ccb01fc037aea0332ade1bd4f743/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/BaseValidator.java#L807

Is there a legitimate reason this isn't being passed along, or is this a mistake?

grahamegrieve commented 2 weeks ago

That one is a mistake. They might not all be mistakes though