PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.5.0
    http://hl7.org/fhir/StructureDefinition/AdverseEvent
description: An event (i.e. any change to current patient status) that may be related to unintended effects on a patient or research subject.  The unintended effects may require additional monitoring, treatment or hospitalization or may result in death.  The AdverseEvent resource also extends to potential or avoided events that could have had such effects.
package_name: hl7.fhir.r5.core
derivation: specialization
name: AdverseEvent
type: AdverseEvent
elements:
  category:
    short: wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-category'}
    isSummary: true
    index: 3
  actuality:
    isModifier: true
    short: actual | potential
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-actuality|4.5.0'}
    isModifierReason: This element is labeled as a modifier because it has a potential code that indicates the adverse event did not actually happen.
    isSummary: true
    index: 2
  study:
    short: Research study that the subject is enrolled in
    refers: ['http://hl7.org/fhir/StructureDefinition/ResearchStudy']
    type: Reference
    array: true
    isSummary: true
    index: 51
  supportingInfo:
    type: BackboneElement
    short: Supporting information relevant to the event
    isSummary: true
    array: true
    index: 46
    elements:
      item:
        short: Subject medical history or document relevant to this adverse event
        choices: [itemReference, itemCodeableConcept]
        isSummary: true
        index: 48
      itemReference:
        short: Subject medical history or document relevant to this adverse event
        refers: ['http://hl7.org/fhir/StructureDefinition/AllergyIntolerance', 'http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory', 'http://hl7.org/fhir/StructureDefinition/Immunization', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/Procedure']
        type: Reference
        choiceOf: item
        isSummary: true
        index: 49
      itemCodeableConcept: {short: Subject medical history or document relevant to this adverse event, type: CodeableConcept, choiceOf: item, isSummary: true, index: 50}
    required: [itemReference, item, itemCodeableConcept]
  encounter:
    short: The Encounter associated with the start of the AdverseEvent
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    isSummary: true
    index: 6
  suspectEntity:
    type: BackboneElement
    short: The suspected agent causing the adverse event
    isSummary: true
    array: true
    index: 22
    elements:
      instance:
        short: Refers to the specific entity that caused the adverse event
        choices: [instanceCodeableConcept, instanceReference]
        isSummary: true
        index: 24
      instanceCodeableConcept: {short: Refers to the specific entity that caused the adverse event, type: CodeableConcept, choiceOf: instance, isSummary: true, index: 25}
      instanceReference:
        short: Refers to the specific entity that caused the adverse event
        refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Immunization', 'http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/MedicationAdministration', 'http://hl7.org/fhir/StructureDefinition/MedicationUsage', 'http://hl7.org/fhir/StructureDefinition/Procedure', 'http://hl7.org/fhir/StructureDefinition/Substance']
        type: Reference
        choiceOf: instance
        isSummary: true
        index: 26
      causality:
        type: BackboneElement
        short: Information on the possible cause of the event
        isSummary: true
        index: 27
        elements:
          assessmentMethod:
            short: Method of evaluating the relatedness of the suspected entity to the event
            type: CodeableConcept
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-causality-method'}
            isSummary: true
            index: 28
          entityRelatedness:
            short: Result of the assessment regarding the relatedness of the suspected entity to the event
            type: CodeableConcept
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-causality-assess'}
            isSummary: true
            index: 29
          author:
            short: Author of the information on the possible cause of the event
            refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
            type: Reference
            isSummary: true
            index: 30
    required: [instance, instanceCodeableConcept, instanceReference]
  outcome:
    short: Type of outcome from the adverse event
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-outcome'}
    isSummary: true
    index: 17
  participant:
    short: Who was involved in the adverse event or the potential adverse event and what they did
    type: BackboneElement
    array: true
    isSummary: true
    index: 19
    elements:
      function:
        short: Type of involvement
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-participant-function'}
        isSummary: true
        index: 20
      actor:
        short: Who was involved in the adverse event or the potential adverse event
        refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        isSummary: true
        index: 21
    required: [actor]
  occurrenceTiming: {short: When the event occurred, type: Timing, choiceOf: occurrence, isSummary: true, index: 11}
  recordedDate: {short: When the event was recorded, type: dateTime, isSummary: true, index: 13}
  contributingFactor:
    type: BackboneElement
    short: Contributing factors suspected to have increased the probability or severity of the adverse event
    isSummary: true
    array: true
    index: 31
    elements:
      item:
        short: Item suspected to have increased the probability or severity of the adverse event
        choices: [itemReference, itemCodeableConcept]
        isSummary: true
        index: 33
      itemReference:
        short: Item suspected to have increased the probability or severity of the adverse event
        refers: ['http://hl7.org/fhir/StructureDefinition/AllergyIntolerance', 'http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory', 'http://hl7.org/fhir/StructureDefinition/Immunization', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/Procedure']
        type: Reference
        choiceOf: item
        isSummary: true
        index: 34
      itemCodeableConcept: {short: Item suspected to have increased the probability or severity of the adverse event, type: CodeableConcept, choiceOf: item, isSummary: true, index: 35}
    required: [itemReference, item, itemCodeableConcept]
  occurrencePeriod: {short: When the event occurred, type: Period, choiceOf: occurrence, isSummary: true, index: 10}
  status:
    isModifier: true
    short: in-progress | completed | entered-in-error | unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-status|4.5.0'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  recorder:
    short: Who recorded the adverse event
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    isSummary: true
    index: 18
  seriousness:
    short: Seriousness or gravity of the event
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-seriousness'}
    isSummary: true
    index: 16
  mitigatingAction:
    type: BackboneElement
    short: Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm
    isSummary: true
    array: true
    index: 41
    elements:
      item:
        short: Ameliorating action taken after the adverse event occured in order to reduce the extent of harm
        choices: [itemReference, itemCodeableConcept]
        isSummary: true
        index: 43
      itemReference:
        short: Ameliorating action taken after the adverse event occured in order to reduce the extent of harm
        refers: ['http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/MedicationAdministration', 'http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/Procedure']
        type: Reference
        choiceOf: item
        isSummary: true
        index: 44
      itemCodeableConcept: {short: Ameliorating action taken after the adverse event occured in order to reduce the extent of harm, type: CodeableConcept, choiceOf: item, isSummary: true, index: 45}
    required: [itemReference, item, itemCodeableConcept]
  code:
    short: Event or incident that occurred or was averted
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-type'}
    isSummary: true
    index: 4
  identifier: {short: Business identifier for the event, type: Identifier, array: true, isSummary: true, index: 0}
  detected: {type: dateTime, short: When the event was detected, isSummary: true, index: 12}
  preventiveAction:
    type: BackboneElement
    short: Preventive actions that contributed to avoiding the adverse event
    isSummary: true
    array: true
    index: 36
    elements:
      item:
        short: Action that contributed to avoiding the adverse event
        choices: [itemReference, itemCodeableConcept]
        isSummary: true
        index: 38
      itemReference:
        short: Action that contributed to avoiding the adverse event
        refers: ['http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/Immunization', 'http://hl7.org/fhir/StructureDefinition/MedicationAdministration', 'http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/Procedure']
        type: Reference
        choiceOf: item
        isSummary: true
        index: 39
      itemCodeableConcept: {short: Action that contributed to avoiding the adverse event, type: CodeableConcept, choiceOf: item, isSummary: true, index: 40}
    required: [itemReference, item, itemCodeableConcept]
  location:
    short: Location where adverse event occurred
    refers: ['http://hl7.org/fhir/StructureDefinition/Location']
    type: Reference
    isSummary: true
    index: 15
  occurrenceDateTime: {short: When the event occurred, type: dateTime, choiceOf: occurrence, isSummary: true, index: 9}
  subject:
    short: Subject impacted by event
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    isSummary: true
    index: 5
  occurrence:
    short: When the event occurred
    choices: [occurrenceDateTime, occurrencePeriod, occurrenceTiming]
    isSummary: true
    index: 8
  resultingCondition:
    short: Effect on the subject due to this event
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition']
    type: Reference
    array: true
    isSummary: true
    index: 14
package_version: 4.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/AdverseEvent
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.5.0
required: [status, subject, actuality]