Show / Hide Table of Contents

Class ProvenanceEntityRoleCodes

How an entity was used in an activity.

Inheritance
System.Object
ProvenanceEntityRoleCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ProvenanceEntityRoleCodes : object

Fields

| Improve this Doc View Source

Derivation

A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a preexisting entity.

Declaration
public static readonly Coding Derivation
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralDerivation

Literal for code: Derivation

Declaration
public const string LiteralDerivation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProvenanceEntityRoleDerivation

Literal for code: ProvenanceEntityRoleDerivation

Declaration
public const string LiteralProvenanceEntityRoleDerivation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProvenanceEntityRoleQuotation

Literal for code: ProvenanceEntityRoleQuotation

Declaration
public const string LiteralProvenanceEntityRoleQuotation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProvenanceEntityRoleRevision

Literal for code: ProvenanceEntityRoleRevision

Declaration
public const string LiteralProvenanceEntityRoleRevision = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProvenanceEntityRoleSource

Literal for code: ProvenanceEntityRoleSource

Declaration
public const string LiteralProvenanceEntityRoleSource = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralQuotation

Literal for code: Quotation

Declaration
public const string LiteralQuotation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRevision

Literal for code: Revision

Declaration
public const string LiteralRevision = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSource

Literal for code: Source

Declaration
public const string LiteralSource = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Quotation

The repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author.

Declaration
public static readonly Coding Quotation
Field Value
Type Description
Coding
| Improve this Doc View Source

Revision

A derivation for which the resulting entity is a revised version of some original.

Declaration
public static readonly Coding Revision
Field Value
Type Description
Coding
| Improve this Doc View Source

Source

A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.

Declaration
public static readonly Coding Source
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up ProvenanceEntityRole Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX