Skip to content

Commit bbd6d14

Browse files
committed
NPA-6129: Updated the description for patient identifiers in OAS
1 parent abef3a9 commit bbd6d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,21 +2213,21 @@ components:
22132213
$ref: "#/components/schemas/Meta"
22142214
identifier:
22152215
type: array
2216-
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).
2216+
description: The primary identifier of a patient. Possible identifiers include the NHS number or local GP patient identifier. If it is an NHS number, it will always 10 digits and must be a [valid NHS number](https://www.datadictionary.nhs.uk/attributes/nhs_number.html).
22172217
items:
22182218
type: object
22192219
properties:
22202220
system:
22212221
type: string
2222-
description: Codesystem URL for the NHS number.
2222+
description: Codesystem URL for the identifier.
22232223
enum:
22242224
[
22252225
"https://fhir.nhs.uk/Id/nhs-number",
22262226
"https://placeholder.fhir.nhs.uk/Id/local-gp-patient-identifier",
22272227
]
22282228
value:
22292229
type: string
2230-
description: The NHS number.
2230+
description: The identifier value (e.g. NHS number).
22312231
name:
22322232
$ref: "#/components/schemas/PDSName"
22332233
birthDate:

0 commit comments

Comments
 (0)