This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Issue-type.xml

Definition for Value SetIssueType

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>IssueType</h2>
      <p>A coded expression of the type of issue</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/issue-type</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>invalid
            <a name="invalid"> </a>
          </td>
          <td/>
          <td>Content invalid against Specification or Profile.</td>
        </tr>
        <tr>
          <td>..structure
            <a name="structure"> </a>
          </td>
          <td/>
          <td>content structural issue.</td>
        </tr>
        <tr>
          <td>..required
            <a name="required"> </a>
          </td>
          <td/>
          <td>required element missing.</td>
        </tr>
        <tr>
          <td>..value
            <a name="value"> </a>
          </td>
          <td/>
          <td>element value invalid.</td>
        </tr>
        <tr>
          <td>..invariant
            <a name="invariant"> </a>
          </td>
          <td/>
          <td>schematron rule.</td>
        </tr>
        <tr>
          <td>security
            <a name="security"> </a>
          </td>
          <td/>
          <td>authorization/permissions issue.</td>
        </tr>
        <tr>
          <td>..login
            <a name="login"> </a>
          </td>
          <td/>
          <td>the client needs to initiate the authentication process ().</td>
        </tr>
        <tr>
          <td>..unknown
            <a name="unknown"> </a>
          </td>
          <td/>
          <td>user/system not able to be authenticated.</td>
        </tr>
        <tr>
          <td>..expired
            <a name="expired"> </a>
          </td>
          <td/>
          <td>user session expired.</td>
        </tr>
        <tr>
          <td>..forbidden
            <a name="forbidden"> </a>
          </td>
          <td/>
          <td>user rights failure.</td>
        </tr>
        <tr>
          <td>processing
            <a name="processing"> </a>
          </td>
          <td/>
          <td>processing issues.</td>
        </tr>
        <tr>
          <td>..not-supported
            <a name="not-supported"> </a>
          </td>
          <td/>
          <td>resource not supported.</td>
        </tr>
        <tr>
          <td>..duplicate
            <a name="duplicate"> </a>
          </td>
          <td/>
          <td>duplicate resource.</td>
        </tr>
        <tr>
          <td>..not-found
            <a name="not-found"> </a>
          </td>
          <td/>
          <td>reference not found.</td>
        </tr>
        <tr>
          <td>..too-long
            <a name="too-long"> </a>
          </td>
          <td/>
          <td>existing content too long.</td>
        </tr>
        <tr>
          <td>..code-unknown
            <a name="code-unknown"> </a>
          </td>
          <td/>
          <td>code could not be understood.</td>
        </tr>
        <tr>
          <td>..extension
            <a name="extension"> </a>
          </td>
          <td/>
          <td>extension not recognized.</td>
        </tr>
        <tr>
          <td>..too-costly
            <a name="too-costly"> </a>
          </td>
          <td/>
          <td>operation denied to protect server resources.</td>
        </tr>
        <tr>
          <td>..business-rule
            <a name="business-rule"> </a>
          </td>
          <td/>
          <td>content failed to pass some business rule.</td>
        </tr>
        <tr>
          <td>..conflict
            <a name="conflict"> </a>
          </td>
          <td/>
          <td>content could not be accepted because of an edit conflict (i.e. version aware updates).</td>
        </tr>
        <tr>
          <td>transient
            <a name="transient"> </a>
          </td>
          <td/>
          <td>transient processing issues.</td>
        </tr>
        <tr>
          <td>..lock-error
            <a name="lock-error"> </a>
          </td>
          <td/>
          <td>resource/record locking failure.</td>
        </tr>
        <tr>
          <td>..no-store
            <a name="no-store"> </a>
          </td>
          <td/>
          <td>persistent store unavailable.</td>
        </tr>
        <tr>
          <td>..exception
            <a name="exception"> </a>
          </td>
          <td/>
          <td>unexpected internal error.</td>
        </tr>
        <tr>
          <td>..timeout
            <a name="timeout"> </a>
          </td>
          <td/>
          <td>internal timeout.</td>
        </tr>
        <tr>
          <td>..throttled
            <a name="throttled"> </a>
          </td>
          <td/>
          <td>The system is not prepared to handle this request due to load management.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/issue-type"/>
  <name value="IssueType"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="A coded expression of the type of issue"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.975+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/issue-type"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="invalid"/>
      <definition value="Content invalid against Specification or Profile."/>
      <concept>
        <code value="structure"/>
        <definition value="content structural issue."/>
      </concept>
      <concept>
        <code value="required"/>
        <definition value="required element missing."/>
      </concept>
      <concept>
        <code value="value"/>
        <definition value="element value invalid."/>
      </concept>
      <concept>
        <code value="invariant"/>
        <definition value="schematron rule."/>
      </concept>
    </concept>
    <concept>
      <code value="security"/>
      <definition value="authorization/permissions issue."/>
      <concept>
        <code value="login"/>
        <definition value="the client needs to initiate the authentication process ()."/>
      </concept>
      <concept>
        <code value="unknown"/>
        <definition value="user/system not able to be authenticated."/>
      </concept>
      <concept>
        <code value="expired"/>
        <definition value="user session expired."/>
      </concept>
      <concept>
        <code value="forbidden"/>
        <definition value="user rights failure."/>
      </concept>
    </concept>
    <concept>
      <code value="processing"/>
      <definition value="processing issues."/>
      <concept>
        <code value="not-supported"/>
        <definition value="resource not supported."/>
      </concept>
      <concept>
        <code value="duplicate"/>
        <definition value="duplicate resource."/>
      </concept>
      <concept>
        <code value="not-found"/>
        <definition value="reference not found."/>
      </concept>
      <concept>
        <code value="too-long"/>
        <definition value="existing content too long."/>
      </concept>
      <concept>
        <code value="code-unknown"/>
        <definition value="code could not be understood."/>
      </concept>
      <concept>
        <code value="extension"/>
        <definition value="extension not recognized."/>
      </concept>
      <concept>
        <code value="too-costly"/>
        <definition value="operation denied to protect server resources."/>
      </concept>
      <concept>
        <code value="business-rule"/>
        <definition value="content failed to pass some business rule."/>
      </concept>
      <concept>
        <code value="conflict"/>
        <definition value="content could not be accepted because of an edit conflict (i.e. version aware updates)."/>
      </concept>
    </concept>
    <concept>
      <code value="transient"/>
      <definition value="transient processing issues."/>
      <concept>
        <code value="lock-error"/>
        <definition value="resource/record locking failure."/>
      </concept>
      <concept>
        <code value="no-store"/>
        <definition value="persistent store unavailable."/>
      </concept>
      <concept>
        <code value="exception"/>
        <definition value="unexpected internal error."/>
      </concept>
      <concept>
        <code value="timeout"/>
        <definition value="internal timeout."/>
      </concept>
      <concept>
        <code value="throttled"/>
        <definition value="The system is not prepared to handle this request due to load management."/>
      </concept>
    </concept>
  </define>
</ValueSet>