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 type_ : TCodeableConcept read Gettype_ write Settype_;
Public property role : TCodeableConceptArray read GetroleArray;
Public property who : TReference read Getwho write Setwho;
Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The Functional Role of the agent with respect to the activity.

Public property role : TCodeableConceptArray read GetroleArray;

The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity.

Public property who : TReference read Getwho write Setwho;

Indicates who or what performed in the event.

Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

The agent that delegated authority to perform the activity performed by the agent.who element.


Generated by PasDoc 0.15.0.