ProvenanceEntityRole
public enum ProvenanceEntityRole: String
How an entity was used in an activity.
URL: http://hl7.org/fhir/provenance-entity-role ValueSet: http://hl7.org/fhir/ValueSet/provenance-entity-role
-
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
Swift
case derivation = "derivation"
-
A derivation for which the resulting entity is a revised version of some original.
Declaration
Swift
case revision = "revision"
-
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
Swift
case quotation = "quotation"
-
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
Swift
case source = "source"
-
A derivation for which the entity is removed from accessibility usually through the use of the Delete operation.
Declaration
Swift
case removal = "removal"