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

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.114222.4.11.993.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.993
Version2
Statusactive
Date2018-01-14T00:06:00+11:00
NamePHVS_ErrorSeverity_HL7_2x
TitleError Severity (HL7)
Realmus
DescriptionIdentifies severity of an application error when messaging. Knowing if something is Error, Warning, or Information is intrinsic to how an application handles the content contained in the message. Uses HL7 Table 0516.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0516errorSeverity

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.993",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.993"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.993",
  "version": "2",
  "name": "PHVS_ErrorSeverity_HL7_2x",
  "title": "Error Severity (HL7)",
  "status": "active",
  "date": "2018-01-14T00:06:00+11:00",
  "description": "Identifies severity of an application error when messaging. Knowing if something is Error, Warning, or Information is intrinsic to how an application handles the content contained in the message. Uses HL7 Table 0516.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0516",
        "version": "HL7 v2.8.2",
        "concept": [
          {
            "code": "E",
            "display": "Error"
          },
          {
            "code": "F",
            "display": "Fatal Error"
          },
          {
            "code": "I",
            "display": "Information"
          },
          {
            "code": "W",
            "display": "Warning"
          }
        ]
      }
    ]
  }
}