You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation error: CareTeam.participant.role not valid but role is valid and removing the role to retest, tool continues to report the deleted role code
#94
Open
rberge opened this issue
Aug 31, 2022
· 2 comments
"system": "http://snomed.info/sct", "version": "http://snomed.info/sct/731000124108/version/20220301", "filter": [ { "property": "concept", "op": "=", "value": "768734005" } ]
However it is reported by the validator as invalid
CareTeam.participant[2].role[0]: Error from server: The filter "concept = 768734005" from the value set http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.27 was not understood in the context of http://snomed.info/sct
That is the first error.
After experiencing that error, I switch to a different SCT code in the same file, but got the same error for code 768734005. After that, i started a new Safari tab to retest and got the same result. Then i started Google Chrome and tested there, using only the default us core care team example without changing the role sct code. That validation gives the same error four times for code 7687... even though i am not using that code in the file being validated.
The text was updated successfully, but these errors were encountered:
I wasn't sure if that was the same issue with the terminology. But there are two issues here. The other issue is that the resource I was validating did not have that code in it. I switched to a different app to test this.
"system": "http://snomed.info/sct", "version": "http://snomed.info/sct/731000124108/version/20220301", "filter": [ { "property": "concept", "op": "=", "value": "768734005" } ]
However it is reported by the validator as invalid
The text was updated successfully, but these errors were encountered: