Examples for Einstein Profiles Group Ruleset

From ProfilesGroupRuleset.yaml (einstein/ProfilesGroupRuleset.schema)

---
uid: xxxxxx
---
name: All profiles in hospital
all_active: true

---
name: Specific Directory Profiles
description: "" # Empty string
directory_profile_uids:
  - xxxxx12345
  - xxxxx22345
  - xxxxx32345

---
description: Various hospital profiles.
profile_uids:
  - xxxxx12345
  - xxxxx22345
  - xxxxx32345

---
uid: xxxxxxxxxx
filters:
  department__in: [anaesthesia, nursing]
  designation__in: [anaesthesia, nursing]
  tags__has_any_keys: ["botmd:testtag"]

---
uid: xxxxxx
from_model_on: "2018-06-01T12:34:56+00:00"
name: Specific Directory Profiles
directory_profile_uids:
  - xxxxx12345
  - xxxxx22345
  - xxxxx32345


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