FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.v2.uv.terminology.v281
Resource TypeCodeSystem
IdCodeSystem-errorSeverity.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "CodeSystem",
  "id": "errorSeverity",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-v2versionCreated",
      "valueString": "2.8.1"
    },
    {
      "url": "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-versionHistory",
      "valueString": "generate correct history somehow"
    },
    {
      "url": "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-tableNo",
      "valueString": "0516"
    }
  ],
  "url": "http://terminology.hl7.org/v2plusvocab/CodeSystem/errorSeverity",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.18.337"
    }
  ],
  "version": "1.1.0",
  "name": "ErrorSeverity",
  "title": "Error Severity (2.8.1 - 1.1.0)",
  "status": "active",
  "experimental": true,
  "date": "2026-01-27T19:45:38+00:00",
  "publisher": "HL7/FO",
  "contact": [
    {
      "name": "HL7/FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org"
        }
      ]
    }
  ],
  "description": "HL7-defined code system of concepts specifying the severity of an application error as reported during acknowledgment of messages. Knowing if something is Error, Warning or Information is intrinsic to how an application handles the content and the information flow.  Used in HL7 Version 2.x messaging acknowledgment in the ERR segment.",
  "copyright": "HL7 Inc., 2026",
  "caseSensitive": true,
  "compositional": false,
  "content": "complete",
  "property": [
    {
      "code": "versionIntroduced",
      "uri": "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionIntroduced",
      "description": "version when was this code introduced",
      "type": "string"
    },
    {
      "code": "versionDeprecated",
      "uri": "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionDeprecated",
      "description": "version when was this code deprecated",
      "type": "string"
    },
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired",
      "type": "code"
    },
    {
      "code": "comment",
      "uri": "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#comment",
      "description": "A string that provides additional detail pertinent to the use or understanding of the concept",
      "type": "string"
    },
    {
      "code": "usage",
      "uri": "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#usage",
      "description": "usage notes for this code",
      "type": "string"
    },
    {
      "code": "modified",
      "uri": "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#modified",
      "description": "date of last modification",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "E",
      "display": "Error",
      "definition": "Error",
      "designation": [
        {
          "language": "de",
          "value": "Fehler"
        }
      ],
      "property": [
        {
          "code": "usage",
          "valueString": "Transaction was unsuccessful"
        },
        {
          "code": "versionIntroduced",
          "valueString": "2.5"
        }
      ]
    },
    {
      "code": "F",
      "display": "Fatal Error",
      "definition": "Fatal Error",
      "property": [
        {
          "code": "usage",
          "valueString": "Message not processed due to application or network failure condition"
        },
        {
          "code": "versionIntroduced",
          "valueString": "2.6"
        }
      ]
    },
    {
      "code": "I",
      "display": "Information",
      "definition": "Information",
      "designation": [
        {
          "language": "de",
          "value": "Information"
        }
      ],
      "property": [
        {
          "code": "usage",
          "valueString": "Transaction was successful but includes information e.g., inform patient"
        },
        {
          "code": "versionIntroduced",
          "valueString": "2.5"
        }
      ]
    },
    {
      "code": "W",
      "display": "Warning",
      "definition": "Warning",
      "designation": [
        {
          "language": "de",
          "value": "Warnung"
        }
      ],
      "property": [
        {
          "code": "usage",
          "valueString": "Transaction successful, but there may issues"
        },
        {
          "code": "versionIntroduced",
          "valueString": "2.5"
        }
      ]
    }
  ]
}