AdverseEvent

open class AdverseEvent: DomainResource

Medical care, research study or other healthcare event causing physical injury.

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.

  • Medical care, research study or other healthcare event causing physical injury.

    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.

    Declaration

    Swift

    override open class var resourceType: String
  • The type of event which is important to characterize what occurred and caused harm to the subject, or had the potential to cause harm to the subject.

    Declaration

    Swift

    public var category: AdverseEventCategory?
  • When the event occurred.

    Declaration

    Swift

    public var date: DateTime?
  • Description of the adverse event.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • Who was involved in the adverse event or the potential adverse event.

    Declaration

    Swift

    public var eventParticipant: Reference?
  • Business identifier for the event.

    Declaration

    Swift

    public var identifier: Identifier?
  • Location where adverse event occurred.

    Declaration

    Swift

    public var location: Reference?
  • resolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown.

    Declaration

    Swift

    public var outcome: CodeableConcept?
  • Adverse Reaction Events linked to exposure to substance.

    Declaration

    Swift

    public var reaction: [Reference]?
  • Who recorded the adverse event.

    Declaration

    Swift

    public var recorder: Reference?
  • AdverseEvent.referenceDocument.

    Declaration

    Swift

    public var referenceDocument: [Reference]?
  • Mild | Moderate | Severe.

    Declaration

    Swift

    public var seriousness: CodeableConcept?
  • AdverseEvent.study.

    Declaration

    Swift

    public var study: [Reference]?
  • Subject or group impacted by event.

    Declaration

    Swift

    public var subject: Reference?
  • AdverseEvent.subjectMedicalHistory.

    Declaration

    Swift

    public var subjectMedicalHistory: [Reference]?
  • The suspected agent causing the adverse event.

    Declaration

    Swift

    public var suspectEntity: [AdverseEventSuspectEntity]?
  • actual | potential.

    Declaration

    Swift

    public var type: CodeableConcept?
  • actual | potential.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class AdverseEvent: DomainResource