PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.5.0
    http://hl7.org/fhir/StructureDefinition/DetectedIssue
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.
package_name: hl7.fhir.core
derivation: specialization
name: DetectedIssue
type: DetectedIssue
elements:
  patient:
    short: Associated patient
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 4
  category:
    short: Issue Category, e.g. drug-drug, duplicate therapy, etc.
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-category'}
    isSummary: true
    index: 2
  date: {short: When identified, type: dateTime, isSummary: true, index: 5}
  mitigation:
    type: BackboneElement
    short: Step taken to address
    array: true
    index: 10
    elements:
      action:
        short: What mitigation?
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action'}
        index: 11
      date: {short: Date committed, type: dateTime, index: 12}
      author:
        short: Who is committing?
        refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
        type: Reference
        index: 13
    required: [action]
  author:
    short: The provider or device that identified the issue
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Practitioner']
    type: Reference
    isSummary: true
    index: 6
  reference: {type: uri, short: Authority for issue, index: 9}
  status:
    isModifier: true
    short: registered | preliminary | final | amended +
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/observation-status'}
    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
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-severity'}
    isSummary: true
    index: 3
  identifier: {short: Unique id for the detected issue, type: Identifier, array: true, isSummary: true, index: 0}
  implicated:
    short: Problem resource
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    isSummary: true
    index: 7
  detail: {short: Description and context, type: string, index: 8}
package_version: 3.5.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DetectedIssue
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [status]