@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
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends IBaseResource> |
type
The return type for this method.
|
public abstract Class<? extends IBaseResource> type
Copyright © 2014–2019 University Health Network. All rights reserved.