description: Base StructureDefinition for DetectedIssue Resource package_name: hl7.fhir.r2.core name: DetectedIssue type: null elements: patient: {short: Associated 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: {type: dateTime, short: Date committed, comments: This may not be the same as when the mitigating step was actually taken., index: 11} author: {type: Reference, short: 'Who is committing?', index: 12} required: [action] author: {type: Reference, short: The provider or device that identified the issue, 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, 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: {type: string, short: Description and context, comments: Should focus on information not covered elsewhere as discrete data - no need to duplicate the narrative., index: 4} package_version: 1.0.2 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/DetectedIssue version: null