 | 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.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic Guid? ReasonConceptKey { get; set; }Public Property ReasonConceptKey As Guid?
Get
Set
public:
property Nullable<Guid> ReasonConceptKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member ReasonConceptKey : Nullable<Guid> with get, set
Property Value
NullableGuid
RemarksThe 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