|
72 | 72 | "subject": { |
73 | 73 | "identifier": { |
74 | 74 | "system": "https://fhir.nhs.uk/Id/nhs-number", |
75 | | - "value": "3495456481" |
| 75 | + "value": "9999999999" |
76 | 76 | } |
77 | 77 | }, |
78 | 78 | ``` |
@@ -231,7 +231,7 @@ paths: |
231 | 231 | subject: |
232 | 232 | identifier: |
233 | 233 | system: https://fhir.nhs.uk/Id/nhs-number |
234 | | - value: "3495456481" |
| 234 | + value: "9999999999" |
235 | 235 | date: "2022-12-22T11:45:41+11:00" |
236 | 236 | author: |
237 | 237 | - identifier: |
@@ -308,7 +308,7 @@ paths: |
308 | 308 | subject: |
309 | 309 | identifier: |
310 | 310 | system: https://fhir.nhs.uk/Id/nhs-number |
311 | | - value: "3495456481" |
| 311 | + value: "9999999999" |
312 | 312 | date: "2022-12-21T10:45:41+11:00" |
313 | 313 | author: |
314 | 314 | - identifier: |
@@ -513,7 +513,7 @@ paths: |
513 | 513 | subject: |
514 | 514 | identifier: |
515 | 515 | system: https://fhir.nhs.uk/Id/nhs-number |
516 | | - value: "3495456481" |
| 516 | + value: "9999999999" |
517 | 517 | date: "2022-12-22T11:45:41+11:00" |
518 | 518 | author: |
519 | 519 | - identifier: |
@@ -590,7 +590,7 @@ paths: |
590 | 590 | subject: |
591 | 591 | identifier: |
592 | 592 | system: https://fhir.nhs.uk/Id/nhs-number |
593 | | - value: "3495456481" |
| 593 | + value: "9999999999" |
594 | 594 | date: "2022-12-21T10:45:41+11:00" |
595 | 595 | author: |
596 | 596 | - identifier: |
@@ -708,7 +708,7 @@ paths: |
708 | 708 | subject: |
709 | 709 | identifier: |
710 | 710 | system: https://fhir.nhs.uk/Id/nhs-number |
711 | | - value: "4409815415" |
| 711 | + value: "9000000017" |
712 | 712 | date: "2022-12-22T11:45:41+11:00" |
713 | 713 | author: |
714 | 714 | - identifier: |
@@ -1951,7 +1951,7 @@ components: |
1951 | 1951 | RequestQuerySubject: |
1952 | 1952 | type: string |
1953 | 1953 | pattern: ^https\:\/\/fhir\.nhs\.uk\/Id\/nhs-number\|(\d+)$ |
1954 | | - example: "https://fhir.nhs.uk/Id/nhs-number|4409815415" |
| 1954 | + example: "https://fhir.nhs.uk/Id/nhs-number|9000000017" |
1955 | 1955 | RequestQueryType: |
1956 | 1956 | type: string |
1957 | 1957 | example: "http://snomed.info/sct|736253002" |
@@ -1997,13 +1997,13 @@ components: |
1997 | 1997 | value: "" |
1998 | 1998 | valid_1: |
1999 | 1999 | summary: "Valid #1" |
2000 | | - value: https://fhir.nhs.uk/Id/nhs-number|4409815415 |
| 2000 | + value: https://fhir.nhs.uk/Id/nhs-number|9000000017 |
2001 | 2001 | valid_2: |
2002 | 2002 | summary: "Valid #2" |
2003 | | - value: https://fhir.nhs.uk/Id/nhs-number|3495456481 |
| 2003 | + value: https://fhir.nhs.uk/Id/nhs-number|9999999999 |
2004 | 2004 | invalid: |
2005 | 2005 | summary: Unknown |
2006 | | - value: https://fhir.nhs.uk/Id/nhs-number|3495456001 |
| 2006 | + value: https://fhir.nhs.uk/Id/nhs-number|9000000001 |
2007 | 2007 | type: |
2008 | 2008 | name: type |
2009 | 2009 | in: query |
|
0 commit comments