﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "CostAssignmentPosition",
  "title": "1.0.0",
  "version": "1.0.0",
  "type": "object",
  "properties": {
    "positionNo": {
      "description": "Numer pozycji",
      "type": "integer"
    },
    "type": {
      "description": "Typ pozycji alokacji",
      "$ref": "CodeableConcept.schema.json"
    },
    "resource": {
      "description": "Zas\u00F3b \u017Ar\u00F3d\u0142owy",
      "$ref": "Reference.schema.json"
    },
    "valueMoney": {
      "description": "Warto\u015B\u0107 kwotowa",
      "$ref": "Money.schema.json"
    },
    "valueQuantity": {
      "description": "Warto\u015B\u0107 ilo\u015Bciowa",
      "$ref": "Quantity.schema.json"
    }
  }
}