http://hl7.org/fhir/StructureDefinition/AdverseEvent|4.0.1

Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death.
description: Actual or  potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death.
derivation: specialization
name: AdverseEvent
type: AdverseEvent
elements:
  category:
    short: product-problem | product-quality | product-use-error | wrong-dose | incorrect-prescribing-information | wrong-technique | wrong-route-of-administration | wrong-rate | wrong-duration | wrong-time | expired-drug | medical-device-use-error | problem-different-manufacturer | unsafe-physical-environment
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-category'}
    isSummary: true
    index: 2
  actuality:
    isModifier: true
    short: actual | potential
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-actuality|4.0.1'}
    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: 1
  date: {short: When the event occurred, isSummary: true, index: 6}
  study: {short: AdverseEvent.study, array: true, isSummary: true, index: 25}
  encounter: {short: Encounter created as part of, isSummary: true, index: 5}
  suspectEntity:
    short: The suspected agent causing the adverse event
    array: true
    isSummary: true
    index: 16
    elements:
      instance: {short: Refers to the specific entity that caused the adverse event, isSummary: true, index: 17}
      causality:
        short: Information on the possible cause of the event
        array: true
        isSummary: true
        index: 18
        elements:
          assessment:
            short: Assessment of if the entity caused the event
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-causality-assess'}
            isSummary: true
            index: 19
          productRelatedness: {short: AdverseEvent.suspectEntity.causalityProductRelatedness, isSummary: true, index: 20}
          author: {short: AdverseEvent.suspectEntity.causalityAuthor, isSummary: true, index: 21}
          method:
            short: ProbabilityScale | Bayesian | Checklist
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-causality-method'}
            isSummary: true
            index: 22
    required: [instance]
  referenceDocument: {short: AdverseEvent.referenceDocument, array: true, isSummary: true, index: 24}
  outcome:
    short: resolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-outcome|4.0.1'}
    isSummary: true
    index: 13
  recordedDate: {short: When the event was recorded, isSummary: true, index: 8}
  event:
    short: Type of the event itself in relation to the subject
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-type'}
    isSummary: true
    index: 3
  contributor: {short: Who  was involved in the adverse event or the potential adverse event, array: true, isSummary: true, index: 15}
  subjectMedicalHistory: {short: AdverseEvent.subjectMedicalHistory, array: true, isSummary: true, index: 23}
  recorder: {short: Who recorded the adverse event, isSummary: true, index: 14}
  seriousness:
    short: Seriousness of the event
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-seriousness'}
    isSummary: true
    index: 11
  severity:
    short: mild | moderate | severe
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/adverse-event-severity|4.0.1'}
    isSummary: true
    index: 12
  identifier: {short: Business identifier for the event, isSummary: true, index: 0}
  detected: {short: When the event was detected, isSummary: true, index: 7}
  location: {short: Location where adverse event occurred, isSummary: true, index: 10}
  subject: {short: Subject impacted by event, isSummary: true, index: 4}
  resultingCondition: {short: Effect on the subject due to this event, array: true, isSummary: true, index: 9}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/AdverseEvent
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [subject, actuality]