Skip to content

Commit 3b36468

Browse files
Merge pull request #101 from NHSDigital/NPA-3303
NPA-3303: Add Field for Related Person Relationship More Info
2 parents 30aad06 + 527d690 commit 3b36468

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 19 additions & 1 deletion
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.2.0'
6+
version: '1.2.1'
77
description: |
88
## Overview
99
Use this API to access the Validated Relationships Service - the national electronic database of relationships
@@ -561,6 +561,24 @@ components:
561561
description: FHIR relationship type.
562562
enum: ['Parent', 'Child', 'Partner, wife or husband', 'Other family member', 'Friend, neighbour or housemate', 'Paid carer or support worker', 'Other']
563563

564+
- type: object
565+
properties:
566+
linkId:
567+
type: string
568+
enum: ["relatedPerson_relationshipMoreinfo"]
569+
text:
570+
type: string
571+
example: "Relationship - further information"
572+
answer:
573+
type: array
574+
maxItems: 1
575+
items:
576+
oneOf:
577+
- type: object
578+
properties:
579+
valueString:
580+
type: string
581+
564582
QuestionnaireResponseItem_ParentalApplicationSupplementaryDetails:
565583
type: object
566584
properties:

0 commit comments

Comments
 (0)