Skip to content

Commit fbd90bd

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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)