FHIR Chat · Canonical URL in sample QuestionnaireResponse msg invalid · implementers

Stream: implementers

Topic: Canonical URL in sample QuestionnaireResponse msg invalid


view this post on Zulip Maria Hu (Sep 21 2020 at 17:39):

Sample message provided on https://www.hl7.org/fhir/questionnaireresponse-example-gcs.json.html failed the validation when using "questionnaire": "Questionnaire/gcs"
"severity" : "error",
"code" : "structure",
"details" : {
"text" : "Canonical URLs must be absolute URLs if they are not fragment references (Questionnaire/gcs) "
},
"expression" : ["QuestionnaireResponse.questionnaire"]

What should be a valid format for applying canonical url when referencing Questionnaire in resourceQuestionnaireResponse? Pls advise, thanks.

view this post on Zulip Grahame Grieve (Sep 21 2020 at 17:43):

use the Questionnaire.url


Last updated: Apr 12 2022 at 19:14 UTC