Skip to content

Move QuestionnaireResponse to the Placer - #87

Open
mrunibe wants to merge 1 commit into
mainfrom
mr_qr-placer
Open

Move QuestionnaireResponse to the Placer#87
mrunibe wants to merge 1 commit into
mainfrom
mr_qr-placer

Conversation

@mrunibe

@mrunibe mrunibe commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

The QuestionnaireResponse is created and hosted by the Placer instead of being POSTed to the Fulfiller, following the principle of not posting sensitive data.

  • Reference the QR from Task.input by absolute URL
  • Add a supportingInfo slice for the QR on the ServiceRequest profile so it is reachable in the workflow graph for authorization
  • Drop the QR create/search-type interactions from the CapabilityStatement; QR is now a read-only resource

Fixes #85

@mrunibe
mrunibe requested review from andiahlm and oliveregger July 9, 2026 21:46

@oliveregger oliveregger left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment below, otherwise good.

Comment thread docker-hapi-fhir/usecase1.http
@oliveregger
oliveregger self-requested a review July 13, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

QuestionnaireResponse on Placer side

2 participants