Skip to content

Commit

Permalink
additional fix for slicing pre-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Feb 16, 2025
1 parent 1d34bba commit bc8a725
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions validator/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25802,6 +25802,28 @@
"outcome": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "structure",
"details": {
"text": "Parameters.parameter:param1.extension: max allowed = 0, but found 1 (from http://sra.digitalhealth.gov.au/fhir/StructureDefinition/test-input-params|2.0.0-alpha.1)"
},
"diagnostics": "[4,16]",
"expression": [
"Parameters.parameter[0]"
]
},
{
"severity": "error",
"code": "structure",
"details": {
"text": "Parameters.parameter:param1.modifierExtension: max allowed = 0, but found 1 (from http://sra.digitalhealth.gov.au/fhir/StructureDefinition/test-input-params|2.0.0-alpha.1)"
},
"diagnostics": "[4,16]",
"expression": [
"Parameters.parameter[0]"
]
},
{
"severity": "error",
"code": "structure",
Expand Down

0 comments on commit bc8a725

Please sign in to comment.