PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot2
    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.r5.examples
derivation: specialization
name: DetectedIssue
type: DetectedIssue
elements:
  patient:
    isModifier: false
    short: Associated patient
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 4
  evidence:
    isModifier: false
    short: Supporting evidence
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: false
    index: 11
    elements:
      code:
        isModifier: false
        short: Manifestation
        type: CodeableConcept
        mustSupport: false
        array: true
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/manifestation-or-symptom'}
        isSummary: false
        index: 12
      detail:
        isModifier: false
        short: Supporting information
        refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
        type: Reference
        mustSupport: false
        array: true
        isSummary: false
        index: 13
  mitigation:
    isModifier: false
    short: Step taken to address
    index: 16
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      action:
        isModifier: false
        short: What mitigation?
        type: CodeableConcept
        mustSupport: false
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action'}
        isSummary: false
        index: 17
      date: {isModifier: false, short: Date committed, type: dateTime, mustSupport: false, isSummary: false, index: 18}
      author:
        isModifier: false
        short: Who is committing?
        refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
        type: Reference
        mustSupport: false
        isSummary: false
        index: 19
    required: [action]
    isSummary: false
  author:
    isModifier: false
    short: The provider or device that identified the issue
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 9
  identifiedDateTime: {isModifier: false, short: When identified, type: dateTime, mustSupport: false, choiceOf: identified, isSummary: true, index: 7}
  reference: {isModifier: false, short: Authority for issue, type: uri, mustSupport: false, isSummary: false, index: 15}
  status:
    isModifier: true
    short: registered | preliminary | final | amended +
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/observation-status|4.6.0'}
    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
  severity:
    isModifier: false
    short: high | moderate | low
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-severity|4.6.0'}
    isSummary: true
    index: 3
  code:
    isModifier: false
    short: Issue Category, e.g. drug-drug, duplicate therapy, etc.
    type: CodeableConcept
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/detectedissue-category'}
    isSummary: true
    index: 2
  identifier: {isModifier: false, short: Unique id for the detected issue, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  identified:
    isModifier: false
    short: When identified
    mustSupport: false
    choices: [identifiedDateTime, identifiedPeriod]
    isSummary: true
    index: 6
  implicated:
    isModifier: false
    short: Problem resource
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 10
  identifiedPeriod: {isModifier: false, short: When identified, type: Period, mustSupport: false, choiceOf: identified, isSummary: true, index: 8}
  detail: {isModifier: false, short: Description and context, type: string, mustSupport: false, isSummary: false, index: 14}
package_version: 5.0.0-snapshot2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DetectedIssue
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.6.0
required: [status]