Schema for Cleo Patient Event Metadata

From PatientEventMetadata.schema.yaml (cleo/PatientEventMetadata.schema)

---
$id: https://skeleton.botmd.io/cleo/PatientEventMetadata.schema
$schema: http://json-schema.org/draft-07/schema#

title: Patient Event Metadata
description: Provides supplementary information about the patient event.

type: object
additionalProperties: false
required: []

properties:
  updated_by:
    title: Updated By
    description: Clinician PK who update the patient event.
    type: integer
    minimum: 1
  is_synced_to_client:
    title: Is Synced to Client
    description: Whether patient event data already synced to client. Example case Siloam
    type: boolean
  is_synced_to_client_after_finished:
    title: Is Synced to Client after Finished
    description: Whether patient event data already synced to client after appointment finished, example show or not show on appointment. Example case Siloam
    type: boolean

[Main Page] [Schema Documentation] [Examples]