You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be optional data elements to capture the expected start and end dates for a posting/associate of a health worker at a facility.
This particular use case came up in Ghana for community health workers -- as they are will be temporary contract employees, it would be good to be able to plan for turn-over.
More generally, this helps to answer the question of when there is the potential for a particular facility to provide a service. It is analogous to the operating hours of a facility.
From my perspective seems like a reasonable element to support. I assume the "minOccurs" parameter of "0" indicates the "endEffectiveDate" is optional? (my sense is "endEffectiveDate" should be optional)
Modify the operatingHours data type so that dayOfTheWeek is minoccurs=0 and unbounded
Allow an operatingHours element under /CSD/providerDirectory/provider/facilties/facility
Declare more precisely how operatingHours should be interpreted.
For example when determining schedulable time for a health worker providing a service at a facility the following precedence rules apply:
-If any /CSD/providerDirectory/provider/facilties/facility/service/operatingHours exist, they take precedence over any of the other elements defined below. The other elements below are ignored.
-If any /CSD/providerDirectory/provider/facilties/facility/operatingHours exist, then they take
next precedence over any of the other elements defined below. The other elements below are ignored.
-If any /CSD/facilityDirectory/facility/operatingHours exists, then they are used for determine the schedulable time
-if none of the above elements exist, then it is assumed that there are no restrictions on schedulable time
There should be optional data elements to capture the expected start and end dates for a posting/associate of a health worker at a facility.
This particular use case came up in Ghana for community health workers -- as they are will be temporary contract employees, it would be good to be able to plan for turn-over.
More generally, this helps to answer the question of when there is the potential for a particular facility to provide a service. It is analogous to the operating hours of a facility.
Straw Man Proposal:
3)add an optional element operatingDate of type operatingDate under /providerDirectory/provider/facilities/facility
The text was updated successfully, but these errors were encountered: