PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    http://hl7.org/fhir/StructureDefinition/DetectedIssue
description: Base StructureDefinition for DetectedIssue Resource
package_name: hl7.fhir.r3.examples
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, 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, 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, isSummary: true, index: 1}
  severity: {short: high | moderate | low, type: code, isSummary: true, index: 3}
  identifier: {short: Unique id for the detected issue, type: Identifier, 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.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/DetectedIssue
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [status]