{ "description": "A code that describes the type of issue.", "_filename": "ValueSet-issue-type.json", "package_name": "hl7.fhir.r2.expansions", "date": "2015-10-24T07:41:03+11:00", "publisher": "HL7 (FHIR Project)", "name": "IssueType", "type": null, "experimental": "false", "resourceType": "ValueSet", "expansion": { "contains": [ { "code": "invalid", "system": "http://hl7.org/fhir/issue-type", "display": "Invalid Content" }, { "code": "structure", "system": "http://hl7.org/fhir/issue-type", "display": "Structural Issue" }, { "code": "required", "system": "http://hl7.org/fhir/issue-type", "display": "Required element missing" }, { "code": "value", "system": "http://hl7.org/fhir/issue-type", "display": "Element value invalid" }, { "code": "invariant", "system": "http://hl7.org/fhir/issue-type", "display": "Validation rule failed" }, { "code": "security", "system": "http://hl7.org/fhir/issue-type", "display": "Security Problem" }, { "code": "login", "system": "http://hl7.org/fhir/issue-type", "display": "Login Required" }, { "code": "unknown", "system": "http://hl7.org/fhir/issue-type", "display": "Unknown User" }, { "code": "expired", "system": "http://hl7.org/fhir/issue-type", "display": "Session Expired" }, { "code": "forbidden", "system": "http://hl7.org/fhir/issue-type", "display": "Forbidden" }, { "code": "suppressed", "system": "http://hl7.org/fhir/issue-type", "display": "Information Suppressed" }, { "code": "processing", "system": "http://hl7.org/fhir/issue-type", "display": "Processing Failure" }, { "code": "not-supported", "system": "http://hl7.org/fhir/issue-type", "display": "Content not supported" }, { "code": "duplicate", "system": "http://hl7.org/fhir/issue-type", "display": "Duplicate" }, { "code": "not-found", "system": "http://hl7.org/fhir/issue-type", "display": "Not Found" }, { "code": "too-long", "system": "http://hl7.org/fhir/issue-type", "display": "Content Too Long" }, { "code": "code-invalid", "system": "http://hl7.org/fhir/issue-type", "display": "Invalid Code" }, { "code": "extension", "system": "http://hl7.org/fhir/issue-type", "display": "Unacceptable Extension" }, { "code": "too-costly", "system": "http://hl7.org/fhir/issue-type", "display": "Operation Too Costly" }, { "code": "business-rule", "system": "http://hl7.org/fhir/issue-type", "display": "Business Rule Violation" }, { "code": "conflict", "system": "http://hl7.org/fhir/issue-type", "display": "Edit Version Conflict" }, { "code": "incomplete", "system": "http://hl7.org/fhir/issue-type", "display": "Incomplete Results" }, { "code": "transient", "system": "http://hl7.org/fhir/issue-type", "display": "Transient Issue" }, { "code": "lock-error", "system": "http://hl7.org/fhir/issue-type", "display": "Lock Error" }, { "code": "no-store", "system": "http://hl7.org/fhir/issue-type", "display": "No Store Available" }, { "code": "exception", "system": "http://hl7.org/fhir/issue-type", "display": "Exception" }, { "code": "timeout", "system": "http://hl7.org/fhir/issue-type", "display": "Timeout" }, { "code": "throttled", "system": "http://hl7.org/fhir/issue-type", "display": "Throttled" }, { "code": "informational", "system": "http://hl7.org/fhir/issue-type", "display": "Informational Note" } ], "parameter": [ { "name": "version", "valueUri": "http://hl7.org/fhir/ValueSet/issue-type?version=1.0.2" } ], "timestamp": "2015-10-22T12:31:47+11:00", "identifier": "urn:uuid:5d2305a1-484a-46a8-946e-156cb87a68f1" }, "title": null, "package_version": "1.0.2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.224" } ], "status": "draft", "id": "d57e0c2c-2841-4746-93fa-b43cb1bbea32", "kind": null, "url": "http://hl7.org/fhir/ValueSet/issue-type", "codeSystem": { "system": "http://hl7.org/fhir/issue-type", "concept": [ { "code": "invalid", "concept": [ { "code": "structure", "display": "Structural Issue", "definition": "A structural issue in the content such as wrong namespace, or unable to parse the content completely, or invalid json syntax." }, { "code": "required", "display": "Required element missing", "definition": "A required element is missing." }, { "code": "value", "display": "Element value invalid", "definition": "An element value is invalid." }, { "code": "invariant", "display": "Validation rule failed", "definition": "A content validation rule failed - e.g. a schematron rule." } ], "display": "Invalid Content", "definition": "Content invalid against the specification or a profile." }, { "code": "security", "concept": [ { "code": "login", "display": "Login Required", "definition": "The client needs to initiate an authentication process." }, { "code": "unknown", "display": "Unknown User", "definition": "The user or system was not able to be authenticated (either there is no process, or the proferred token is unacceptable)." }, { "code": "expired", "display": "Session Expired", "definition": "User session expired; a login may be required." }, { "code": "forbidden", "display": "Forbidden", "definition": "The user does not have the rights to perform this action." }, { "code": "suppressed", "display": "Information Suppressed", "definition": "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." } ], "display": "Security Problem", "definition": "An authentication/authorization/permissions issue of some kind." }, { "code": "processing", "concept": [ { "code": "not-supported", "display": "Content not supported", "definition": "The resource or profile is not supported." }, { "code": "duplicate", "display": "Duplicate", "definition": "An attempt was made to create a duplicate record." }, { "code": "not-found", "display": "Not Found", "definition": "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." }, { "code": "too-long", "display": "Content Too Long", "definition": "Provided content is too long (typically, this is a denial of service protection type of error)." }, { "code": "code-invalid", "display": "Invalid Code", "definition": "The code or system could not be understood, or it was not valid in the context of a particular ValueSet.code." }, { "code": "extension", "display": "Unacceptable Extension", "definition": "An extension was found that was not acceptable, could not be resolved, or a modifierExtension was not recognized." }, { "code": "too-costly", "display": "Operation Too Costly", "definition": "The operation was stopped to protect server resources; e.g. a request for a value set expansion on all of SNOMED CT." }, { "code": "business-rule", "display": "Business Rule Violation", "definition": "The content/operation failed to pass some business rule, and so could not proceed." }, { "code": "conflict", "display": "Edit Version Conflict", "definition": "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.)" }, { "code": "incomplete", "display": "Incomplete Results", "definition": "Not all data sources typically accessed could be reached, or responded in time, so the returned information may not be complete." } ], "display": "Processing Failure", "definition": "Processing issues. These are expected to be final e.g. there is no point resubmitting the same content unchanged." }, { "code": "transient", "concept": [ { "code": "lock-error", "display": "Lock Error", "definition": "A resource/record locking failure (usually in an underlying database)." }, { "code": "no-store", "display": "No Store Available", "definition": "The persistent store is unavailable; e.g. the database is down for maintenance or similar action." }, { "code": "exception", "display": "Exception", "definition": "An unexpected internal error has occurred." }, { "code": "timeout", "display": "Timeout", "definition": "An internal timeout has occurred." }, { "code": "throttled", "display": "Throttled", "definition": "The system is not prepared to handle this request due to load management." } ], "display": "Transient Issue", "definition": "Transient processing issues. The system receiving the error may be able to resubmit the same content once an underlying issue is resolved." }, { "code": "informational", "display": "Informational Note", "definition": "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.)." } ], "version": "1.0.2", "caseSensitive": true }, "version": "1.0.2", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "other" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ] }