|
|
Given the Preconditions: - The Patient-Read test case must have been executed successfully beforehand. - The Condition-Read-Active 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 and the assigned facility-internal admission number must be stored in the configuration variable 'encounter-read-in-progress-id'.
Create an Encounter resource with these fields (add the optional values if you want to pass the optional search tests too):
* Admission number: a valid admission number assigned by the system (Please, set it in the configuration variable 'encounter-read-in-progress-identifier-value') * Status: in-progress * Type: inpatient (normalstationaer) * Patient: the patient from the Patient-Read test case * Admission reason: referral by a doctor * Department: General Surgery * Start of encounter: 2026-01-06 * Service provider (identifier): 1234567890 * Service provider (display): Hospital * Location: reference to a Location with identifier 'https://test.krankenhaus.de/fhir/sid/zimmerId' and value 'Z001' * Diagnosis: the Condition from the Condition-Read-Active test case * (Optional) Service provider (reference): any * (Optional) Tag: Value defined through the configuration variables 'tag-value' and 'tag-system'
|
SUCCESS |
207ms |