FHIR IG analytics| Package | fhir.nhs.uk.stu3.assets |
| Resource Type | CodeSystem |
| Id | CodeSystem-EMS-EventMessageResponseCode-1.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "EMS-EventMessageResponseCode-1",
"url": "https://fhir.nhs.uk/STU3/CodeSystem/EMS-EventMessageResponseCode-1",
"version": "1.0.0",
"name": "EMS Event Message Response Code",
"status": "draft",
"date": "2017-12-04T00: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 response associated with the event message.",
"copyright": "Copyright © 2017 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "R00",
"display": "Message success",
"definition": "Message Success"
},
{
"code": "R01",
"display": "Invalid NHS number format",
"definition": "The NHS number provided in the message is not valid (based on being 10 digits long and the 10th digit being a check digit)"
},
{
"code": "R02",
"display": "NHS Number Does Not Exist on PDS",
"definition": "The NHS number provided in the message does not match on PDS"
},
{
"code": "R03",
"display": "NHS Number Does Not Match Name And/Or/Gender And/Or DOB",
"definition": "The NHS number provided in the message does not match the name and/or gender and/or DOB on PDS"
},
{
"code": "R04",
"display": "Service Not Entitled to Publish Event Type XXX",
"definition": "The event type published is not allowed to be published by service YYY"
},
{
"code": "R05",
"display": "Supplier not accredited to publish messages",
"definition": "The supplier system publishing the message has not been through the accreditation process"
},
{
"code": "R06",
"display": "Provider not accredited to publish messages",
"definition": "The provider publishing the message has not been through the accreditation process"
},
{
"code": "R07",
"display": "SNOMED code does not exist",
"definition": "The SNOMED code supplied in the FHIR message does"
},
{
"code": "R08",
"display": "Incorrect message format",
"definition": "Message is not in XML or JSON format"
},
{
"code": "R09",
"display": "Incorrect Event",
"definition": "The received event is not a recognised event"
},
{
"code": "R10",
"display": "Event does not conform",
"definition": "The received event does not conform to the associated event type scheme"
}
]
}