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

    • identifier

      Business identifier associated with the detected issue record.
    • status

      Indicates the status of the detected issue.
    • category

      Identifies the general type of issue identified.
    • severity

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

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

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

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

      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

      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

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

      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

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

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

      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

      public static final String SP_DATE
      Search parameter: date

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

      See Also:
    • DATE

      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

      public static final String SP_IDENTIFIER
      Search parameter: identifier

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

      See Also:
    • IDENTIFIER

      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

      public static final String SP_PATIENT
      Search parameter: patient

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

      See Also:
    • PATIENT

      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

      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

      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

      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

      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

      public static final String SP_IMPLICATED
      Search parameter: implicated

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

      See Also:
    • IMPLICATED

      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

      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

      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

      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

  • Method Details