Stream: implementers
Topic: Bundle with "identifier" failing validation.
Brian Rickabaugh (Apr 06 2020 at 19:03):
I have a Bundle resource with an identifier property. It is failing validation. The validator indicates that this property is not allowed. The FHIR documentation appears to indicate that it is allowed.
Am I missing something?
Thanks in advance.
Grahame Grieve (Apr 06 2020 at 19:04):
what version are you using? (that is: version of the validator, and also the FHIR version)
Brian Rickabaugh (Apr 06 2020 at 19:06):
The latest Java validator on github.
https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.validator.jar
FHIR version: 4.0.1
Grahame Grieve (Apr 06 2020 at 19:15):
do you have an example it is failing on?
Brian Rickabaugh (Apr 06 2020 at 20:01):
I found my problem(s).
1.) Operator error. Had a simple spelling mistake. I swear I looked at it 3 times.
2.) Additionally, another aspect of the problem I was having was related to the identifier on Bundle being a single value, not an Array. I am used to identifier being multi-value and I think that tripped me up.
Last updated: Apr 12 2022 at 19:14 UTC