Workplace environment

Definition

Conditions under which a specific workplace operates.

Description

The term workplace environment refers to workplace specific descriptions regarding the work environment or a workplace's conditions. For example, if it involves beredskapstjänst or höghöjdsarbete.

GraphQL examples

The queries below can be tested through our GraphiQL interface.

Get all employment durations

query work_place_environment {
  concepts(type: "work-place-environment") {
    id
    type
    preferred_label
    definition
  }
}