Check and corrections on date and dateTime.

EH/population-statistics-authorisation
Eric Hoekstra 1 year ago
parent 86690151c3
commit 65a5ce2e56

@ -40,9 +40,7 @@ get:
calculatedAt: calculatedAt:
description: |- description: |-
*OPTIONAL*. The timestamp when the group average was calculated. If not present, no group average calculation is available. *OPTIONAL*. The timestamp when the group average was calculated. If not present, no group average calculation is available.
type: string $ref: ../schemas/dateTime.yaml
format: dateTime
example: 2023-04-01T12:30:00.000Z
refDate: refDate:
description: 'Groups reported are available for this date (dutch: _peildatum_).' description: 'Groups reported are available for this date (dutch: _peildatum_).'
$ref: ../schemas/date.yaml $ref: ../schemas/date.yaml
@ -80,16 +78,12 @@ get:
description: |- description: |-
If present, this GP practice is calculated for this refDate for this care program, and the calculation If present, this GP practice is calculated for this refDate for this care program, and the calculation
is based on a snapshot of GPIS data at this instant. is based on a snapshot of GPIS data at this instant.
type: string $ref: ../schemas/dateTime.yaml
format: datetime
example: 2023-04-01T12:30:00.000Z
mostRecentDataAvailable: mostRecentDataAvailable:
description: |- description: |-
If present, this GP practice's most recent available data is a GPIS snapshot with GPIS data at this instant. If present, this GP practice's most recent available data is a GPIS snapshot with GPIS data at this instant.
Usually equal to `calculationBasedOn`, but can be newer. If not present, this GP practice has no data available. Usually equal to `calculationBasedOn`, but can be newer. If not present, this GP practice has no data available.
type: string $ref: ../schemas/dateTime.yaml
format: datetime
example: 2023-04-01T12:30:00.000Z
required: required:
- agb - agb
- name - name

@ -1,4 +1,4 @@
description: The source of the medical data used to produce this report (which General Practitioner Information System used, and when the data was provided). description: "The source of the medical data used to produce this report: which general practitioner information system was used, and when the data was provided."
type: object type: object
properties: properties:
gpisType: gpisType:
@ -9,6 +9,4 @@ properties:
description: |- 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, 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. this value is not always accurate and can be off by as much as a week.
type: string $ref: dateTime.yaml
format: dateTime
example: 2023-04-01T12:30:00.000Z

@ -1,5 +1,4 @@
description: |- description: Date without time part in ISO-8601 complete extended format.
Date without time part in ISO-8601 format.
type: string type: string
format: date format: date
example: "1970-01-13" example: "1970-01-13"

@ -1,4 +1,4 @@
description: Date with time part in ISO-8601 format. description: Timestamp in complete basic representation of date and time according ISO 8601.
type: string type: string
format: datetime format: datetime
example: "1970-01-13T13:59:00.123456" example: "19700131T235901"

Loading…
Cancel
Save