FHIR Chat · Coverage.subscriberId validation error · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: Coverage.subscriberId validation error


view this post on Zulip Shamil Nizamov (Aug 08 2021 at 16:49):

When I tried to validate the Coverage sample, FHIR Validator threw this error:
Undefined attribute '@value' on subscriberId for type Identifier (properties = [Identifier.id, Identifier.extension, Identifier.use, Identifier.type, Identifier.system, Identifier.value, Identifier.period, Identifier.assigner])

Coverage.subscriberId is a "string" data type. Where does FHIR Validator get that it's "Identifier"?

view this post on Zulip Lloyd McKenzie (Aug 08 2021 at 17:36):

In R5, it changes to identifier. If you don't specify the FHIR version you're validating against, the validator assumes "current build" (i.e. R5). Try specifying the version parameter when you invoke the validator


Last updated: Apr 12 2022 at 19:14 UTC