Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

AppointmentProvider Class

Represents additional information about the care provider and an appointment.

Namespace

healthcloudext

AppointmentProvider Properties

The following are properties for AppointmentProvider.

appointmentTypeCode

Represents the code for the appointment type.

Signature

public String appointmentTypeCode {get; set;}

1healthcloudext.AppointmentProvider, appointmentTypeCode

Property Value

Type: String

careProviderId

Represents the ID of the care provider.

Signature

public String careProviderId {get; set;}

1healthcloudext.AppointmentProvider, careProviderId

Property Value

Type: String

npi

Represents the unique National Provider Identifier that is assigned to each facility and licensed practitioner.

Signature

public String npi {get; set;}

1healthcloudext.AppointmentProvider, npi

Property Value

Type: String

practitionerFacilityId

Represents the facility ID of the practitioner.

Signature

public String practitionerFacilityId {get; set;}

1healthcloudext.AppointmentProvider, practitionerFacilityId

Property Value

Type: String

serviceTypeCode

Represents the code of the service type to be performed at the appointment.

Signature

public String serviceTypeCode {get; set;}

1healthcloudext.AppointmentProvider, serviceTypeCode

Property Value

Type: String

sourceFacilityId

Represents the ID in the source system of the facility where the encounter will occur.

Signature

public String sourceFacilityId {get; set;}

1healthcloudext.AppointmentProvider, sourceFacilityId

Property Value

Type: String

sourcePractitionerId

Represents the ID in the source system of the practitioner with whom the encounter will occur.

Signature

public String sourcePractitionerId {get; set;}

1healthcloudext.AppointmentProvider, sourcePractitionerId

Property Value

Type: String

sourceSystem

Represents the name of the source system the provider record came from.

Signature

public String sourceSystem {get; set;}

1healthcloudext.AppointmentProvider, sourceSystem

Property Value

Type: String