FHIR Chat · R4B Search Parameter example · implementers

Stream: implementers

Topic: R4B Search Parameter example


view this post on Zulip Nick George (Mar 14 2022 at 19:03):

Hello , I'm interested in https://build.fhir.org/branches/R4B/questionnaireresponse-extensions-QuestionnaireResponse-item-subject.json.html

Per my parser, this is invalid because the id >64 chars (see: http://hl7.org/fhir/datatypes.html#id). Is that correct? I know there's some wonky compiler magic directives around the id datatype - not sure how literally to take the regex there

view this post on Zulip Daniel Venton (Mar 14 2022 at 19:07):

Yes, FHIR limits "id" to 64 characters. Examples are not always 100% correct in all aspects.

view this post on Zulip Josh Mandel (Mar 14 2022 at 19:12):

(But they should be valid in the core spec, if they're not explicitly marked as intentionally invalid.)

view this post on Zulip Nick George (Mar 14 2022 at 19:35):

Ok will file a ticket


Last updated: Apr 12 2022 at 19:14 UTC