Newer Version Available

This content describes an older version of this product. View Latest

ClinicalServiceRequestDetail

Associates records from different objects to a clinical service request record to add more information to it. This is a multi-object junction object. This object is available in API version 51.0 and later.

Supported Calls

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

Fields

Field Details
ClinicalServiceRequestId
Type
Master-detail reference
Properties
Create, Filter, Group, Sort
Description
References the parent service request record.
Referenced Objects
  • ClinicalServiceRequest
DetailCodeId
Type
Polymorphic reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References a code set or code set bundle that adds information to a clinical service request record.
Referenced Objects
  • CodeSet
  • CodeSetBundle
DetailRecordId
Type
Polymorphic reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References a record that adds information to a clinical service request record.
Referenced Objects
  • ClinicalServiceRequest
  • MedicationRequest
  • HealthcareFacility
  • CareObservation
  • HealthCondition
  • DiagnosticSummary
DetailType
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Specifies the relation between the service request and the detail record.
Possible values are:
  • Based On
  • Body Site
  • Reason Reference
  • Request Facility
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.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The system-generated name of the clinical service request detail record.

Usage

ClinicalServiceRequestDetail records add additional information to ClinicalServiceRequest records. This information may be of the following types, referencing the following types of records:

  • Based On: Clinical service requests or medication requests
  • Body Site: Code sets or code set bundles
  • Reason Reference: Health conditions, care observations, or diagnostic summaries
  • Request Facility: Healthcare facilities, code sets, or code set bundles

The records providing this additional information is selected using either the DetailCodeId or DetailRecordId fields, and then the type of information is specified using the DetailType field. This information is then connected to the clinical service request record it belongs to using the ClinicalServiceRequestId field.

One record of ClinicalServiceRequestDetail can specify only one type and piece of information. If multiple detail types or detail instances are required in the parent clinical service request record, multiple records of ClinicalServiceRequestDetail are required.

Associated Objects

This object has the following associated objects. Unless noted, they are available in the same API version as this object.

ClinicalServiceRequestDetailFeed
Feed tracking is available for the object.
ClinicalServiceRequestDetailHistory
History is available for tracked fields of the object.