patient-read-report
Given a period and an interval, in minutes, produces Parameters resource containing a list of "interval" parameter components, which each contain a list of parameter components containing (in CSV format) the user and patient details for each READ access
Applies to: AuditEvent
| Name | Cardinality | Type | Documentation |
|---|---|---|---|
| interval-minutes | 1..1 | PositiveInt |
The length of the intervals, in minutes, to group the patient read results |
| period-end | 1..1 | String |
End or "to" date of the patient read report |
| period-start | 1..1 | String |
Start or "from" date of the patient read report |
| Name | Cardinality | Type | Documentation | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| csv-header | 1..1 | String |
Comma-separated header for the interval data - details which data is in each report data line |
||||||||||||
| from | 1..1 | DateTime |
Start date-time of the report |
||||||||||||
| interval | 1..* |
Data for each interval |
|||||||||||||
|
|||||||||||||||
| to | 1..1 | DateTime |
End date-time of the report |
||||||||||||