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
When writing rules for a ValueSet, it is invalid to make a code caret rule on a concept that is not specifically present within the ValueSet.. However, when there are no specific concepts present, a slightly strange error message is produced.
Sample FSH:
ValueSet: SomeVS
* include codes from system http://example.org/CS
* http://example.org/CS#"some-code" ^designation.value = "some value"
Error message received:
error The element or path you referenced does not exist: compose.include[0].concept[undefined].designation.value
Line: 3
The rule path in the error message is the path constructed within the ValueSetExporter for the rule on line 3. But, it might be more useful to directly indicate that the rule is invalid because there is no concept array in the compose element with http://example.org/CS as the system.
The text was updated successfully, but these errors were encountered:
When writing rules for a ValueSet, it is invalid to make a code caret rule on a concept that is not specifically present within the ValueSet.. However, when there are no specific concepts present, a slightly strange error message is produced.
Sample FSH:
Error message received:
The rule path in the error message is the path constructed within the ValueSetExporter for the rule on line 3. But, it might be more useful to directly indicate that the rule is invalid because there is no concept array in the compose element with
http://example.org/CS
as the system.The text was updated successfully, but these errors were encountered: