Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Oct 4, 2023
1 parent dc2cc04 commit 9937ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17943,7 +17943,7 @@
"severity": "error",
"code": "structure",
"details": {
"text": "The type of element valueString is not known, which is invalid. Valid types at this point are Quantity, CodeableConcept"
"text": "The type of element valueString is not known - it could not be determined from the information available. Valid types at this point are Quantity, CodeableConcept"
},
"diagnostics": "[12,25]",
"expression": [
Expand Down

0 comments on commit 9937ac7

Please sign in to comment.