Examples for Cleo Profile Metadata

From ProfileMetadata.yaml (cleo/ProfileMetadata.schema)

---
{}
---
language: en
---
language: zh
---
email: john@example.com
---
email: 我是john@example.com
---
language: en
avatar: avatar_blue_male

---
engage:
  module: Pre Genetic Counseling
  stage: MODULE_2
---
maxicare:
  expiry_date: "1900-01-01T00:00:00+00:00"
  coverages:
    - code: ACU
      description: Annual Check-Up

    - code: C
      description: Consultation

    - code: IP
      description: Inpatient

    - code: OP
      description: Outpatient

    - code: ER
      description: Emergency

    - code: M
      description: Maternity


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]