Class AdverseEvent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class AdverseEvent extends DomainResource
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.
See Also:
  • Field Details

    • identifier

      Business identifiers assigned to this adverse event by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
    • actuality

      Whether the event actually happened, or just had the potential to. Note that this is independent of whether anyone was affected or harmed or how severely.
    • category

      The overall type of event, intended for search and filtering purposes.
    • event

      This element defines the specific type of event that occurred or that was prevented from occurring.
    • subject

      protected Reference subject
      This subject or group impacted by the event.
    • subjectTarget

      The actual object that is the target of the reference (This subject or group impacted by the event.)
    • encounter

      protected Reference encounter
      The Encounter during which AdverseEvent was created or to which the creation of this record is tightly associated.
    • encounterTarget

      The actual object that is the target of the reference (The Encounter during which AdverseEvent was created or to which the creation of this record is tightly associated.)
    • date

      protected DateTimeType date
      The date (and perhaps time) when the adverse event occurred.
    • detected

      Estimated or actual date the AdverseEvent began, in the opinion of the reporter.
    • recordedDate

      The date on which the existence of the AdverseEvent was first recorded.
    • resultingCondition

      Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical).
    • resultingConditionTarget

      The actual objects that are the target of the reference (Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical).)
    • location

      protected Reference location
      The information about where the adverse event occurred.
    • locationTarget

      The actual object that is the target of the reference (The information about where the adverse event occurred.)
    • seriousness

      Assessment whether this event was of real importance.
    • severity

      Describes the severity of the adverse event, in relation to the subject. Contrast to AdverseEvent.seriousness - a severe rash might not be serious, but a mild heart problem is.
    • outcome

      Describes the type of outcome from the adverse event.
    • recorder

      protected Reference recorder
      Information on who recorded the adverse event. May be the patient or a practitioner.
    • recorderTarget

      The actual object that is the target of the reference (Information on who recorded the adverse event. May be the patient or a practitioner.)
    • contributor

      Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities. Such information includes information leading to the decision to perform the activity and how to perform the activity (e.g. consultant), information that the activity itself seeks to reveal (e.g. informant of clinical history), or information about what activity was performed (e.g. informant witness).
    • contributorTarget

      The actual objects that are the target of the reference (Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities. Such information includes information leading to the decision to perform the activity and how to perform the activity (e.g. consultant), information that the activity itself seeks to reveal (e.g. informant of clinical history), or information about what activity was performed (e.g. informant witness).)
    • suspectEntity

      Describes the entity that is suspected to have caused the adverse event.
    • subjectMedicalHistory

      AdverseEvent.subjectMedicalHistory.
    • subjectMedicalHistoryTarget

      The actual objects that are the target of the reference (AdverseEvent.subjectMedicalHistory.)
    • referenceDocument

      AdverseEvent.referenceDocument.
    • referenceDocumentTarget

      The actual objects that are the target of the reference (AdverseEvent.referenceDocument.)
    • study

      protected List<Reference> study
      AdverseEvent.study.
    • studyTarget

      The actual objects that are the target of the reference (AdverseEvent.study.)
    • SP_DATE

      public static final String SP_DATE
      Search parameter: date

      Description: When the event occurred
      Type: date
      Path: AdverseEvent.date

      See Also:
    • DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
      Fluent Client search parameter constant for date

      Description: When the event occurred
      Type: date
      Path: AdverseEvent.date

    • SP_SEVERITY

      public static final String SP_SEVERITY
      Search parameter: severity

      Description: mild | moderate | severe
      Type: token
      Path: AdverseEvent.severity

      See Also:
    • SEVERITY

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam SEVERITY
      Fluent Client search parameter constant for severity

      Description: mild | moderate | severe
      Type: token
      Path: AdverseEvent.severity

    • SP_RECORDER

      public static final String SP_RECORDER
      Search parameter: recorder

      Description: Who recorded the adverse event
      Type: reference
      Path: AdverseEvent.recorder

      See Also:
    • RECORDER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RECORDER
      Fluent Client search parameter constant for recorder

      Description: Who recorded the adverse event
      Type: reference
      Path: AdverseEvent.recorder

    • INCLUDE_RECORDER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_RECORDER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "AdverseEvent:recorder".
    • SP_STUDY

      public static final String SP_STUDY
      Search parameter: study

      Description: AdverseEvent.study
      Type: reference
      Path: AdverseEvent.study

      See Also:
    • STUDY

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam STUDY
      Fluent Client search parameter constant for study

      Description: AdverseEvent.study
      Type: reference
      Path: AdverseEvent.study

    • INCLUDE_STUDY

      public static final ca.uhn.fhir.model.api.Include INCLUDE_STUDY
      Constant for fluent queries to be used to add include statements. Specifies the path value of "AdverseEvent:study".
    • SP_ACTUALITY

      public static final String SP_ACTUALITY
      Search parameter: actuality

      Description: actual | potential
      Type: token
      Path: AdverseEvent.actuality

      See Also:
    • ACTUALITY

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam ACTUALITY
      Fluent Client search parameter constant for actuality

      Description: actual | potential
      Type: token
      Path: AdverseEvent.actuality

    • SP_SERIOUSNESS

      public static final String SP_SERIOUSNESS
      Search parameter: seriousness

      Description: Seriousness of the event
      Type: token
      Path: AdverseEvent.seriousness

      See Also:
    • SERIOUSNESS

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam SERIOUSNESS
      Fluent Client search parameter constant for seriousness

      Description: Seriousness of the event
      Type: token
      Path: AdverseEvent.seriousness

    • SP_SUBJECT

      public static final String SP_SUBJECT
      Search parameter: subject

      Description: Subject impacted by event
      Type: reference
      Path: AdverseEvent.subject

      See Also:
    • SUBJECT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
      Fluent Client search parameter constant for subject

      Description: Subject impacted by event
      Type: reference
      Path: AdverseEvent.subject

    • INCLUDE_SUBJECT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "AdverseEvent:subject".
    • SP_RESULTINGCONDITION

      public static final String SP_RESULTINGCONDITION
      Search parameter: resultingcondition

      Description: Effect on the subject due to this event
      Type: reference
      Path: AdverseEvent.resultingCondition

      See Also:
    • RESULTINGCONDITION

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RESULTINGCONDITION
      Fluent Client search parameter constant for resultingcondition

      Description: Effect on the subject due to this event
      Type: reference
      Path: AdverseEvent.resultingCondition

    • INCLUDE_RESULTINGCONDITION

      public static final ca.uhn.fhir.model.api.Include INCLUDE_RESULTINGCONDITION
      Constant for fluent queries to be used to add include statements. Specifies the path value of "AdverseEvent:resultingcondition".
    • SP_SUBSTANCE

      public static final String SP_SUBSTANCE
      Search parameter: substance

      Description: Refers to the specific entity that caused the adverse event
      Type: reference
      Path: AdverseEvent.suspectEntity.instance

      See Also:
    • SUBSTANCE

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBSTANCE
      Fluent Client search parameter constant for substance

      Description: Refers to the specific entity that caused the adverse event
      Type: reference
      Path: AdverseEvent.suspectEntity.instance

    • INCLUDE_SUBSTANCE

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBSTANCE
      Constant for fluent queries to be used to add include statements. Specifies the path value of "AdverseEvent:substance".
    • SP_LOCATION

      public static final String SP_LOCATION
      Search parameter: location

      Description: Location where adverse event occurred
      Type: reference
      Path: AdverseEvent.location

      See Also:
    • LOCATION

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam LOCATION
      Fluent Client search parameter constant for location

      Description: Location where adverse event occurred
      Type: reference
      Path: AdverseEvent.location

    • INCLUDE_LOCATION

      public static final ca.uhn.fhir.model.api.Include INCLUDE_LOCATION
      Constant for fluent queries to be used to add include statements. Specifies the path value of "AdverseEvent:location".
    • SP_CATEGORY

      public static final String SP_CATEGORY
      Search parameter: category

      Description: 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
      Type: token
      Path: AdverseEvent.category

      See Also:
    • CATEGORY

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CATEGORY
      Fluent Client search parameter constant for category

      Description: 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
      Type: token
      Path: AdverseEvent.category

    • SP_EVENT

      public static final String SP_EVENT
      Search parameter: event

      Description: Type of the event itself in relation to the subject
      Type: token
      Path: AdverseEvent.event

      See Also:
    • EVENT

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam EVENT
      Fluent Client search parameter constant for event

      Description: Type of the event itself in relation to the subject
      Type: token
      Path: AdverseEvent.event

  • Constructor Details

  • Method Details