Class Provenance
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.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Provenance : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Policy
Extension container element for Policy
Declaration
public List<Element> _Policy { get; set; }
Property Value
Type | Description |
---|---|
fhir |
_Recorded
Extension container element for Recorded
Declaration
public Element _Recorded { get; set; }
Property Value
Type | Description |
---|---|
Element |
Activity
An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.
Declaration
public CodeableConcept Activity { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Agent
An agent takes a role in an activity such that the agent can be assigned some degree of responsibility for the activity taking place. An agent can be a person, an organization, software, or other entities that may be ascribed responsibility.
Declaration
public List<ProvenanceAgent> Agent { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Entity
An entity used in this activity.
Declaration
public List<ProvenanceEntity> Entity { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Location
Where the activity occurred, if relevant.
Declaration
public Reference Location { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Period
The period during which the activity occurred.
Declaration
public Period Period { get; set; }
Property Value
Type | Description |
---|---|
Period |
Policy
Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.
Declaration
public List<string> Policy { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Reason
The reason that the activity was taking place.
Declaration
public List<CodeableConcept> Reason { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Recorded
The instant of time at which the activity was recorded.
Declaration
public string Recorded { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSignature
A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated.
Declaration
public List<Signature> Signature { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Target
The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity.
Declaration
public List<Reference> Target { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |