Skip to content

Commit acee90d

Browse files
committed
NPA-5003: Update RelatedPerson for RPN
1 parent 3bf5643 commit acee90d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ components:
20812081
description: Unique identifier of the RelatedPerson resource.
20822082
identifier:
20832083
type: array
2084-
description: The proxy'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).
2084+
description: The proxy's or patient's NHS number. The identifier is 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).
20852085
items:
20862086
type: object
20872087
properties:
@@ -2095,7 +2095,7 @@ components:
20952095
]
20962096
value:
20972097
type: string
2098-
description: The proxy's NHS number.
2098+
description: The proxy's or patient's NHS number.
20992099
patient:
21002100
type: object
21012101
description: A reference to a patient the proxy is related to.
@@ -2106,15 +2106,15 @@ components:
21062106
enum: ["Patient"]
21072107
identifier:
21082108
type: object
2109-
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).
2109+
description: The proxy's or patient's NHS number. The identifier is 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).
21102110
properties:
21112111
system:
21122112
type: string
21132113
description: Codesystem URL for the patient's NHS number.
21142114
enum: ["https://fhir.nhs.uk/Id/nhs-number"]
21152115
value:
21162116
type: string
2117-
description: The patient's NHS number.
2117+
description: The proxy's or patient's NHS number.
21182118
relationship:
21192119
type: array
21202120
description: How the proxy is related to the patient.

0 commit comments

Comments
 (0)