
Package org.hl7.fhir.r5.openehr
Class VERSIONED_PARTY
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.VERSIONED_OBJECT
org.hl7.fhir.r5.openehr.VERSIONED_PARTY
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseDatatype
,org.hl7.fhir.instance.model.api.ICompositeType
public class VERSIONED_PARTY
extends VERSIONED_OBJECT
implements org.hl7.fhir.instance.model.api.ICompositeType
Ancestor of all Party types, including real world entities and their roles. A Party is any entity which can participate in an activity. The name attribute inherited from LOCATABLE is used to indicate the actual type of party (note that the actual names, i.e. identities of parties are indicated in the identities attribute, not the name attribute).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
Fields inherited from class org.hl7.fhir.r5.openehr.VERSIONED_OBJECT
owner_id, time_created, uid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hl7.fhir.r5.openehr.VERSIONED_OBJECT
addChild, copyValues, equalsDeep, equalsShallow, getNamedProperty, getOwner_id, getProperty, getTime_created, getTypesForProperty, getUid, hasOwner_id, hasTime_created, hasUid, isEmpty, listChildren, makeProperty, setOwner_id, setProperty, setProperty, setTime_created, setUid
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, executeFunction, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtml
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Constructor Details
-
VERSIONED_PARTY
public VERSIONED_PARTY()Constructor
-
-
Method Details
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classVERSIONED_OBJECT
- Returns:
- the FHIR type name of the instance (not the java class name)
-
copy
- Overrides:
copy
in classVERSIONED_OBJECT
-
copyValues
-
typedCopy
- Overrides:
typedCopy
in classVERSIONED_OBJECT
-