@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Validate
Validate is used to accept a resource, and test whether it would be acceptable for storing (e.g. using an update or create method)
FHIR Version Note: The validate operation was defined as a type operation in DSTU1
using a URL syntax like http://example.com/Patient/_validate. In DSTU2, validation
has been switched to being an extended operation using a URL syntax like
http://example.com/Patient/$validate, with a n
public abstract Class<? extends IResource> type
IResourceProvider,
since resource providers will return only one resource type per class,
but generally does need to be populated for client implementations.Copyright © 2014–2016 University Health Network. All rights reserved.