Created
March 28, 2019 14:25
-
-
Save kiurchv/ad376e002632b5aadda72ec651005eeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Get specific capitation contract | |
Scenario: Get toCreateRequestContent field | |
Given there are 2 legal entities exist | |
And there are 2 employees are associated with legal entities accordingly | |
And a capitation contract with the following fields are associated with first legal entity as nhsLegalEntity and second legal entity as contractorLegalEntity and first employee as nhsSigner and second employee as contractorOwner: | |
| field | value | | |
| databaseId | "8b9482fe-6cb6-4855-a923-7ccd4d9b7aef" | | |
| contractNumber | "0000-9EAX-XT7X-3115" | | |
| contractorOwnerID | "f8feba9f-216d-4caf-bbaa-4228505351ad" | | |
| contractorPaymentDetails | {"MFO": "351005", "bank_name": "Банк номер 1", "payer_account": "32009102701026"} | | |
| contractorRmspAmount | 58813 | | |
| endDate | "2019-04-11" | | |
| externalContractorFlag | true | | |
| externalContractors | [{"contract": {"expires_at": "2020-03-27T11:53:29.256703", "issued_at": "2019-03-28T11:53:29.256701", "number": "1234567"}, "divisions": [{"id": "8256845e-b670-4869-a698-df45854aaa54", "medical_service": "Послуга ПМД", "name": "Бориспільське відділення Клініки Ноунейм"}], "legal_entity_id": "d5a85ff9-c574-4df2-a932-d4b9fa0c7ae6"}] | | |
| idForm | "17" | | |
| issueCity | "Київ" | | |
| nhsContractPrice | 105938.0 | | |
| nhsPaymentMethod | "prepayment" | | |
| nhsSignerBase | "на підставі наказу" | | |
| startDate | "2019-03-28" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment