fhir-crucible / crucible

🔥 Crucible web application for testing FHIR servers
77 stars 25 forks source link

Strongly prefer one FHIR sequence (STU3 now) on server. #211

Closed arscan closed 7 years ago

arscan commented 7 years ago

In the config you specify sequence (STU3). When you load a conformance it attempts to guess sequence. It will only show servers on the front page where the sequence is equal to what is specified in the config file (though we probably should move this to the models that this version of crucible is sourcing eventually). I put in hooks for versions (e.g. 1.8.0), but for now this only really pays attention to sequence. You can still run tests against DSTU2 servers, but there is a warning message above:

screen shot 2017-01-09 at 8 53 18 pm

jawalonoski commented 7 years ago

I like how you implemented the "sequence." Nice.