Skip to content

Commit 1482ca3

Browse files
NPA-5629: Update expression to list
1 parent 8320499 commit 1482ca3

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

proxies/live/apiproxy/policies/RaiseFault.404NotFound.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
}
3333
]
3434
},
35+
"diagnostics": Resource that has been marked as invalid was requested - invalid resources cannot be retrieved",
3536
"severity": "error"
3637
}
3738
],

specification/examples/responses/POST_Consent/errors/invalid_identifier_value.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ PostConsentInvalidIdentifierValueError:
1111
system: https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode
1212
version: "1"
1313
diagnostics: Performer identifier value is invalid
14-
expression: performer[0].identifier.value
14+
expression: ["performer[0].identifier.value"]
1515
severity: error
1616
resourceType: OperationOutcome

specification/examples/responses/POST_Consent/errors/invalid_status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ PostConsentInvalidStatusError:
1111
system: https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode
1212
version: "1"
1313
diagnostics: Status is invalid
14-
expression: status
14+
expression: ["status"]
1515
severity: error
1616
resourceType: OperationOutcome

specification/examples/responses/POST_Consent/errors/missing_identifier_system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ PostConsentMissingIdentifierSystemError:
1111
system: https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode
1212
version: "1"
1313
diagnostics: Unable to determine the patient identifier system
14-
expression: patient.identifier.system
14+
expression: ["patient.identifier.system"]
1515
severity: error
1616
resourceType: OperationOutcome

specification/examples/responses/POST_Consent/errors/missing_scope.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ PostConsentMissingScopeError:
1111
display: Required values are missing.
1212
system: https://fhir.nhs.uk/R4/CodeSystem/ValidatedRelationships-ErrorOrWarningCode
1313
version: "1"
14-
expression: scope
14+
expression: ["scope"]
1515
severity: error
1616
resourceType: OperationOutcome

0 commit comments

Comments
 (0)