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 participation the agent had with respect to the activity.

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 : TReference read Getwho write Setwho;

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

Public property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf;

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


Generated by PasDoc 0.15.0.