FHIR IG analytics| Package | fhir.nhs.uk.stu3.assets |
| Resource Type | CodeSystem |
| Id | CodeSystem-eRS-ClinicalInformationStatus-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-ClinicalInformationStatus-1",
"version": "1.0.0",
"name": "eRS Clinical Information Status",
"status": "active",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"purpose": "A category to support the clinical information status.",
"copyright": "© 2021 NHS Digital",
"content": "complete",
"concept": [
{
"code": "PRESENT",
"display": "There is clinical information associated with the Appointment Request's Pathway"
},
{
"code": "NOT_APPLICABLE",
"display": "There is no indicated intention to add clinical information AND the 'deferred-to' service does NOT require a referral letter AND there is no clinical information in the Pathway"
},
{
"code": "NOT_DUE",
"display": "There is an indicated intention to add clinical information BUT the due date for it is in the future"
},
{
"code": "OVERDUE",
"display": "There is an indicated intention to add clinical information AND the due date for it is the current date or in the past"
}
]
}