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
14 changes: 7 additions & 7 deletions specification/record-locator/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ paths:
subject:
identifier:
system: https://fhir.nhs.uk/Id/nhs-number
value: "9000000009"
value: "9000000017"
date: "2022-12-20T09:45:41+11:00"
author:
- identifier:
Expand Down Expand Up @@ -487,7 +487,7 @@ paths:
total: 1
link:
- relation: self
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000009&_summary=count"
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000017&_summary=count"
headers:
X-Correlation-Id:
$ref: "#/components/headers/CorrelationId"
Expand Down Expand Up @@ -579,7 +579,7 @@ paths:
subject:
identifier:
system: https://fhir.nhs.uk/Id/nhs-number
value: "9000000009"
value: "9000000017"
date: "2022-12-20T09:45:41+11:00"
author:
- identifier:
Expand Down Expand Up @@ -645,7 +645,7 @@ paths:
total: 1
link:
- relation: self
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000009&_summary=count"
url: "https://api.service.nhs.uk/record-locator/consumer/FHIR/R4/DocumentReference?subject:identifier=https://fhir.nhs.uk/Id/nhs-number|9000000017&_summary=count"
headers:
X-Correlation-Id:
$ref: "#/components/headers/CorrelationId"
Expand Down Expand Up @@ -728,7 +728,7 @@ paths:
subject:
identifier:
system: https://fhir.nhs.uk/Id/nhs-number
value: "9000000009"
value: "9000000017"
date: "2022-12-22T11:45:41+11:00"
author:
- identifier:
Expand Down Expand Up @@ -1808,7 +1808,7 @@ components:
RequestQuerySubject:
type: string
pattern: ^https\:\/\/fhir\.nhs\.uk\/Id\/nhs-number\|(\d+)$
example: "https://fhir.nhs.uk/Id/nhs-number|9000000009"
example: "https://fhir.nhs.uk/Id/nhs-number|9000000017"
RequestQueryCustodian:
type: string
pattern: ^https\:\/\/fhir\.nhs\.uk\/Id\/ods-organization-code\|(\w+)$
Expand Down Expand Up @@ -1862,7 +1862,7 @@ components:
value: ""
valid_1:
summary: "Valid #1"
value: https://fhir.nhs.uk/Id/nhs-number|9000000009
value: https://fhir.nhs.uk/Id/nhs-number|9000000017
valid_2:
summary: "Valid #2"
value: https://fhir.nhs.uk/Id/nhs-number|9999999999
Expand Down
Loading