Skip to content

Commit c1007bc

Browse files
authored
Merge pull request #136 from NHSDigital/dev/NPA-4262_restrict_parentalApplicationSupplementaryDetails_evidenceOfResponsibility
NPA-4262 Restrict Evidence of Responsibility to Single Option
2 parents 8d10a6b + 4b6db0a commit c1007bc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Pull Request Checklist
1+
# Pull Request
2+
3+
<!--
4+
Stages to complete before opening the Pull Request:
5+
- PR title should be formatted in the following structure `NPA-XXXXX: title abc`
6+
- Added yourself/others as Assignees
7+
- Added the correct labels
8+
- Add Jira ticket link in the Ticket Link section below
9+
-->
210

311
## Ticket Link
412

specification/validated-relationships-service-api.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
openapi: '3.0.0'
44
info:
55
title: 'Validated Relationships Service API'
6-
version: '1.3.0'
6+
version: '1.3.1'
77
description: |
88
## Overview
99
Use this API to access the Validated Relationships Service - the national electronic database of relationships
@@ -785,7 +785,8 @@ components:
785785
type: string
786786
answer:
787787
type: array
788-
description: A multiple option selection where multiple items of evidence can be selected
788+
description: Evidence of responsibility
789+
maxItems: 1
789790
items:
790791
oneOf:
791792
- type: object
@@ -801,7 +802,7 @@ components:
801802
enum: ['BRTH', 'ADPT', 'PRNA', 'SPRNA', 'PORD', 'SGORD', 'OTHCOURT', 'OTHR' ]
802803
display:
803804
type: string
804-
description: FHIR relationship type.
805+
description: Evidence of responsibility type.
805806
enum: ['Birth certificate', 'Adoption certificate', 'Court-witnessed parental responsibility agreement','Court-witnessed step-parent parental responsibility agreement', 'Parental order', 'Special guardianship order', 'Other court order', 'Other' ]
806807

807808
- type: object

0 commit comments

Comments
 (0)