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

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.
description: 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.
derivation: specialization
name: DetectedIssue
type: DetectedIssue
elements:
  patient: {short: Associated patient, isSummary: true, index: 4}
  evidence:
    short: Supporting evidence
    array: true
    index: 9
    elements:
      code:
        short: Manifestation
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/manifestation-or-symptom'}
        index: 10
      detail: {short: Supporting information, array: true, index: 11}
  mitigation:
    short: Step taken to address
    array: true
    index: 14
    elements:
      action:
        short: What mitigation?
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action'}
        index: 15
      date: {short: Date committed, index: 16}
      author: {short: 'Who is committing?', index: 17}
    required: [action]
  author: {short: The provider or device that identified the issue, isSummary: true, index: 7}
  reference: {short: Authority for issue, index: 13}
  status:
    isModifier: true
    short: registered | preliminary | final | amended +
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/observation-status|4.0.1'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  severity:
    short: high | moderate | low
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-severity|4.0.1'}
    isSummary: true
    index: 3
  code:
    short: Issue Category, e.g. drug-drug, duplicate therapy, etc.
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-category'}
    isSummary: true
    index: 2
  identifier: {short: Unique id for the detected issue, array: true, isSummary: true, index: 0}
  identified:
    short: When identified
    choices: []
    isSummary: true
    index: 6
  implicated: {short: Problem resource, array: true, isSummary: true, index: 8}
  detail: {short: Description and context, index: 12}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DetectedIssue
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status]