there are two different validation approaches for ch-elm.
the regular validation checks that the message is correct but it allows that in case of a new infectious diseases a new message could be added and still pass through validation. in addition some business rules are not enforced.
the strict validation checks that all the message conforms to the published implementation guide, e.g a new infectious diseases code will throw an error in validation.
recommendation: check during implementation that your implementation is conforming to the strict version, test in production regular validation.
there are two different validation approaches for ch-elm.
the regular validation checks that the message is correct but it allows that in case of a new infectious diseases a new message could be added and still pass through validation. in addition some business rules are not enforced.
the strict validation checks that all the message conforms to the published implementation guide, e.g a new infectious diseases code will throw an error in validation.
recommendation: check during implementation that your implementation is conforming to the strict version, test in production regular validation.
canonical url's for validation: