This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetIssueType
{ "resourceType": "ValueSet", "id": "issue-type", "meta": { "lastUpdated": "2015-02-23T09:07:27.665+11:00", "profile": [ "http://hl7.org/fhir/Profile/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.121" } ], "url": "http://hl7.org/fhir/vs/issue-type", "version": "0.4.0", "name": "IssueType", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "A coded expression of the type of issue", "status": "draft", "experimental": false, "date": "2015-02-23T09:07:27+11:00", "define": { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.121" } ], "system": "http://hl7.org/fhir/issue-type", "caseSensitive": true, "concept": [ { "code": "invalid", "definition": "Content invalid against Specification or Profile.", "concept": [ { "code": "structure", "definition": "content structural issue." }, { "code": "required", "definition": "required element missing." }, { "code": "value", "definition": "element value invalid." }, { "code": "invariant", "definition": "schematron rule." } ] }, { "code": "security", "definition": "authorization/permissions issue.", "concept": [ { "code": "login", "definition": "the client needs to initiate the authentication process ()." }, { "code": "unknown", "definition": "user/system not able to be authenticated." }, { "code": "expired", "definition": "user session expired." }, { "code": "forbidden", "definition": "user rights failure." } ] }, { "code": "processing", "definition": "processing issues.", "concept": [ { "code": "not-supported", "definition": "resource not supported." }, { "code": "duplicate", "definition": "duplicate resource." }, { "code": "not-found", "definition": "reference not found." }, { "code": "too-long", "definition": "existing content too long." }, { "code": "code-unknown", "definition": "code could not be understood." }, { "code": "extension", "definition": "extension not recognized." }, { "code": "too-costly", "definition": "operation denied to protect server resources." }, { "code": "business-rule", "definition": "content failed to pass some business rule." }, { "code": "conflict", "definition": "content could not be accepted because of an edit conflict (i.e. version aware updates)." } ] }, { "code": "transient", "definition": "transient processing issues.", "concept": [ { "code": "lock-error", "definition": "resource/record locking failure." }, { "code": "no-store", "definition": "persistent store unavailable." }, { "code": "exception", "definition": "unexpected internal error." }, { "code": "timeout", "definition": "internal timeout." }, { "code": "throttled", "definition": "The system is not prepared to handle this request due to load management." } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.