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-BusinessFunction-1",
"text": {
"status": "generated"
},
"url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-BusinessFunction-1",
"version": "1.0.0",
"name": "eRS Business Function",
"status": "draft",
"date": "2021-02-11T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "A CodeSystem to identify the eRS business function.",
"copyright": "Copyright © 2020 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "REFERRING_CLINICIAN",
"display": "The Referring Clinician"
},
{
"code": "REFERRING_CLINICIAN_ADMIN",
"display": "Admin staff working on behalf of Referring Clinician"
},
{
"code": "SERVICE_PROVIDER",
"display": "Service Providing Clinician"
},
{
"code": "SERVICE_PROVIDER_ADMIN",
"display": "Admin staff working on behalf of Service Provider"
}
]
}