Stream: implementers
Topic: Questionnaire $populate "identifier" parameter
Ivan Dubrov (Feb 18 2020 at 20:01):
I'm looking at the $populate operation on a Questionnaire in SDC (https://build.fhir.org/ig/HL7/sdc/OperationDefinition-Questionnaire-populate.html) and "identifier" parameter doesn't make much sense to me.
It has a type of uri
, so if it is for an identifier, it lacks a system to search for. Shouldn't it be of type Identifier
instead?
Also, Questionnaire
resource has a canonical URI and it doesn't look like you can reference it by it on this operation. Shouldn't this operation have another parameter questionnaireCanonical
or something for referring to questionnaire by canonical URI?
Grahame Grieve (Feb 18 2020 at 20:03):
that does look confused to me - the type and the language (logical questionnaire identifier) imply it's Questionnaire.url not .identifier, but the definition says otherwise and the name implies that too
Lloyd McKenzie (Feb 18 2020 at 20:47):
@Ivan Dubrov can you submit a change request for us to rename 'identifier' to 'url'?
Ivan Dubrov (Feb 18 2020 at 21:39):
https://jira.hl7.org/browse/FHIR-26319
Last updated: Apr 12 2022 at 19:14 UTC