|
Given the Preconditions: - The Patient-Read test case must have been executed successfully beforehand. - The test dataset must have been entered in the system under test according to the specifications (manually). - The ID of the corresponding FHIR resource for this test dataset must be stored in the configuration variable 'coverage-read-private-id'. - The FHIR Profile for the resource is ISiKVersicherungsverhaeltnisSelbstzahler
Create a Coverage resource with the following insurance relationship in your system:
* Beneficiary: the patient from the Patient-Read test case * Status: active/valid * Coverage type: self-pay (Selbstzahler/privat) * Payor: same as the beneficiary * Payor display: the value from the variable 'patient-read-display-name' * (Optional) Tag: Value defined through the configuration variables 'tag-value' and 'tag-system'
|