Slot - GET Slot details
The FHIR Slot resource defines a time during which a provider is available to see patients. The search interaction returns the slots contained within the provided schedule given search parameters.
Pega Foundation for Healthcare
Read operation
Parameters
Key rules
Rule Name | Rule Type | Usage |
Class: PegaHC-Data-AppointmentSchedule | ||
Slot | Connect REST | |
D_FHIR4SlotRead | Data Page | To call connector and map request and response |
SlotReadFHIR4 | Connect REST | Call REST Service using endpoint URL |
MapToSlot4Read | Data Transform | To map result data to data page |
MapToSlot4Details | Data Transform | Map results to PFHC AppointmentSchedule object |
Pre_MapToSlot4Read_Ext | Data Transform | To be used for extension |
Post_MapToSlot4Read_Ext | Data Transform | To be used for extension |
Pre_MapToSlot4Details_Ext | Data Transform | To be used for extension |
Post_MapToSlot4Details_Ext | Data Transform | To be used for extension |
Search operation
Parameters
Key rules
Rule Name | Rule Type | Usage |
Class: PegaHC-Data-AppointmentSchedule | ||
Slot | Connect REST | |
D_FHIR4Slot | Data Page | To call connector and map request and response |
SlotFHIR4 | Connect REST | Call REST Service using endpoint URL |
MapToSlot4 | Data Transform | To map result data to data page |
MapToSlot4Details | Data Transform | Map results to PFHC AppointmentSchedule object |
Pre_ MapToSlot4_Ext | Data Transform | To be used for extension |
Post_ MapToSlot4_Ext | Data Transform | To be used for extension |
Pre_MapToSlot4Details_Ext | Data Transform | To be used for extension |
Post_MapToSlot4Details_Ext | Data Transform | To be used for extension |
Previous topic Schedule - GET Schedule details Next topic Testing