Class TProvenanceAgent

Unit

Declaration

type TProvenanceAgent = class(TBackboneElement)

Description

Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property role : TCodeableConceptArray read GetroleArray;
Public property who : TElement read Getwho write Setwho;
Public property onBehalfOf : TElement read GetonBehalfOf write SetonBehalfOf;
Public property relatedAgentType : TCodeableConcept read GetrelatedAgentType write SetrelatedAgentType;

Description

Methods

Public constructor Create; override;
 

Properties

Public property role : TCodeableConceptArray read GetroleArray;

The function of the agent with respect to the activity. The security role enabling the agent with respect to the activity.

Public property who : TElement read Getwho write Setwho;

The individual, device or organization that participated in the event.

Public property onBehalfOf : TElement read GetonBehalfOf write SetonBehalfOf;

The individual, device, or organization for whom the change was made.

Public property relatedAgentType : TCodeableConcept read GetrelatedAgentType write SetrelatedAgentType;

The type of relationship between agents.


Generated by PasDoc 0.15.0.