Show / Hide Table of Contents

Class IssueTypeCodes

A code that describes the type of issue.

Inheritance
System.Object
IssueTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class IssueTypeCodes : object

Fields

| Improve this Doc View Source

BusinessRuleViolation

The content/operation failed to pass some business rule, and so could not proceed.

Declaration
public static readonly Coding BusinessRuleViolation
Field Value
Type Description
Coding
| Improve this Doc View Source

ContentNotSupported

The resource or profile is not supported.

Declaration
public static readonly Coding ContentNotSupported
Field Value
Type Description
Coding
| Improve this Doc View Source

ContentTooLong

Provided content is too long (typically, this is a denial of service protection type of error).

Declaration
public static readonly Coding ContentTooLong
Field Value
Type Description
Coding
| Improve this Doc View Source

Duplicate

An attempt was made to create a duplicate record.

Declaration
public static readonly Coding Duplicate
Field Value
Type Description
Coding
| Improve this Doc View Source

EditVersionConflict

Content could not be accepted because of an edit conflict (i.e. version aware updates) (In a pure RESTful environment, this would be an HTTP 404 error, but this code may be used where the conflict is discovered further into the application architecture.)

Declaration
public static readonly Coding EditVersionConflict
Field Value
Type Description
Coding
| Improve this Doc View Source

ElementValueInvalid

An element value is invalid.

Declaration
public static readonly Coding ElementValueInvalid
Field Value
Type Description
Coding
| Improve this Doc View Source

Exception

An unexpected internal error has occurred.

Declaration
public static readonly Coding Exception
Field Value
Type Description
Coding
| Improve this Doc View Source

Forbidden

The user does not have the rights to perform this action.

Declaration
public static readonly Coding Forbidden
Field Value
Type Description
Coding
| Improve this Doc View Source

IncompleteResults

Not all data sources typically accessed could be reached, or responded in time, so the returned information may not be complete.

Declaration
public static readonly Coding IncompleteResults
Field Value
Type Description
Coding
| Improve this Doc View Source

InformationalNote

A message unrelated to the processing success of the completed operation (examples of the latter include things like reminders of password expiry, system maintenance times, etc.).

Declaration
public static readonly Coding InformationalNote
Field Value
Type Description
Coding
| Improve this Doc View Source

InformationSuppressed

Some information was not or may not have been returned due to business rules, consent or privacy rules, or access permission constraints. This information may be accessible through alternate processes.

Declaration
public static readonly Coding InformationSuppressed
Field Value
Type Description
Coding
| Improve this Doc View Source

InvalidCode

The code or system could not be understood, or it was not valid in the context of a particular ValueSet.code.

Declaration
public static readonly Coding InvalidCode
Field Value
Type Description
Coding
| Improve this Doc View Source

InvalidContent

Content invalid against the specification or a profile.

Declaration
public static readonly Coding InvalidContent
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralBusinessRuleViolation

Literal for code: BusinessRuleViolation

Declaration
public const string LiteralBusinessRuleViolation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContentNotSupported

Literal for code: ContentNotSupported

Declaration
public const string LiteralContentNotSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralContentTooLong

Literal for code: ContentTooLong

Declaration
public const string LiteralContentTooLong = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDuplicate

Literal for code: Duplicate

Declaration
public const string LiteralDuplicate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralEditVersionConflict

Literal for code: EditVersionConflict

Declaration
public const string LiteralEditVersionConflict = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralElementValueInvalid

Literal for code: ElementValueInvalid

Declaration
public const string LiteralElementValueInvalid = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralException

Literal for code: Exception

Declaration
public const string LiteralException = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralForbidden

Literal for code: Forbidden

Declaration
public const string LiteralForbidden = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIncompleteResults

Literal for code: IncompleteResults

Declaration
public const string LiteralIncompleteResults = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInformationalNote

Literal for code: InformationalNote

Declaration
public const string LiteralInformationalNote = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInformationSuppressed

Literal for code: InformationSuppressed

Declaration
public const string LiteralInformationSuppressed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInvalidCode

Literal for code: InvalidCode

Declaration
public const string LiteralInvalidCode = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInvalidContent

Literal for code: InvalidContent

Declaration
public const string LiteralInvalidContent = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeBusinessRuleViolation

Literal for code: IssueTypeBusinessRuleViolation

Declaration
public const string LiteralIssueTypeBusinessRuleViolation = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeContentNotSupported

Literal for code: IssueTypeContentNotSupported

Declaration
public const string LiteralIssueTypeContentNotSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeContentTooLong

Literal for code: IssueTypeContentTooLong

Declaration
public const string LiteralIssueTypeContentTooLong = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeDuplicate

Literal for code: IssueTypeDuplicate

Declaration
public const string LiteralIssueTypeDuplicate = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeEditVersionConflict

Literal for code: IssueTypeEditVersionConflict

Declaration
public const string LiteralIssueTypeEditVersionConflict = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeElementValueInvalid

Literal for code: IssueTypeElementValueInvalid

Declaration
public const string LiteralIssueTypeElementValueInvalid = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeException

Literal for code: IssueTypeException

Declaration
public const string LiteralIssueTypeException = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeForbidden

Literal for code: IssueTypeForbidden

Declaration
public const string LiteralIssueTypeForbidden = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeIncompleteResults

Literal for code: IssueTypeIncompleteResults

Declaration
public const string LiteralIssueTypeIncompleteResults = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeInformationalNote

Literal for code: IssueTypeInformationalNote

Declaration
public const string LiteralIssueTypeInformationalNote = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeInformationSuppressed

Literal for code: IssueTypeInformationSuppressed

Declaration
public const string LiteralIssueTypeInformationSuppressed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeInvalidCode

Literal for code: IssueTypeInvalidCode

Declaration
public const string LiteralIssueTypeInvalidCode = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeInvalidContent

Literal for code: IssueTypeInvalidContent

Declaration
public const string LiteralIssueTypeInvalidContent = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeLockError

Literal for code: IssueTypeLockError

Declaration
public const string LiteralIssueTypeLockError = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeLoginRequired

Literal for code: IssueTypeLoginRequired

Declaration
public const string LiteralIssueTypeLoginRequired = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeNoStoreAvailable

Literal for code: IssueTypeNoStoreAvailable

Declaration
public const string LiteralIssueTypeNoStoreAvailable = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeNotFound

Literal for code: IssueTypeNotFound

Declaration
public const string LiteralIssueTypeNotFound = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeOperationTooCostly

Literal for code: IssueTypeOperationTooCostly

Declaration
public const string LiteralIssueTypeOperationTooCostly = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeProcessingFailure

Literal for code: IssueTypeProcessingFailure

Declaration
public const string LiteralIssueTypeProcessingFailure = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeRequiredElementMissing

Literal for code: IssueTypeRequiredElementMissing

Declaration
public const string LiteralIssueTypeRequiredElementMissing = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeSecurityProblem

Literal for code: IssueTypeSecurityProblem

Declaration
public const string LiteralIssueTypeSecurityProblem = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeSessionExpired

Literal for code: IssueTypeSessionExpired

Declaration
public const string LiteralIssueTypeSessionExpired = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeStructuralIssue

Literal for code: IssueTypeStructuralIssue

Declaration
public const string LiteralIssueTypeStructuralIssue = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeThrottled

Literal for code: IssueTypeThrottled

Declaration
public const string LiteralIssueTypeThrottled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeTimeout

Literal for code: IssueTypeTimeout

Declaration
public const string LiteralIssueTypeTimeout = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeTransientIssue

Literal for code: IssueTypeTransientIssue

Declaration
public const string LiteralIssueTypeTransientIssue = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeUnacceptableExtension

Literal for code: IssueTypeUnacceptableExtension

Declaration
public const string LiteralIssueTypeUnacceptableExtension = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeUnknownUser

Literal for code: IssueTypeUnknownUser

Declaration
public const string LiteralIssueTypeUnknownUser = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralIssueTypeValidationRuleFailed

Literal for code: IssueTypeValidationRuleFailed

Declaration
public const string LiteralIssueTypeValidationRuleFailed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralLockError

Literal for code: LockError

Declaration
public const string LiteralLockError = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralLoginRequired

Literal for code: LoginRequired

Declaration
public const string LiteralLoginRequired = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNoStoreAvailable

Literal for code: NoStoreAvailable

Declaration
public const string LiteralNoStoreAvailable = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNotFound

Literal for code: NotFound

Declaration
public const string LiteralNotFound = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralOperationTooCostly

Literal for code: OperationTooCostly

Declaration
public const string LiteralOperationTooCostly = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProcessingFailure

Literal for code: ProcessingFailure

Declaration
public const string LiteralProcessingFailure = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRequiredElementMissing

Literal for code: RequiredElementMissing

Declaration
public const string LiteralRequiredElementMissing = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSecurityProblem

Literal for code: SecurityProblem

Declaration
public const string LiteralSecurityProblem = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSessionExpired

Literal for code: SessionExpired

Declaration
public const string LiteralSessionExpired = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralStructuralIssue

Literal for code: StructuralIssue

Declaration
public const string LiteralStructuralIssue = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralThrottled

Literal for code: Throttled

Declaration
public const string LiteralThrottled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralTimeout

Literal for code: Timeout

Declaration
public const string LiteralTimeout = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralTransientIssue

Literal for code: TransientIssue

Declaration
public const string LiteralTransientIssue = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUnacceptableExtension

Literal for code: UnacceptableExtension

Declaration
public const string LiteralUnacceptableExtension = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUnknownUser

Literal for code: UnknownUser

Declaration
public const string LiteralUnknownUser = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralValidationRuleFailed

Literal for code: ValidationRuleFailed

Declaration
public const string LiteralValidationRuleFailed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LockError

A resource/record locking failure (usually in an underlying database).

Declaration
public static readonly Coding LockError
Field Value
Type Description
Coding
| Improve this Doc View Source

LoginRequired

The client needs to initiate an authentication process.

Declaration
public static readonly Coding LoginRequired
Field Value
Type Description
Coding
| Improve this Doc View Source

NoStoreAvailable

The persistent store is unavailable; e.g. the database is down for maintenance or similar action.

Declaration
public static readonly Coding NoStoreAvailable
Field Value
Type Description
Coding
| Improve this Doc View Source

NotFound

The reference provided was not found. In a pure RESTful environment, this would be an HTTP 404 error, but this code may be used where the content is not found further into the application architecture.

Declaration
public static readonly Coding NotFound
Field Value
Type Description
Coding
| Improve this Doc View Source

OperationTooCostly

The operation was stopped to protect server resources; e.g. a request for a value set expansion on all of SNOMED CT.

Declaration
public static readonly Coding OperationTooCostly
Field Value
Type Description
Coding
| Improve this Doc View Source

ProcessingFailure

Processing issues. These are expected to be final e.g. there is no point resubmitting the same content unchanged.

Declaration
public static readonly Coding ProcessingFailure
Field Value
Type Description
Coding
| Improve this Doc View Source

RequiredElementMissing

A required element is missing.

Declaration
public static readonly Coding RequiredElementMissing
Field Value
Type Description
Coding
| Improve this Doc View Source

SecurityProblem

An authentication/authorization/permissions issue of some kind.

Declaration
public static readonly Coding SecurityProblem
Field Value
Type Description
Coding
| Improve this Doc View Source

SessionExpired

User session expired; a login may be required.

Declaration
public static readonly Coding SessionExpired
Field Value
Type Description
Coding
| Improve this Doc View Source

StructuralIssue

A structural issue in the content such as wrong namespace, or unable to parse the content completely, or invalid json syntax.

Declaration
public static readonly Coding StructuralIssue
Field Value
Type Description
Coding
| Improve this Doc View Source

Throttled

The system is not prepared to handle this request due to load management.

Declaration
public static readonly Coding Throttled
Field Value
Type Description
Coding
| Improve this Doc View Source

Timeout

An internal timeout has occurred.

Declaration
public static readonly Coding Timeout
Field Value
Type Description
Coding
| Improve this Doc View Source

TransientIssue

Transient processing issues. The system receiving the error may be able to resubmit the same content once an underlying issue is resolved.

Declaration
public static readonly Coding TransientIssue
Field Value
Type Description
Coding
| Improve this Doc View Source

UnacceptableExtension

An extension was found that was not acceptable, could not be resolved, or a modifierExtension was not recognized.

Declaration
public static readonly Coding UnacceptableExtension
Field Value
Type Description
Coding
| Improve this Doc View Source

UnknownUser

The user or system was not able to be authenticated (either there is no process, or the proferred token is unacceptable).

Declaration
public static readonly Coding UnknownUser
Field Value
Type Description
Coding
| Improve this Doc View Source

ValidationRuleFailed

A content validation rule failed - e.g. a schematron rule.

Declaration
public static readonly Coding ValidationRuleFailed
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up IssueType Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX