API Hub
Explore and Make use of Nationally Defined Messaging APIs
This is a HL7 FHIR server, and as you appear to be accessing this page from a web browser you are seeing a HTML version of the requested resource(s). You can also access this URL from a FHIR client as a ReSTful API call. For more details please see the HL7 FHIR specification.
{
"resourceType": "CodeSystem",
"id": "eRS-ReviewReason-1",
"url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ReviewReason-1",
"version": "1.0.0",
"name": "eRS Review Reason",
"status": "active",
"date": "2020-09-22",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "CodeSystem for the eRS Review Reason",
"copyright": "Copyright © 2020 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "TRIAGE",
"display": "The patients referral is currently pending review with a service"
},
{
"code": "NO_SLOTS_AT_SERVICE",
"display": "The patients referral is deferred to the service because there were no available slots at the time of attempting to book an appointment"
},
{
"code": "SLOT_NOT_AVAILABLE",
"display": "The patients referral is deferred to the service because when attempting to book the slot, it became unavailable"
},
{
"code": "BOOKING_ATTEMPT_PROBLEM",
"display": "The patients referral is deferred to the service because a problem occurred when attempting to book a slot"
}
]
}