Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2213,21 +2213,21 @@ components:
$ref: "#/components/schemas/Meta"
identifier:
type: array
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).
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).
items:
type: object
properties:
system:
type: string
description: Codesystem URL for the NHS number.
description: Codesystem URL for the identifier.
enum:
[
"https://fhir.nhs.uk/Id/nhs-number",
"https://placeholder.fhir.nhs.uk/Id/local-gp-patient-identifier",
]
value:
type: string
description: The NHS number.
description: The identifier value (e.g. NHS number).
name:
$ref: "#/components/schemas/PDSName"
birthDate:
Expand Down