PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.1.0-cibuild
    http://hl7.org/fhir/StructureDefinition/event-eventHistory
description: Links to *Provenance* records for past versions of this resource that document  key state transitions or updates that are deemed \"relevant\" or important to a user looking at the current version of the resource. E.g, when an observation was verified or corrected.  This extension does not point to the Provenance associated with the current version of the resource - as it would be created after this version existed. The *Provenance* for the current version can be retrieved with a [` _revinclude`](search.html#revinclude).
package_name: hl7.fhir.uv.extensions
derivation: constraint
name: EventHistory
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/event-eventHistory'}
    index: 1
  value:
    choices: [valueReference]
    index: 3
  valueReference:
    type: Reference
    choiceOf: value
    refers: ['http://hl7.org/fhir/StructureDefinition/Provenance']
    index: 4
package_version: 5.1.0-cibuild
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/event-eventHistory
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.1.0-cibuild
required: [valueReference, value]