Class DetectedIssue

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 DetectedIssue extends DomainResource
Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc.
See Also:
  • Field Details Link icon

    • identifier Link icon

      Business identifier associated with the detected issue record.
    • status Link icon

      Indicates the status of the detected issue.
    • category Link icon

      Identifies the general type of issue identified.
    • severity Link icon

      Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.
    • patient Link icon

      protected Reference patient
      Indicates the patient whose record the detected issue is associated with.
    • patientTarget Link icon

      The actual object that is the target of the reference (Indicates the patient whose record the detected issue is associated with.)
    • date Link icon

      protected DateTimeType date
      The date or date-time when the detected issue was initially identified.
    • author Link icon

      protected Reference author
      Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.
    • authorTarget Link icon

      The actual object that is the target of the reference (Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.)
    • implicated Link icon

      Indicates the resource representing the current activity or proposed activity that is potentially problematic.
    • implicatedTarget Link icon

      The actual objects that are the target of the reference (Indicates the resource representing the current activity or proposed activity that is potentially problematic.)
    • detail Link icon

      protected StringType detail
      A textual explanation of the detected issue.
    • reference Link icon

      protected UriType reference
      The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.
    • mitigation Link icon

      Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.
    • SP_DATE Link icon

      public static final String SP_DATE
      Search parameter: date

      Description: When identified
      Type: date
      Path: DetectedIssue.date

      See Also:
    • DATE Link icon

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

      Description: When identified
      Type: date
      Path: DetectedIssue.date

    • SP_IDENTIFIER Link icon

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: Unique id for the detected issue
      Type: token
      Path: DetectedIssue.identifier

      See Also:
    • IDENTIFIER Link icon

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

      Description: Unique id for the detected issue
      Type: token
      Path: DetectedIssue.identifier

    • SP_PATIENT Link icon

      public static final String SP_PATIENT
      Search parameter: patient

      Description: Associated patient
      Type: reference
      Path: DetectedIssue.patient

      See Also:
    • PATIENT Link icon

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

      Description: Associated patient
      Type: reference
      Path: DetectedIssue.patient

    • INCLUDE_PATIENT Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DetectedIssue:patient".
    • SP_AUTHOR Link icon

      public static final String SP_AUTHOR
      Search parameter: author

      Description: The provider or device that identified the issue
      Type: reference
      Path: DetectedIssue.author

      See Also:
    • AUTHOR Link icon

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

      Description: The provider or device that identified the issue
      Type: reference
      Path: DetectedIssue.author

    • INCLUDE_AUTHOR Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DetectedIssue:author".
    • SP_IMPLICATED Link icon

      public static final String SP_IMPLICATED
      Search parameter: implicated

      Description: Problem resource
      Type: reference
      Path: DetectedIssue.implicated

      See Also:
    • IMPLICATED Link icon

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

      Description: Problem resource
      Type: reference
      Path: DetectedIssue.implicated

    • INCLUDE_IMPLICATED Link icon

      public static final ca.uhn.fhir.model.api.Include INCLUDE_IMPLICATED
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DetectedIssue:implicated".
    • SP_CATEGORY Link icon

      public static final String SP_CATEGORY
      Search parameter: category

      Description: Issue Category, e.g. drug-drug, duplicate therapy, etc.
      Type: token
      Path: DetectedIssue.category

      See Also:
    • CATEGORY Link icon

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

      Description: Issue Category, e.g. drug-drug, duplicate therapy, etc.
      Type: token
      Path: DetectedIssue.category

  • Constructor Details Link icon

  • Method Details Link icon