Skip to content

Commit

Permalink
Merge pull request #104 from NHSDigital/NPA-3483_PNS_OAS_Change
Browse files Browse the repository at this point in the history
NPA-3483 Update OAS spec to reflect PAS changes
  • Loading branch information
chris-young-12-nhs authored Aug 30, 2024
2 parents 45a2553 + a1e74f3 commit b6f5f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ components:
display:
type: string
description: FHIR Requested access level.
enum: ['Appointment Booking', 'Contacting Surgery', 'Medical Records Access', 'Test Results', 'Vaccination Records', 'Repeat Prescription Requests']
enum: ['Appointment Booking', 'Contacting Surgery', 'Medical Records Access', 'Test Results', 'Vaccination Records', 'Request and manage repeat prescriptions']

- type: object
properties:
Expand Down Expand Up @@ -1062,11 +1062,11 @@ components:
enum: ["https://fhir.nhs.uk/CodeSystem/Proxy-Placeholder-ReasonForAccess"]
code:
type: string
enum: ['COMB', 'MHEA', 'PHYS', 'PRAC', 'TECH', 'NEUR', 'LRN', 'OTHR']
enum: ['COMB', 'MHEA', 'PHYS', 'PRAC', 'TECH', 'NEUR', 'LRN', 'OTHR', 'NotSpecified']
display:
type: string
description: FHIR Reason for access.
enum: ['Communication Barriers', 'Mental Health Condition', 'Physical Condition', 'Practical Reasons', 'Technical Barriers', 'Neurodiverse', 'Learning Disability', 'Other']
enum: ['Communication Barriers', 'Mental Health Condition', 'Physical Condition', 'Practical Reasons', 'Technical Barriers', 'Neurodiverse', 'Learning Disability', 'Other', 'Prefer not to say']

- type: object
properties:
Expand Down

0 comments on commit b6f5f73

Please sign in to comment.