FHIR IG analytics| Package | fhir.nhs.uk.stu3.assets |
| Resource Type | CodeSystem |
| Id | CodeSystem-eRS-AppointmentStatus-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-AppointmentStatus-1",
"version": "1.0.0",
"name": "eRS Appointment Status",
"status": "active",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"purpose": "Code system used to indicate the status of the appointment",
"copyright": "2017 NHS Digital",
"content": "complete",
"concept": [
{
"code": "proposed",
"display": "Proposed"
},
{
"code": "booked",
"display": "Booked"
},
{
"code": "cancelled",
"display": "Cancelled"
},
{
"code": "noshow",
"display": "No Show"
}
]
}