FHIR IG analytics| Package | fhir.nhs.uk.stu3.assets |
| Resource Type | CodeSystem |
| Id | CodeSystem-eRS-ReviewReason-1.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"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"
}
]
}