You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
588 B
YAML
14 lines
588 B
YAML
description: The source of the medical data used to produce this report (which General Practitioner Information System used, and when the data was provided).
|
|
type: object
|
|
properties:
|
|
gpisType:
|
|
description: The type of GP Information System
|
|
type: string
|
|
timestamp:
|
|
description: |-
|
|
The report is based on dossier data as it was on this timestamp; due to inaccuracies by GP information systems that source the data,
|
|
this value is not always accurate and can be off by as much as a week.
|
|
type: string
|
|
format: dateTime
|
|
example: 2023-04-01T12:30:00.000Z
|