FHIR Chat · Value is not exactly equal to fixed value · dotnet

Stream: dotnet

Topic: Value is not exactly equal to fixed value


view this post on Zulip Jefferson (Jul 17 2020 at 20:04):

I am getting this error message any idea what it may mean ? [ERROR] Value is not exactly equal to fixed value 'http://www.nlm.nih.gov/research/umls/rxnorm' (at PlanDefinition.extension[3].extension[2].value[0].coding[0].system[0])

view this post on Zulip Mirjam Baltus (Jul 18 2020 at 19:40):

It means that the validator has checked the value of the specified field (coding.system in the value of the third extension of the fourth extension of your PlanDefinition) and has concluded that it is not the same as the fixed value that is specified in the profile for that field. If a fixed value is given in a profile or extension, your data cannot use something different.


Last updated: Apr 12 2022 at 19:14 UTC