Click or drag to resize

ActReasonConceptKey Property

Identifies a codified reason as to why this act did (or did not, or should or should not) occur.

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public Guid? ReasonConceptKey { get; set; }

Property Value

Type: NullableGuid
Remarks

The reason concept is used to provide contextual information about why the act exists in its current state. For example: patient request, saftey concern, required by law, etc.

Additionally, the reason code in SanteDB also allows for an indication of why an act did not occur (i.e. when the negation indicator is set) and can be used to indicate an override of a proposal by the user (i.e. patient safety or religious exception), or some other extenuating factor (i.e. value negative inifinity)

See Also