Newer Version Available

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

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;}

Property Value

Type: String

careProviderId

Represents the ID of the care provider.

Signature

public String careProviderId {get; set;}

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;}

Property Value

Type: String

practitionerFacilityId

Represents the facility ID of the practitioner.

Signature

public String practitionerFacilityId {get; set;}

Property Value

Type: String

serviceTypeCode

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

Signature

public String serviceTypeCode {get; set;}

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;}

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;}

Property Value

Type: String

sourceSystem

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

Signature

public String sourceSystem {get; set;}

Property Value

Type: String