
Package org.hl7.fhir.r5.openehr
Class ORGANISATION
- 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
Generic description of organisations. An organisation is a legally constituted body whose existence (in general) outlives the existence of parties considered to be part of it.
- 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.ACTOR
languagesList, rolesList
Fields inherited from class org.hl7.fhir.r5.openehr.PARTY
contacts, details, identitiesList, relationshipsList, reverse_relationshipsList
Fields inherited from class org.hl7.fhir.r5.openehr.PATHABLE
archetype_details, archetype_node_id, feeder_audit, linksList, name, uid
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
copyValues
(ORGANISATION dst) fhirType()
protected ORGANISATION
Methods inherited from class org.hl7.fhir.r5.openehr.ACTOR
addChild, addLanguages, addLanguages, addRoles, addRoles, copyValues, equalsDeep, equalsShallow, getLanguagesFirstRep, getLanguagesList, getNamedProperty, getProperty, getRolesFirstRep, getRolesList, getTypesForProperty, hasLanguages, hasRoles, isEmpty, listChildren, makeProperty, setLanguagesList, setProperty, setProperty, setRolesList
Methods inherited from class org.hl7.fhir.r5.openehr.PARTY
addIdentities, addIdentities, addRelationships, addRelationships, addReverse_relationships, addReverse_relationships, copyValues, getContacts, getDetails, getIdentitiesFirstRep, getIdentitiesList, getRelationshipsFirstRep, getRelationshipsList, getReverse_relationshipsFirstRep, getReverse_relationshipsList, hasContacts, hasDetails, hasIdentities, hasRelationships, hasReverse_relationships, setContacts, setDetails, setIdentitiesList, setRelationshipsList, setReverse_relationshipsList
Methods inherited from class org.hl7.fhir.r5.openehr.LOCATABLE
copyValues
Methods 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, setUid
Methods inherited from class org.hl7.fhir.r5.openehr.Any
copyValues
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
-
ORGANISATION
public ORGANISATION()Constructor
-
-
Method Details