# Referral period

Time periods

## Properties

| Property    | Type                                                                                                                                                | Description                                                                                                        |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `startDate` | [Date](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/Date/README.md)     | The date (unix epoch in ms) when the referral period initiated, will be filled instantaneously. format: date-time. |
| `endDate`   | [Date](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/Date/README.md)     | The date (unix epoch in ms) the referral period ended, will be instantaneously filled. format: date-time.          |
| `comment`   | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/String/README.md) | Comments made during the referral.                                                                                 |
