ClinicalDetectedIssueDetail

Represents additional information about a clinical detected issue. This object is available in API version 55.0 and later.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
ClinicalDetectedIssueId
Type
Master-detail reference
Properties
Create, Filter, Group, Sort
Description
The parent clinical detected issue associated with the issue detail.
This field is a relationship field.
Relationship Name
ClinicalDetectedIssue
Relationship Type
Lookup
Refers To
ClinicalDetectedIssue
DetailCodeId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The code associated with the Clinical Detected Issue Detail record.
This field is a polymorphic relationship field.
Relationship Name
DetailCode
Relationship Type
Lookup
Refers To
CodeSet, CodeSetBundle
DetailRecordId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The reference to a record that adds information to a Clinical Detected Issue record.
This field is a polymorphic relationship field.
Relationship Name
DetailRecord
Relationship Type
Lookup
Refers To
Account, ClinicalEncounterDiagnosis, DiagnosticSummary, HealthcareProvider
DetailType
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Specifies the relation between the Clinical Detected Issue record and the detail record.
Possible values are:
  • Evidence
  • Implicated
  • Mitigation
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user viewed this record.
MitigationAuthorId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The owner who is responsible for creating and executing the mitigation plan.
This field is a polymorphic relationship field.
Relationship Name
MitigationAuthor
Relationship Type
Lookup
Refers To
HealthcarePractitionerFacility, HealthcareProvider, User
MitigationAuthoringDateTime
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date and time of authoring the mitigation details.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The system-generated name of the clinical detected issue detail record.

Usage

  • Use the ClinicalDetectedIssueId field to reference the parent ClinicalDetectedIssue record that the additional information is being associated to.
  • Use the DetailRecordId field to reference the record with the associated information. This field looks up to the following objects:
    • Account
    • ClinicalEncounterDiagnosis
    • DiagnosticSummary
    • HealthcareProvider
  • Use the DetailType picklist to specify the type of information that’s being associated to the ClinicalDetectedIssue record.
  • If the detail type is Evidence, specify either a detail code or detail record or both. If the detail type is Implicated, specify a detail record, but do not add a detail code. If the detail type is Mitigation, specify a detail code, but do not add a detail record.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

ClinicalDetectedIssueDetailFeed
Feed tracking is available for the object.
ClinicalDetectedIssueDetailHistory
History is available for tracked fields of the object.
ClinicalDetectedIssueDetailChangeEvent (API version 61.0)
Change events are available for the object.