Skip to content

Commit d93e7e7

Browse files
committed
NPA-5064 Test Example
1 parent 0e32ddb commit d93e7e7

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77
jobs:
88
ExamplesSchemasChecks:
9-
name: Examples Schemas Checks
9+
name: Check ${{ matrix.endpoint.name }} Examples
1010
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false

specification/examples/responses/GET_RelatedPerson/list_relationship_9000000017_include.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ ListRelationship9000000017Include:
3131
- fullUrl: https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742
3232
resource:
3333
id: BE974742
34-
birthDate: '2017-09-23'
3534
identifier:
3635
- system: https://fhir.nhs.uk/Id/nhs-number
3736
value: '9000000017'
@@ -40,16 +39,6 @@ ListRelationship9000000017Include:
4039
system: https://fhir.nhs.uk/Id/nhs-number
4140
value: '9000000009'
4241
type: Patient
43-
name:
44-
- family: MOGAJI
45-
given:
46-
- GADIL
47-
id: BLnbA
48-
period:
49-
start: '2021-07-08'
50-
prefix:
51-
- MR
52-
use: usual
5342
relationship:
5443
- coding:
5544
- code: MTH
@@ -80,7 +69,6 @@ ListRelationship9000000017Include:
8069
mode: include
8170
- fullUrl: https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2
8271
resource:
83-
id: A3CC67E2
8472
birthDate: '2018-04-27'
8573
identifier:
8674
- system: https://fhir.nhs.uk/Id/nhs-number
@@ -90,16 +78,6 @@ ListRelationship9000000017Include:
9078
system: https://fhir.nhs.uk/Id/nhs-number
9179
value: '9000000025'
9280
type: Patient
93-
name:
94-
- family: FEARON
95-
given:
96-
- Daren
97-
id: vitjN
98-
period:
99-
start: '2018-09-21'
100-
prefix:
101-
- MR
102-
use: usual
10381
relationship:
10482
- coding:
10583
- code: MTH

0 commit comments

Comments
 (0)