Package org.hl7.fhir.instance.model.api
Interface IBaseResource
- All Superinterfaces:
IBase
,IElement
,Serializable
- All Known Subinterfaces:
BaseConformance
,BaseOperationOutcome
,BaseSecurityEvent
,IAnyResource
,IBaseBinary
,IBaseBundle
,IBaseConformance
,IBaseOperationOutcome
,IBaseParameters
,IDomainResource
,IResource
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
)-
Field Summary
Modifier and TypeFieldDescriptionstatic final Include
Include constant for*
(return all includes)Include set containing onlyINCLUDE_ALL
-
Method Summary
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Field Details
-
INCLUDE_ALL
Include constant for*
(return all includes) -
WILDCARD_ALL_SET
Include set containing onlyINCLUDE_ALL
-
-
Method Details
-
getMeta
-
getIdElement
-
setId
-
setId
-
getStructureFhirVersionEnum
-
isDeleted
- Returns:
true
if this resource has been deleted
-