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.7513.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7513
Version1
Statusactive
Date2017-01-12T00:12:00+11:00
NamePHVS_MessageErrorConditionCodes_NCHS
TitleMessage Error Condition Codes (NCHS)
Realmus
DescriptionA list, defined by HL7, of the possible communication error types that may be returned to characterize an error response.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0357messageErrorCondition

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.7513",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7513"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7513",
  "version": "1",
  "name": "PHVS_MessageErrorConditionCodes_NCHS",
  "title": "Message Error Condition Codes (NCHS)",
  "status": "active",
  "date": "2017-01-12T00:12:00+11:00",
  "description": "A list, defined by HL7, of the possible communication error types that may be returned to characterize an error response.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0357",
        "version": "HL7 v2.8.2",
        "concept": [
          {
            "code": "0",
            "display": "Message accepted"
          },
          {
            "code": "100",
            "display": "Segment sequence error"
          },
          {
            "code": "101",
            "display": "Required field missing"
          },
          {
            "code": "102",
            "display": "Data type error"
          },
          {
            "code": "103",
            "display": "Table value not found"
          },
          {
            "code": "104",
            "display": "Value too long"
          },
          {
            "code": "198",
            "display": "Cardinality Error"
          },
          {
            "code": "199",
            "display": "Other HL7 Error"
          },
          {
            "code": "200",
            "display": "Unsupported message type"
          },
          {
            "code": "201",
            "display": "Unsupported event code"
          },
          {
            "code": "207",
            "display": "Application internal error"
          },
          {
            "code": "999",
            "display": "Application error"
          }
        ]
      }
    ]
  }
}