Describe the bug
General parameter _elements is not supported through read interactions. It is only supported through search interactions.
To Reproduce
Steps to reproduce the behavior:
- Execute read interaction:
https://spark.incendi.no/fhir/Patient/example?_format=json&_elements=name,birthDate
Expected behavior
When applied to read interactions should return a resource with only the requested _elements included.
Spark version
Failed tests
ElementsSearchParameterTest (I_ELEMENTS_002)
Describe the bug
General parameter
_elementsis not supported through read interactions. It is only supported through search interactions.To Reproduce
Steps to reproduce the behavior:
https://spark.incendi.no/fhir/Patient/example?_format=json&_elements=name,birthDateExpected behavior
When applied to read interactions should return a resource with only the requested
_elementsincluded.Spark version
Failed tests
ElementsSearchParameterTest(I_ELEMENTS_002)