Stream: implementers
Topic: Structured Data Capture
Lloyd McKenzie (May 07 2016 at 14:03):
We'll use this stream for the SDC track
David Kwan (May 07 2016 at 14:06):
Hi Lloyd, have validated/uploaded a questionnaire xml to the UHN FHIR (DSTU3) server.
Lloyd McKenzie (May 07 2016 at 14:27):
Congrats :)
Lloyd McKenzie (May 07 2016 at 14:27):
Do you want to share the URL in case anyone wants to try retrieving or rendering it?
David Kwan (May 07 2016 at 14:31):
Thanks Lloyd, you will find our CT Lung Screening questionnaire at: http://fhirtest.uhn.ca/search?serverId=home_21&encoding=xml&pretty=true&resource=Questionnaire¶m.0.qualifier=¶m.0.0=¶m.0.name=_content¶m.0.type=string&sort_by=&sort_direction=&resource-search-limit=
Lloyd McKenzie (May 07 2016 at 14:31):
What's your next challenge?
Lloyd McKenzie (May 07 2016 at 14:31):
Also, who else is online for SDC?
David Kwan (May 07 2016 at 14:32):
I see Paul Donovan on line, it would be great if Paul and Vijay can retrieve the form from the UHN server.
David Kwan (May 07 2016 at 14:59):
I am attempting to validate our form with Graham's server, but getting a ton of errors in regards to: enableWhen must contain either an 'answer' or an 'answered' element () answered.empty().not() or answer.empty().not()
Any thoughts?
Grahame Grieve (May 07 2016 at 15:10):
sounds like a version issue? that was a change made since we froze the montreal edition
Lloyd McKenzie (May 07 2016 at 15:12):
Which change is that?
Lloyd McKenzie (May 07 2016 at 15:13):
EnableWhen was moved to core in the connectathon version. And the "answer or answered" rule was there too.
Grahame Grieve (May 07 2016 at 15:15):
we had a name change on answered or something related after I posted the frozen version
Lloyd McKenzie (May 07 2016 at 15:16):
Ah, the change to hasAnswer? So you've implemented "answered" but you're hypothesizing that David is using "hasAnswer"?
Lloyd McKenzie (May 07 2016 at 15:17):
Or did you adopt "hasAnswer" because "answered" doesn't work with your code?
Chris Grenz (May 07 2016 at 16:11):
@Lloyd McKenzie If using questionnaire-lookupQuestionnaire as we discussed, are the QuestionnaireResponse instances independent (as opposed to a single response that navigates across the embedded questionnaire(s))
Chris Grenz (May 07 2016 at 16:12):
If they're independent, is there any linkage between them?
Lloyd McKenzie (May 07 2016 at 16:17):
The responses are allowed to be independent, though they could be sent as contained QuestionnaireResponses as well if a system wanted to architect that way.
Paul Donovan (May 07 2016 at 18:08):
I've viewed that CT Lung Screening questionnaire. Feel free to try to post it to our server.
Brian Postlethwaite (May 07 2016 at 18:09):
Here is the locaton of my renderer from the Orlando connectathon (haven't updated for the changes since then)
http://smartq21.azurewebsites.net/Home/SelectSurvey?fhirServiceUrl=http://fhirtest.uhn.ca/baseDstu2.1
Brian Postlethwaite (May 07 2016 at 18:10):
Our DSTU2 version has more extensions and improved, specifically in validation using fluentpath
Paul Donovan (May 07 2016 at 20:01):
@Jason Walonoski http://sdsdemo.jbsinternational.com/SDC/rest/fhir
Paul Donovan (May 07 2016 at 20:17):
Did someone post to us with title "veBfbb7b9OldEiM8HIaZ7A=="? I saw a failure but was able to post the same data myself. I wanted to see what headers you used to post.
David Kwan (May 07 2016 at 20:43):
Paul D, I just got back will try posting the CT Lung Screening questionnaire to your server.
Paul Donovan (May 07 2016 at 21:07):
Great! Let me know when you submit a test and whether it works out.
David Kwan (May 07 2016 at 21:26):
Just sent a test to the JBS test server.
David Kwan (May 07 2016 at 21:41):
Sent it a few times and was not successful each time.
Paul Donovan (May 07 2016 at 22:08):
If you have a chance, please send the error details. The strange thing is I don't see the requests in the system at all, which may mean there was an issue with reaching our server.
David Kwan (May 08 2016 at 11:35):
Content - Type: multipart/form-data is not fully supported
HTTP/1.1 415 Unsupported Media Type
Lloyd McKenzie (May 08 2016 at 13:05):
@David Kwan And you don't get the same error when submitting to other servers?
David Kwan (May 08 2016 at 13:35):
Paul D suggested I use the Aegis Client to post the questionnaire to their server. We were successful in posting: http://sdsdemo.jbsinternational.com/SDC/rest/fhir/Questionnaire/9be1db9f-a867-44b3-b90f-11781eb38fe2
Lloyd McKenzie (May 08 2016 at 13:37):
Please make sure everyone records their testing results here: https://docs.google.com/spreadsheets/d/1gAnNmyurFDopLYJakQOtXWYGxvuoiDn49n8qRI5mlb4 (Results tab)
Brian Postlethwaite (May 08 2016 at 17:58):
Demo questionaire that has validation in it
http://sqlonfhir-dstu2.azurewebsites.net/fhir/Questionnaire/sa-rtw-fhirpath/_history/105?_format=html
Brian Postlethwaite (May 08 2016 at 18:01):
DSTU2 Questionnaire renderer demo pointing to Grahames server (replace the server url if you want to source questionnaires from other servers)
Brian Postlethwaite (May 08 2016 at 18:01):
Last updated: Apr 12 2022 at 19:14 UTC