Annotation Interface ExpectsValidResource


@Documented @Target(METHOD) public @interface ExpectsValidResource
An annotation that indicates the method expects the FHIR resource to be valid regarding the relevant IG. It may throw if the resource is invalid. The method is designed as a convenient reader for a resource that has been validated beforehand.
Author:
Quentin Ligier