Skip to content

Commit 7b4939a

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

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
@@ -2114,6 +2114,10 @@ components:
21142114
type: object
21152115
description: A reference to a patient the proxy is related to.
21162116
properties:
2117+
type:
2118+
type: string
2119+
description: FHIR resource type.
2120+
enum: ["Patient"]
21172121
identifier:
21182122
type: object
21192123
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).
@@ -2492,6 +2496,9 @@ components:
24922496
- family
24932497
additionalProperties: false
24942498
properties:
2499+
id:
2500+
type: string
2501+
description: Unique object identifier for this name.
24952502
use:
24962503
type: string
24972504
description: |

0 commit comments

Comments
 (0)