Stream: hapi
Topic: QuestionnaireResponse missing a search tokenparam?
Eric van der Zwan (Jun 29 2016 at 08:56):
I can get a searchParamDefinition for an identifier for a Questionnaire (Questionnaire.SP_IDENTIFIER), but not for QuestionnaireResponse while it too has a identifier? Maybe it is missing?
James Agnew (Jun 29 2016 at 19:15):
The FHIR QuestionnaireResponse actually doesn't define any search parameter by identifier (see here ) so HAPI doesn't generate one in our structures.
That's interesting that FHIR doesn't have this, it seems like it's probably an oversight. I'd recommend opening a tracker item on GForge for that resource if you need it.
Naturally, you are fine to add your own field/search parameter for this in your own servers/clients, but they wouldn't be standard search parameters for now.
Eric van der Zwan (Jun 30 2016 at 06:26):
I've ceated [#10259] because it seems wrong to me having an unique identifier which can not be use in a search.
Last updated: Apr 12 2022 at 19:14 UTC