You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/validated-relationships-service-api.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2081,7 +2081,7 @@ components:
2081
2081
description: Unique identifier of the RelatedPerson resource.
2082
2082
identifier:
2083
2083
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).
2085
2085
items:
2086
2086
type: object
2087
2087
properties:
@@ -2095,7 +2095,7 @@ components:
2095
2095
]
2096
2096
value:
2097
2097
type: string
2098
-
description: The proxy's NHS number.
2098
+
description: The proxy's or patient's NHS number.
2099
2099
patient:
2100
2100
type: object
2101
2101
description: A reference to a patient the proxy is related to.
@@ -2106,15 +2106,15 @@ components:
2106
2106
enum: ["Patient"]
2107
2107
identifier:
2108
2108
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).
2110
2110
properties:
2111
2111
system:
2112
2112
type: string
2113
2113
description: Codesystem URL for the patient's NHS number.
2114
2114
enum: ["https://fhir.nhs.uk/Id/nhs-number"]
2115
2115
value:
2116
2116
type: string
2117
-
description: The patient's NHS number.
2117
+
description: The proxy's or patient's NHS number.
2118
2118
relationship:
2119
2119
type: array
2120
2120
description: How the proxy is related to the patient.
0 commit comments