FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

4.3.1.399 Value Set http://hl7.org/fhir/ValueSet/issue-type

FHIR Infrastructure Work Group Maturity Level: 5InformativeUse Context: Any

This is a value set defined by the FHIR project.

Summary

Defining URL:http://hl7.org/fhir/ValueSet/issue-type
Name:IssueType
Definition:A code that describes the type of issue.
Committee:FHIR Infrastructure Work Group
OID:2.16.840.1.113883.4.642.3.399 (for OID based terminology systems)
Source ResourceXML / JSON

This value set is used in the following places:


This value set includes codes from the following code systems:

 

This expansion generated 19 Apr 2017


This value set contains 29 concepts

Expansion based on http://hl7.org/fhir/issue-type version 3.0.2

All codes from system http://hl7.org/fhir/issue-type

CodeDisplayDefinition
invalidInvalid ContentContent invalid against the specification or a profile.
  structureStructural IssueA structural issue in the content such as wrong namespace, or unable to parse the content completely, or invalid json syntax.
  requiredRequired element missingA required element is missing.
  valueElement value invalidAn element value is invalid.
  invariantValidation rule failedA content validation rule failed - e.g. a schematron rule.
securitySecurity ProblemAn authentication/authorization/permissions issue of some kind.
  loginLogin RequiredThe client needs to initiate an authentication process.
  unknownUnknown UserThe user or system was not able to be authenticated (either there is no process, or the proferred token is unacceptable).
  expiredSession ExpiredUser session expired; a login may be required.
  forbiddenForbiddenThe user does not have the rights to perform this action.
  suppressedInformation SuppressedSome 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.
processingProcessing FailureProcessing issues. These are expected to be final e.g. there is no point resubmitting the same content unchanged.
  not-supportedContent not supportedThe resource or profile is not supported.
  duplicateDuplicateAn attempt was made to create a duplicate record.
  not-foundNot FoundThe 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.
  too-longContent Too LongProvided content is too long (typically, this is a denial of service protection type of error).
  code-invalidInvalid CodeThe code or system could not be understood, or it was not valid in the context of a particular ValueSet.code.
  extensionUnacceptable ExtensionAn extension was found that was not acceptable, could not be resolved, or a modifierExtension was not recognized.
  too-costlyOperation Too CostlyThe operation was stopped to protect server resources; e.g. a request for a value set expansion on all of SNOMED CT.
  business-ruleBusiness Rule ViolationThe content/operation failed to pass some business rule, and so could not proceed.
  conflictEdit Version ConflictContent 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.)
  incompleteIncomplete ResultsNot all data sources typically accessed could be reached, or responded in time, so the returned information may not be complete.
transientTransient IssueTransient processing issues. The system receiving the error may be able to resubmit the same content once an underlying issue is resolved.
  lock-errorLock ErrorA resource/record locking failure (usually in an underlying database).
  no-storeNo Store AvailableThe persistent store is unavailable; e.g. the database is down for maintenance or similar action.
  exceptionExceptionAn unexpected internal error has occurred.
  timeoutTimeoutAn internal timeout has occurred.
  throttledThrottledThe system is not prepared to handle this request due to load management.
informationalInformational NoteA 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.).

 

See the full registry of value sets defined as part of FHIR.


Explanation of the columns that may appear on this page:

LevelA few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies
SourceThe source of the definition of the code (when the value set draws in codes defined elsewhere)
CodeThe code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract')
DisplayThe display (used in the display element of a Coding). If there is no display, implementers should not simply display the code, but map the concept into their application
DefinitionAn explanation of the meaning of the concept
CommentsAdditional notes about how to use the code