Stream: crucible
Topic: History Test
Philip Wilford (May 08 2018 at 06:38):
We have been running the history test, and the server complains about the order. I checked against another server and it matches their order and they pass - it would be good to know what you are looking for in your response - are there elements you are looking for that we do not supply? detailed explanation or better error messages would help :)
Brian Postlethwaite (May 08 2018 at 10:09):
I think there is a bug in there somewhere too.
Did you check my server?
Philip Wilford (May 08 2018 at 11:16):
I checked Graham's and his worked. Angus's failed .. We couldnt get yours to work at all ! It said it could not get your conformance statement
Philip Wilford (May 08 2018 at 11:28):
Also wanted to check with you regarding the Adverse Event - the test is wanting a field called <keep> but it does not exist in the 3.0.1 schema.
Is that something old or new to FHIR Schemas? or a bad test?
Jason Walonoski (May 08 2018 at 11:40):
The History tests are relying on Resource.meta
for sort order, where it checks Resource.meta.versionId
or Resource.meta.lastUpdated
.
Jason Walonoski (May 08 2018 at 11:42):
Regarding the AdverseEvent test, I don't see any field called keep
in the spec, in our code, or in our test. So I don't think I can help you there without a permalink to the test result.
Jason Walonoski (May 08 2018 at 11:44):
Attention @Robert Scanlon
Philip Wilford (May 08 2018 at 22:09):
X010: AdverseEvent: Create New Message:
In the payload request, this element exists ... that is not in the spec
<kind value="ProductProblem"/>
Angus Millar (May 09 2018 at 06:56):
What was it that failed on my Server Phil? Was it a [base]_history or a [base]/[Resourse]/[id]/_history
Angus Millar (May 09 2018 at 07:02):
I reported to ‘kind’ issue in the github issue tracker months ago, here: https://github.com/fhir-crucible/crucible/issues/274
And also ‘frameNumber’ in ImagingManifest here: https://github.com/fhir-crucible/crucible/issues/275
<kind value="ProductProblem"/>
Philip Wilford (May 09 2018 at 22:56):
Regarding the AdverseEvent test, I don't see any field called
keep
in the spec, in our code, or in our test. So I don't think I can help you there without a permalink to the test result.
Sorry meant <kind>
also as angus said the <framenumber> in ImaginManifext
Would be good to get these fixed in the tests
Jas (May 10 2018 at 06:09):
I just cloned crucible and in the process of setting it up locally. However, i cannot find the test scripts. I am sure i am missing something here. Any idea on how to go about it.
Last updated: Apr 12 2022 at 19:14 UTC