Skip to content

Commit d407950

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

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
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 & 17 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'
@@ -30,17 +29,11 @@ ListRelationship9000000017:
3029
- MR
3130
use: usual
3231
relationship:
33-
- coding:
34-
- code: MTH
35-
display: mother
36-
system: http://terminology.hl7.org/CodeSystem/v3-RoleCode
37-
resourceType: RelatedPerson
3832
search:
3933
mode: match
4034
- fullUrl: https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/RelatedPerson/A3CC67E2
4135
resource:
4236
id: A3CC67E2
43-
birthDate: '2018-04-27'
4437
identifier:
4538
- system: https://fhir.nhs.uk/Id/nhs-number
4639
value: '9000000017'
@@ -49,16 +42,6 @@ ListRelationship9000000017:
4942
system: https://fhir.nhs.uk/Id/nhs-number
5043
value: '9000000025'
5144
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
6245
relationship:
6346
- coding:
6447
- code: MTH

0 commit comments

Comments
 (0)