FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Clinical Decision Support Work GroupMaturity Level: 1 Trial UseCompartments: Device, Patient, Practitioner

Detailed Descriptions for the elements in the DetectedIssue resource.

DetectedIssue
Definition

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.

Control1..1
Alternate NamesDDI; drug-drug interaction; Contraindication; Alert
DetectedIssue.identifier
Definition

Business identifier associated with the detected issue record.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Requirements

Allows linking instances of the same detected issue found on different servers.

Summarytrue
DetectedIssue.status
Definition

Indicates the status of the detected issue.

Control1..1
Terminology BindingObservationStatus (Required)
Typecode
Is Modifiertrue
Alternate Namesstatus
Summarytrue
Comments

This element is labeled as a modifier because the status contains the codes cancelled and entered-in-error that mark the issue as not currently valid.

DetectedIssue.category
Definition

Identifies the general type of issue identified.

Control0..1
Terminology BindingDetected Issue Category (Preferred)
TypeCodeableConcept
Alternate Namestype
Summarytrue
DetectedIssue.severity
Definition

Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.

Control0..1
Terminology BindingDetectedIssueSeverity (Required)
Typecode
Alternate Namesseverity
Summarytrue
DetectedIssue.patient
Definition

Indicates the patient whose record the detected issue is associated with.

Control0..1
TypeReference(Patient)
Requirements

While the subject could be inferred by tracing the subject of the implicated resources, it's useful to have a direct link for query purposes.

Summarytrue
DetectedIssue.date
Definition

The date or date-time when the detected issue was initially identified.

Control0..1
TypedateTime
Requirements

No-one can be responsible for mitigation prior to the issue being identified.

Summarytrue
DetectedIssue.author
Definition

Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.

Control0..1
TypeReference(Practitioner | Device)
Summarytrue
DetectedIssue.implicated
Definition

Indicates the resource representing the current activity or proposed activity that is potentially problematic.

Control0..*
TypeReference(Any)
Alternate Namescause
Summarytrue
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.

DetectedIssue.detail
Definition

A textual explanation of the detected issue.

Control0..1
Typestring
Comments

Should focus on information not covered elsewhere as discrete data - no need to duplicate the narrative.

DetectedIssue.reference
Definition

The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.

Control0..1
Typeuri
DetectedIssue.mitigation
Definition

Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.

Control0..*
DetectedIssue.mitigation.action
Definition

Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue.

Control1..1
Terminology BindingDetected Issue Mitigation Action (Preferred)
TypeCodeableConcept
Comments

The "text" component can be used for detail or when no appropriate code exists.

DetectedIssue.mitigation.date
Definition

Indicates when the mitigating action was documented.

Control0..1
TypedateTime
Comments

This may not be the same as when the mitigating step was actually taken.

DetectedIssue.mitigation.author
Definition

Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring.

Control0..1
TypeReference(Practitioner)