Skip to content

Commit 6c8c53e

Browse files
Revert "NPA-5559: Update specification to remove redundant properties"
This reverts commit 3283777.
1 parent b815c63 commit 6c8c53e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,6 +2120,10 @@ components:
21202120
type: object
21212121
description: A reference to a patient the proxy is related to.
21222122
properties:
2123+
type:
2124+
type: string
2125+
description: FHIR resource type.
2126+
enum: ["Patient"]
21232127
identifier:
21242128
type: object
21252129
description: The patient's NHS number. The primary identifier of a patient, unique within NHS England and Wales. Always 10 digits and must be a [valid NHS number](https://www.datadictionary.nhs.uk/attributes/nhs_number.html).
@@ -2498,6 +2502,9 @@ components:
24982502
- family
24992503
additionalProperties: false
25002504
properties:
2505+
id:
2506+
type: string
2507+
description: Unique object identifier for this name.
25012508
use:
25022509
type: string
25032510
description: |

0 commit comments

Comments
 (0)