Interface IBaseResource

All Superinterfaces:
IBase, IElement, Serializable
All Known Subinterfaces:
BaseConformance, BaseOperationOutcome, BaseSecurityEvent, IAnyResource, IBaseBinary, IBaseBundle, IBaseConformance, IBaseOperationOutcome, IBaseParameters, IDomainResource, IResource

public interface IBaseResource extends IBase, IElement
For now, this is a simple marker interface indicating that a class is a resource type. There are two concrete types of implementations of this interrface. The first are HL7.org's Resource structures (e.g. org.hl7.fhir.instance.model.Patient) and the second are HAPI's Resource structures, e.g. ca.uhn.fhir.model.dstu.resource.Patient)