This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Adjusting failing Integration tests in CircleCI #570
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[ADJUST] Diagnostic Report w/ Observation is a valid ressource, therefore it should check for 201
[DELETE] Unnecessary "prepare" tags
[DELETE] Negative flow tests that tested valid behaviour. Validation was done by cross checking profiles documentation via https://simplifier.net/ForschungsnetzCovid-19/~resources?category=Profile&fhirVersion=R4&sortBy=RankScore_desc
value.quantity - Blood Pressure- invalid values
value.quantity - Body Temperature- invalid values
value.quantity - Fi02- invalid values
value.quantity - Body Height- invalid values
valueCodeableConcept.coding[0].code - Pregnancy Status -random string
code.coding* - Observation Lab - missing
valueCodeableConcept.coding[0].system - History of Travel - random
valueCodeableConcept.coding[0].code - History of Travel - random string
component[0].code.coding[0].code - History of Travel - random string
component[0].code.coding[0].system - History of Travel - random url
component[1].code.coding[0].code - History of Travel - random string
component[1].code.coding[0].system - History of Travel - random url
component[2].code.coding[0].code - History of Travel - random string
component[2].code.coding[0].system - History of Travel - random url
component[3].code.coding[0].code - History of Travel - random string
component[3].code.coding[0].system - History of Travel - random url
component[4].code.coding[0].code - History of Travel - random string
component[4].code.coding[0].system - History of Travel - random url
[DELETE] Unnecessary Bug Trace - Body Height
[BUG] Unexpected 201 at History if Travel when:
component[0].code.coding[0].system - missing
component[1].code.coding[0].system - missing
component[2].code.coding[0].system - missing
component[3].code.coding[0].system - missing
component[4].code.coding[0].system - missing
#568
This attribute is mandatory according to https://simplifier.net/forschungsnetzcovid-19/historyoftravel. An error should be thrown, when it is missing.
[ADD] Comments to Bug Trace case in History of Travel.