Skip to content

Commit 7013f3e

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

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.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ListRelationship9000000017:
1010
- fullUrl: https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/BE974742
1111
resource:
1212
id: BE974742
13-
birthDate: '2017-09-23'
1413
identifier:
1514
- system: https://fhir.nhs.uk/Id/nhs-number
1615
value: '9000000017'
@@ -19,16 +18,6 @@ ListRelationship9000000017:
1918
system: https://fhir.nhs.uk/Id/nhs-number
2019
value: '9000000009'
2120
type: Patient
22-
name:
23-
- family: MOGAJI
24-
given:
25-
- GADIL
26-
id: BLnbA
27-
period:
28-
start: '2021-07-08'
29-
prefix:
30-
- MR
31-
use: usual
3221
relationship:
3322
- coding:
3423
- code: MTH
@@ -40,7 +29,6 @@ ListRelationship9000000017:
4029
- fullUrl: https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2
4130
resource:
4231
id: A3CC67E2
43-
birthDate: '2018-04-27'
4432
identifier:
4533
- system: https://fhir.nhs.uk/Id/nhs-number
4634
value: '9000000017'
@@ -49,16 +37,6 @@ ListRelationship9000000017:
4937
system: https://fhir.nhs.uk/Id/nhs-number
5038
value: '9000000025'
5139
type: Patient
52-
name:
53-
- family: FEARON
54-
given:
55-
- Daren
56-
id: vitjN
57-
period:
58-
start: '2018-09-21'
59-
prefix:
60-
- MR
61-
use: usual
6240
relationship:
6341
- coding:
6442
- code: MTH

0 commit comments

Comments
 (0)