Class: ActRelationship

ActRelationship(copyData)

new ActRelationship(copyData)

Used to link two or more acts together

An act relationship is used to link a source act with a target act ( TargetActKey ) in a particular type of relationship ( RelationshipTypeKey ). This structure is often used to link together sub-components of an encounter with the encounter, but can also be used to link together chronic care episodes.

Parameters:
Name Type Description
copyData ActRelationship Copy constructor (if present)
Properties:
Name Type Description
classificationModel Concept [Delay loaded from classification], Gets or sets the an additional (sub-type) of the relationship
classification string Association type key(see: RelationshipClassKeys for values)
target string The target of the association
targetModel Act [Delay loaded from target], Target act reference
relationshipType string Association type key(see: ActRelationshipTypeKeys for values)
relationshipTypeModel Concept [Delay loaded from relationshipType], Gets or sets the association type
effectiveVersionSequence number
obsoleteVersionSequence number
modifiedOn Date
source string
sourceModel Act [Delay loaded from source],
id string Gets or sets the primary identifying UUID of this object
operation BatchOperationType Gets or sets the operation(see: BatchOperationType for values)
$type string Gets the type registration of this object
Source:

Extends

Members

classification :string

Gets or sets the an additional (sub-type) of the relationship

Type:
  • string
Source:

classificationModel :Concept

Type:
Source:

effectiveVersionSequence :number

Type:
  • number
Overrides:
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Type:
  • Date
Overrides:
Source:

obsoleteVersionSequence :number

Type:
  • number
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

relationshipType :string

Gets or sets the association type

Type:
  • string
Source:

relationshipTypeModel :Concept

Type:
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :Act

Type:
Overrides:
Source:

target :string

The target of the association

Type:
  • string
Source:

targetModel :Act

Type:
Source: