FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/EMS-EventMessageResponseCode-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdEMS-EventMessageResponseCode-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/EMS-EventMessageResponseCode-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/EMS-EventMessageResponseCode-1
Version1.0.0
Statusdraft
Date2017-12-04T00:00:00+00:00
NameEMS Event Message Response Code
Authorityhl7
DescriptionA CodeSystem to identify the response associated with the event message.
CopyrightCopyright © 2017 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
EMS-EventMessageResponseCode-1EMS Event Message Response Code

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}