{
  "resourceType": "ValueSet",
  "id": "price-type",
  "url": "https://api-erp.kamsoft.pl/vs/price-type",
  "version": "1.0.0",
  "name": "PriceType",
  "title": "Price Type",
  "status": "active",
  "content": "complete",
  "concept": [
    {
      "code": "unit",
      "display": "Cena za jednostkę"
    },
    {
      "code": "list",
      "display": "Cena katalogowa"
    },
    {
      "code": "transactional",
      "display": "Cena transakcyjna"
    },
    {
      "code": "promotional",
      "display": "Cena promocyjna"
    }
  ]
}
