new Act(copyData)
Represents the base class for an act (something which is done or actioned on)
An Act, in the context of the reference information model (RIM) represents something that is done to a patient. More precisely, an Act is anything that occurs involving entities in which the entity's state is changed or is documented.
Examples of Acts Include:
- SubstanceAdministration - The administration of a substance to a patient
- Observation - The observing of a value for the patient
- PatientEncounter - An encounter or visit that occurs where the patient receives one or more services
- Act - Any other action such as supply request, or problem recordation
The property which classifies what specific type of action an act represents is its ClassConceptKey , which indicates whether the act is an observation, substance administration, etc. Class concept keys can be found in the ActClassKeys constants declaration.
Furthermore, the Act structure is used to represent events, proposals, requests, goals, etc. That is to say, the Act structure can represent the request to do an act, the intent to perform an act, or the actual act being performed itself. This classification of mode happens based on the MoodConceptKey mood concept. Mood concept keys can be found on the ActMoodKeys structure.
Acts may also be further classified by their TypeConceptKey . The TypeConceptKey is an implementation specific value which is used by implementers to determine whether a particular act (for example, a Observation ) was an observation of weight, of height, etc.
Parameters:
Name | Type | Description |
---|---|---|
copyData |
Act | Copy constructor (if present) |
Properties:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
isNegated |
boolean | Identifies whether the act represented in this instance actually occurred | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
template |
string | The template on which the act is based | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
templateModel |
TemplateDefinition | [Delay loaded from template], Delay load property for the template | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
actTime |
Date | The moment in time that this act occurred in ISO format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startTime |
Date | The time when the act should or did start ocurring in ISO format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stopTime |
Date | The time when the act should or did stop ocurring in ISO format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
classConcept |
string | The classification key of the activity(see: ActClassKeys for values) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
moodConcept |
string | The mood (or mode) of the Act instance(see: ActMoodKeys for values) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reasonConcept |
string | Identifies a codified reason as to why this act did (or did not, or should or should not) occur.(see: ActReasonKeys for values) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
statusConcept |
string | The concept which describes the current status of the act(see: StatusKeys for values) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
typeConcept |
string | Gets or sets the key of the concept which further classifies the type of act occurring | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
classConceptModel |
Concept | [Delay loaded from classConcept], Gets the delay-loaded value of the ClassConceptKey | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
moodConceptModel |
Concept | [Delay loaded from moodConcept], Gets the delay-loaded value of the MoodConceptKey property | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reasonConceptModel |
Concept | [Delay loaded from reasonConcept], Delay loads the concept from ReasonConceptKey | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
statusConceptModel |
Concept | [Delay loaded from statusConcept], Delay loads the concept represented in StatusConceptKey | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
typeConceptModel |
Concept | [Delay loaded from typeConcept], Delay loads the concept represented in TypeConceptKey | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
identifier |
object | Identifiers by which this act is known
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
relationship |
object | Gets a list of all associated acts for this act
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
policy |
SecurityPolicyInstance | Gets or sets the security policy instances associated with the act | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
extension |
object | Gets a list of all extensions associated with the act
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
note |
ActNote | Gets a list of all notes associated with the act | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tag |
object | Gets a list of all tags associated with the act
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
protocol |
ActProtocol | Identifies protocols attached to the act | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
participation |
object | Gets or sets the entities and participations they play in the act
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
geo |
GeoTag | Gets or sets the geo-tag | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
previousVersion |
string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
version |
string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sequence |
Int64 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
creationTimeModel |
Date | [Delay loaded from creationTime], Gets or sets the time at which the data was created | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
creationTime |
Date | Gets or sets the creation time as an ISO date format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
obsoletionTimeModel |
Date | [Delay loaded from obsoletionTime], Gets or sets the time when the data is or will become invalid | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
obsoletionTime |
Date | Gets or sets the time that the data is no longer valid (was deleted/obsoleted) in ISO format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdByModel |
SecurityProvenance | [Delay loaded from createdBy], Gets or sets the user that created this base data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
modifiedOn |
Date | Gets the time that the object was last modified (from base data, default to CreationTime) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
obsoletedByModel |
SecurityProvenance | [Delay loaded from obsoletedBy], Gets or sets the user that obsoleted this base data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdBy |
string | Gets or sets the security provenance object which represents the creation of this object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
obsoletedBy |
string | Gets or sets the security provenance object which represents the obsoletion of this data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
Extends
Members
actTime :Date
The moment in time that this act occurred in ISO format
Type:
- Date
classConcept :string
Gets the delay-loaded value of the ClassConceptKey
Type:
- string
classConceptModel :Concept
Type:
createdBy :string
Gets or sets the security provenance object which represents the creation of this object
Type:
- string
- Overrides:
- Source:
createdByModel :SecurityProvenance
Type:
- Overrides:
- Source:
creationTime :Date
Gets or sets the creation time as an ISO date format
Type:
- Date
- Overrides:
- Source:
creationTimeModel :Date
Type:
- Date
- Overrides:
- Source:
extension :object
Gets a list of all extensions associated with the act
Type:
- object
geo :GeoTag
Gets or sets the geo-tag
Type:
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
identifier :object
Identifiers by which this act is known
Type:
- object
isNegated :boolean
Identifies whether the act represented in this instance actually occurred
Type:
- boolean
modifiedOn :Date
Gets the time that the object was last modified (from base data, default to CreationTime)
Type:
- Date
- Overrides:
- Source:
moodConcept :string
Gets the delay-loaded value of the MoodConceptKey property
Type:
- string
moodConceptModel :Concept
Type:
note :ActNote
Gets a list of all notes associated with the act
Type:
obsoletedBy :string
Gets or sets the security provenance object which represents the obsoletion of this data
Type:
- string
- Overrides:
- Source:
obsoletedByModel :SecurityProvenance
Type:
- Overrides:
- Source:
obsoletionTime :Date
Gets or sets the time that the data is no longer valid (was deleted/obsoleted) in ISO format
Type:
- Date
- Overrides:
- Source:
obsoletionTimeModel :Date
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
participation :object
Gets or sets the entities and participations they play in the act
Type:
- object
policy :SecurityPolicyInstance
Gets or sets the security policy instances associated with the act
Type:
previousVersion :string
Type:
- string
- Overrides:
- Source:
protocol :ActProtocol
Identifies protocols attached to the act
Type:
reasonConcept :string
Identifies a codified reason as to why this act did (or did not, or should or should not) occur.
Type:
- string
reasonConceptModel :Concept
Type:
relationship :object
Gets a list of all associated acts for this act
Type:
- object
sequence :Int64
Type:
- Int64
- Overrides:
- Source:
startTime :Date
The time when the act should or did start ocurring in ISO format
Type:
- Date
statusConcept :string
Delay loads the concept represented in StatusConceptKey
Type:
- string
statusConceptModel :Concept
Type:
stopTime :Date
The time when the act should or did stop ocurring in ISO format
Type:
- Date
tag :object
Gets a list of all tags associated with the act
Type:
- object
template :string
The template on which the act is based
Type:
- string
templateModel :TemplateDefinition
Type:
typeConcept :string
Gets or sets the key of the concept which further classifies the type of act occurring
Type:
- string
typeConceptModel :Concept
Type:
version :string
Type:
- string
- Overrides:
- Source: