Stream: questionnaire
Topic: Questionnaire & Message Bundle
Dave Barnet (Aug 25 2021 at 10:39):
[Copied over from Implementters]
I'm looking at a use case where a "referrer" can ask for a refferal to a care setting. The Care Setting returns a request for the information they require to complete the referral. I was thinking that the request for information would be a Questionnaire. However, rather than a QuestionnaireResponse, I would prefer a Message Bundle as the response to the Quesionnaire (containing Patient details, Condition details, History detailas & whatever). I see from SDC (Structured Data Capture) spec this all seems possible. Could someone point me to a live public test FHIR server that has implmented the URL: [base]/QuestionnaireResponse/[id]/$extract operation, so I can test this out?
Lloyd McKenzie (Aug 25 2021 at 13:56):
The only mechanism that could produce a message Bundle from a Questionnaire would be the StructureMap extraction approach. I don't know if there are any test servers that implement that, but you can test most of it by just working with StructureMap. The FHIR validator will execute one.
Dave Barnet (Aug 26 2021 at 08:54):
Just loking down the StructureMap resource & notice that the example http://hl7.org/fhir/R4/structuremap-supplyrequest-transform.xml.html could do with an update, as it references SupplyRequest structures as they were in STU3. Is there a simple way to send in a corrected example?
Lloyd McKenzie (Aug 26 2021 at 14:49):
Submit a change request (using the "propose a change" link)
Last updated: Apr 12 2022 at 19:14 UTC