﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "EmployeeProfessionalGroup",
  "title": "1.0.0",
  "version": "1.0.0",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "meta": {
      "$ref": "Meta.schema.json"
    },
    "owner": {
      "type": "array",
      "items": {
        "$ref": "Reference.schema.json"
      }
    },
    "comment": {
      "type": "string"
    },
    "category": {
      "type": "array",
      "items": {
        "$ref": "CodeableConcept.schema.json"
      }
    },
    "status": {
      "$ref": "CodeableConcept.schema.json"
    },
    "type": {
      "$ref": "CodeableConcept.schema.json"
    },
    "contained": {
      "type": "array",
      "items": {
        "$ref": "Object.schema.json"
      }
    },
    "attribute": {
      "type": "array",
      "items": {
        "$ref": "Attribute.schema.json"
      }
    },
    "identifier": {
      "description": "Identyfikatory przypisania",
      "type": "array",
      "items": {
        "$ref": "Identifier.schema.json"
      }
    },
    "employee": {
      "description": "Pracownik",
      "$ref": "Reference.schema.json"
    },
    "professionalGroup": {
      "description": "Grupa zawodowa",
      "$ref": "Reference.schema.json"
    },
    "employment": {
      "description": "Zatrudnienie",
      "$ref": "Reference.schema.json"
    },
    "primaryEmployment": {
      "description": "Zatrudnienie podstawowe",
      "$ref": "Reference.schema.json"
    },
    "period": {
      "description": "Okres obowi\u0105zywania",
      "$ref": "Period.schema.json"
    }
  }
}