|
Given the Preconditions: - The Patient-Read test case must have been executed successfully beforehand. - The RelatedPerson-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-statutory-id'. - The FHIR Profile for the resource is ISiKVersicherungsverhaeltnisGesetzlich
Create a Coverage resource with these fields:
* Status: active/valid * Coverage type: statutory (gesetzlich) * Insurer: AOK Baden-Württemberg * IK-Number: 108018007 * Insured person's statutory insurance number (GKV): from the Patient-Read test case * Beneficiary: the patient from the Patient-Read test case * Subscriber: reference to the RelatedPerson from the RelatedPerson-Read test case; Insurance Number (KVNR) belongs to the Subscriber themselves * (Optional) Tag: Value defined through the configuration variables 'tag-value' and 'tag-system'
|