
Package org.hl7.fhir.r5.openehr
Class PARTICIPATION
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.Any
org.hl7.fhir.r5.openehr.PATHABLE
org.hl7.fhir.r5.openehr.LOCATABLE
org.hl7.fhir.r5.openehr.PARTICIPATION
- 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 PARTICIPATION
extends LOCATABLE
implements org.hl7.fhir.instance.model.api.ICompositeType
Model of a participation of a Party (any Actor or Role) in an activity. Used to represent any participation of a Party in some activity, which is not explicitly in the model, e.g. assisting nurse. Can be used to record past or future participations. Should not be used in place of more permanent relationships between demographic entities.
- 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
FieldsModifier and TypeFieldDescriptionprotected DV_TEXTOptional reference to more detailed demographic or identification information for this party, in an external system.protected DV_CODED_TEXTOptional reference to more detailed demographic or identification information for this party, in an external system.protected PARTY_PROXYOptional reference to more detailed demographic or identification information for this party, in an external system.protected DV_INTERVALOptional reference to more detailed demographic or identification information for this party, in an external system.Fields inherited from class org.hl7.fhir.r5.openehr.PATHABLE
archetype_details, archetype_node_id, feeder_audit, linksList, name, uid -
Constructor Summary
ConstructorsConstructorDescriptionConstructorPARTICIPATION(DV_TEXT function, PARTY_PROXY performer) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidcopyValues(PARTICIPATION dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getMode()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) getTime()String[]getTypesForProperty(int hash, String name) booleanbooleanhasMode()booleanbooleanhasTime()booleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setFunction(DV_TEXT value) setMode(DV_CODED_TEXT value) setPerformer(PARTY_PROXY value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setTime(DV_INTERVAL value) protected PARTICIPATIONMethods inherited from class org.hl7.fhir.r5.openehr.LOCATABLE
copyValuesMethods inherited from class org.hl7.fhir.r5.openehr.PATHABLE
addLinks, addLinks, copyValues, getArchetype_details, getArchetype_node_id, getArchetype_node_idElement, getFeeder_audit, getLinksFirstRep, getLinksList, getName, getUid, hasArchetype_details, hasArchetype_node_id, hasArchetype_node_idElement, hasFeeder_audit, hasLinks, hasName, hasUid, setArchetype_details, setArchetype_node_id, setArchetype_node_idElement, setFeeder_audit, setLinksList, setName, setUidMethods inherited from class org.hl7.fhir.r5.openehr.Any
copyValuesMethods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBaseMethods 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, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
function
Optional reference to more detailed demographic or identification information for this party, in an external system. -
mode
Optional reference to more detailed demographic or identification information for this party, in an external system. -
performer
Optional reference to more detailed demographic or identification information for this party, in an external system. -
time
Optional reference to more detailed demographic or identification information for this party, in an external system.
-
-
Constructor Details
-
PARTICIPATION
public PARTICIPATION()Constructor -
PARTICIPATION
Constructor
-
-
Method Details
-
getFunction
- Returns:
function(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
hasFunction
-
setFunction
- Parameters:
value-function(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
getMode
- Returns:
mode(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
hasMode
-
setMode
- Parameters:
value-mode(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
getPerformer
- Returns:
performer(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
hasPerformer
-
setPerformer
- Parameters:
value-performer(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
getTime
- Returns:
time(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
hasTime
-
setTime
- Parameters:
value-time(Optional reference to more detailed demographic or identification information for this party, in an external system.)
-
listChildren
- Overrides:
listChildrenin classPATHABLE
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classPATHABLE
-
equalsShallow
- Overrides:
equalsShallowin classPATHABLE
-
isEmpty
-