Skip to content

Commit 947e011

Browse files
Merge pull request #202 from NHSDigital/feature/nial4-NRL-1535-sandbox-nhs-numbers
NRL-1535 replace NHS numbers with test numbers
2 parents 108a144 + dcc4757 commit 947e011

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

specification/record-locator/consumer.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ paths:
416416
subject:
417417
identifier:
418418
system: https://fhir.nhs.uk/Id/nhs-number
419-
value: "4409815415"
419+
value: "9000000009"
420420
date: "2022-12-20T09:45:41+11:00"
421421
author:
422422
- identifier:
@@ -487,7 +487,7 @@ paths:
487487
total: 1
488488
link:
489489
- relation: self
490-
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|4409815415&_summary=count"
490+
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000009&_summary=count"
491491
headers:
492492
X-Correlation-Id:
493493
$ref: "#/components/headers/CorrelationId"
@@ -579,7 +579,7 @@ paths:
579579
subject:
580580
identifier:
581581
system: https://fhir.nhs.uk/Id/nhs-number
582-
value: "4409815415"
582+
value: "9000000009"
583583
date: "2022-12-20T09:45:41+11:00"
584584
author:
585585
- identifier:
@@ -645,7 +645,7 @@ paths:
645645
total: 1
646646
link:
647647
- relation: self
648-
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|4409815415&_summary=count"
648+
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000009&_summary=count"
649649
headers:
650650
X-Correlation-Id:
651651
$ref: "#/components/headers/CorrelationId"
@@ -728,7 +728,7 @@ paths:
728728
subject:
729729
identifier:
730730
system: https://fhir.nhs.uk/Id/nhs-number
731-
value: "4409815415"
731+
value: "9000000009"
732732
date: "2022-12-22T11:45:41+11:00"
733733
author:
734734
- identifier:
@@ -1808,7 +1808,7 @@ components:
18081808
RequestQuerySubject:
18091809
type: string
18101810
pattern: ^https\:\/\/fhir\.nhs\.uk\/Id\/nhs-number\|(\d+)$
1811-
example: "https://fhir.nhs.uk/Id/nhs-number|4409815415"
1811+
example: "https://fhir.nhs.uk/Id/nhs-number|9000000009"
18121812
RequestQueryCustodian:
18131813
type: string
18141814
pattern: ^https\:\/\/fhir\.nhs\.uk\/Id\/ods-organization-code\|(\w+)$
@@ -1862,13 +1862,13 @@ components:
18621862
value: ""
18631863
valid_1:
18641864
summary: "Valid #1"
1865-
value: https://fhir.nhs.uk/Id/nhs-number|4409815415
1865+
value: https://fhir.nhs.uk/Id/nhs-number|9000000009
18661866
valid_2:
18671867
summary: "Valid #2"
1868-
value: https://fhir.nhs.uk/Id/nhs-number|3495456481
1868+
value: https://fhir.nhs.uk/Id/nhs-number|9999999999
18691869
invalid:
18701870
summary: Unknown
1871-
value: https://fhir.nhs.uk/Id/nhs-number|3495456001
1871+
value: https://fhir.nhs.uk/Id/nhs-number|9495456001
18721872
custodian:
18731873
name: custodian:identifier
18741874
in: query

0 commit comments

Comments
 (0)