PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/DetectedIssue
description: Base StructureDefinition for DetectedIssue Resource
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: 0
  category: {short: 'Issue Category, e.g. drug-drug, duplicate therapy, etc.', type: CodeableConcept, isSummary: true, index: 1}
  date: {short: When identified, type: dateTime, isSummary: true, index: 5}
  mitigation:
    type: BackboneElement
    short: Step taken to address
    array: true
    index: 9
    elements:
      action: {short: 'What mitigation?', comments: The "text" component can be used for detail or when no appropriate code exists., type: CodeableConcept, index: 10}
      date: {short: Date committed, comments: This may not be the same as when the mitigating step was actually taken., type: dateTime, index: 11}
      author:
        short: Who is committing?
        refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
        type: Reference
        index: 12
    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: 8}
  severity: {short: high | moderate | low, type: code, isSummary: true, index: 2}
  identifier: {short: Unique id for the detected issue, type: Identifier, isSummary: true, index: 7}
  implicated:
    short: Problem resource
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    comments: There's an implicit constraint on the number of implicated resources based on DetectedIssue.type; e.g. For drug-drug, there would be more than one.  For timing, there would typically only be one.
    type: Reference
    array: true
    isSummary: true
    index: 3
  detail: {short: Description and context, comments: Should focus on information not covered elsewhere as discrete data - no need to duplicate the narrative., type: string, index: 4}
package_version: 1.8.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DetectedIssue
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null