Skip to content

Commit 34cef1e

Browse files
NRL-1329 Add example of invalid mandatory field
1 parent 5358c6e commit 34cef1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/producer-test-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ attempts and error responses, in accordance with SAR requirements.
6565
- Message body is not FHIR-compliant (expected response: 400)
6666
- Message body does not meet the NRL business logic profile (expected response: 400 or 422), e.g.
6767
- A mandatory field such as ‘context.practiceSetting’, ‘author’, or ‘category’ is missing.
68-
- A mandatory field has an invalid value, e.g. a
68+
- A mandatory field has an invalid value, e.g. an ’author’ with an invalid system identifier (i.e. not https://fhir.nhs.uk/Id/ods-organization-code)
6969
- The category does not match the type (e.g. a Mental Health Crisis Plan is submitted in the
7070
‘Observations’ category instead of ‘Care plan’) or uses the wrong system (i.e. not SNOMED)
7171
- The display value on a mandatory codeable concept does not match the expected text in the ValueSet

0 commit comments

Comments
 (0)