| View: | Hide Browser | Browser on the left | Browser on the right | Dictionary |
| Report: | General Info | Attributes | Relations | Constraints |
| Attributes | ||||
| Signature | Optionality | Multiplicity | Constant | Documentation |
| 0..1 | -- | Optional end time of the clinical session. | ||
| 0..1 | -- | The actual location where the session occurred, e.g. “microbiol lab 2”, “home”, “ward A3” and so on. | ||
| 0..1 | -- | Other optional context which will be archetyped. | ||
| 1 | -- | The setting in which the clinical session took place. Coded using the openEHR Terminology, “setting” group. | ||
| 1 | -- | Start time of the clinical session or other kind of event during which a provider performs a service of any kind for the patient. | ||
| Attributes from Associations | ||||
| Signature | Optionality | Multiplicity | Documentation | |
| health_care_facility : PARTY_REF | 0..1 | -- | ||
| composer : PARTY_REF | 1 | -- | ||
| participations : Set<PARTICIPATION> | 0..1 | 0..* | Parties involved in the healthcare event. These would normally include the physician(s) and often the patient (but not the latter if the clinical session is a pathology test for example). | |
| health_care_facility : PARTY_IDENTIFIED | 0..1 | -- | The health care facility under whose care the event took place. This is the most specific workgroup or delivery unit within a care delivery enterprise that has an official identifier in the health system, and can be used to ensure medico-legal accountability. | |
| Constraints | ||
| Name | Expression | |
| setting_valid | inv: setting <> Void and Terminology(Terminology_id_openehr).has_code_for_group_id (Group_id_setting, setting.defining_code) | |
| participations_validity | inv: participations <> Void implies not participations. is_empty | |
| start_time_valid | inv: start_time <> Void | |
| location_valid | inv: location <> Void implies not location.is_empty | |