Provenance
open class Provenance: DomainResource
Who, What, When for a set of resources.
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.
-
Who, What, When for a set of resources.
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.
Declaration
Swift
override open class var resourceType: String
-
Activity that occurred.
Declaration
Swift
public var activity: Coding?
-
Actor involved.
Declaration
Swift
public var agent: [ProvenanceAgent]?
-
An entity used in this activity.
Declaration
Swift
public var entity: [ProvenanceEntity]?
-
Where the activity occurred, if relevant.
Declaration
Swift
public var location: Reference?
-
When the activity occurred.
Declaration
Swift
public var period: Period?
-
Policy or plan the activity was defined by.
Declaration
Swift
public var policy: [FHIRURL]?
-
Reason the activity is occurring.
Declaration
Swift
public var reason: [Coding]?
-
When the activity was recorded / updated.
Declaration
Swift
public var recorded: Instant?
-
Signature on target.
Declaration
Swift
public var signature: [Signature]?
-
Target Reference(s) (usually version specific).
Declaration
Swift
public var target: [Reference]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(agent: [ProvenanceAgent], recorded: Instant, target: [Reference])
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Provenance: DomainResource