{
  "resourceType": "StructureDefinition",
  "url": "https://api-erp.kamsoft.pl/ns/StructureDefinition/CostCarrier",
  "name": "CostCarrier",
  "version": "1.0.0",
  "title": "Nośnik kosztów",
  "description": "Zasób kanoniczny FK — okres i nazwa obiektu zbierającego koszty (podstawa dla CostAssignment).",
  "kind": "resource",
  "abstract": false,
  "type": "CostCarrier",
  "baseDefinition": "https://api-erp.kamsoft.pl/ns/StructureDefinition/DomainResource",
  "snapshot": {
    "element": [
      {
        "path": "CostCarrier.identifier",
        "min": 0,
        "max": "*",
        "short": "Identyfikatory nośnika",
        "type": [
          {
            "code": "Identifier[]"
          }
        ]
      },
      {
        "path": "CostCarrier.period",
        "min": 0,
        "max": "1",
        "short": "Okres obowiązywania",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "path": "CostCarrier.name",
        "min": 0,
        "max": "1",
        "short": "Nazwa",
        "type": [
          {
            "code": "String"
          }
        ]
      }
    ]
  }
}