Type operation 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

In parameters

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

Out parameters

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

from 1..1 DateTime

Start date-time of the interval

to 1..1 DateTime

End date-time of the interval

line 1..* String

Data for this interval (client name and id, user name and id and alternate id, patient details) as a comma-separated string

to 1..1 DateTime

End date-time of the report