Class TProvenanceAgent
Unit
bsFhir_r4
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 type_ : TCodeableConcept read Gettype_ write Settype_; |
The participation the agent had with respect to the activity.
|
|
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 : TReference read Getwho write Setwho; |
The individual, device or organization that participated in the event.
|
|
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; |
The individual, device, or organization for whom the change was made.
|
Generated by PasDoc 0.15.0.
|