Class ProvenanceEntityRoleCodes
How an entity was used in an activity.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ProvenanceEntityRoleCodes : object
Fields
| Improve this Doc View SourceDerivation
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 |
LiteralDerivation
Literal for code: Derivation
Declaration
public const string LiteralDerivation = null
Field Value
Type | Description |
---|---|
System. |
LiteralProvenanceEntityRoleDerivation
Literal for code: ProvenanceEntityRoleDerivation
Declaration
public const string LiteralProvenanceEntityRoleDerivation = null
Field Value
Type | Description |
---|---|
System. |
LiteralProvenanceEntityRoleQuotation
Literal for code: ProvenanceEntityRoleQuotation
Declaration
public const string LiteralProvenanceEntityRoleQuotation = null
Field Value
Type | Description |
---|---|
System. |
LiteralProvenanceEntityRoleRevision
Literal for code: ProvenanceEntityRoleRevision
Declaration
public const string LiteralProvenanceEntityRoleRevision = null
Field Value
Type | Description |
---|---|
System. |
LiteralProvenanceEntityRoleSource
Literal for code: ProvenanceEntityRoleSource
Declaration
public const string LiteralProvenanceEntityRoleSource = null
Field Value
Type | Description |
---|---|
System. |
LiteralQuotation
Literal for code: Quotation
Declaration
public const string LiteralQuotation = null
Field Value
Type | Description |
---|---|
System. |
LiteralRevision
Literal for code: Revision
Declaration
public const string LiteralRevision = null
Field Value
Type | Description |
---|---|
System. |
LiteralSource
Literal for code: Source
Declaration
public const string LiteralSource = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
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 |
Values
Dictionary for looking up ProvenanceEntityRole Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |