Skip to content

Commit

Permalink
Merge pull request #1299 from NHSDigital/feature/ERSSUP-73764
Browse files Browse the repository at this point in the history
[ERSSUP-73764]-[JW]-[Fix missing examples]-[NS]
  • Loading branch information
nhsd-david-wass committed Jun 20, 2024
2 parents 3e2e692 + 59e2b0b commit 78a9742
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions specification/components/schemas/queryParameters/Category.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ schema:
enum:
- '3457005'
- 'http://snomed.info/sct|3457005'
example:
code:
'3457005'
systemWithCode:
'http://snomed.info/sct|3457005'
examples:
code:
value: '3457005'
summary: 'Searching by code'
systemWithCode:
value: 'http://snomed.info/sct|3457005'
summary: 'Searching by system with code'
12 changes: 7 additions & 5 deletions specification/components/schemas/queryParameters/Patient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ description: |
required: true
schema:
type: string
example:
nhsNumber:
'9912003888'
systemWithNhsNumber:
'https://fhir.nhs.uk/Id/nhs-number|9912003888'
examples:
nhsNumber:
value: '9912003888'
summary: 'Searching by NHS number'
systemWithNhsNumber:
value: 'https://fhir.nhs.uk/Id/nhs-number|9912003888'
summary: 'Searching by system with NHS number'

0 comments on commit 78a9742

Please sign in to comment.