Class TProvenanceAgent
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property who : TElement read Getwho write Setwho; |
The individual, device or organization that participated in the event.
|
|
property onBehalfOf : TElement read GetonBehalfOf write SetonBehalfOf; |
The individual, device, or organization for whom the change was made.
|
|
property relatedAgentType : TCodeableConcept read GetrelatedAgentType write SetrelatedAgentType; |
The type of relationship between agents.
|
Generated by PasDoc 0.15.0.
|