Implementation Guide
Version 1.4.0 - release

: Issue Type VS - XML Representation

Active as of 2025-07-29

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="issue-type-vs"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet issue-type-vs</b></p><a name="issue-type-vs"> </a><a name="hcissue-type-vs"> </a><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/codesystem-issue-type.html"><code>http://hl7.org/fhir/issue-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-issue-type.html#issue-type-invalid">invalid</a></td><td>Invalid Content</td><td>Content invalid against the specification or a profile.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-issue-type.html#issue-type-processing">processing</a></td><td>Processing Failure</td><td>Processing issues. These are expected to be final e.g. there is no point resubmitting the same content unchanged.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/codesystem-issue-type.html#issue-type-informational">informational</a></td><td>Informational Note</td><td>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.).</td></tr></table></li></ul></div>
  </text>
  <url value="https://gematik.de/fhir/atf/ValueSet/issue-type-vs"/>
  <version value="1.4.0"/>
  <name value="IssueTypeVS"/>
  <title value="Issue Type VS"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-07-29"/>
  <description
               value="Gibt an welche Art der Antwort auf eine Operation gegeben werden kann"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/issue-type"/>
      <concept>
        <code value="invalid"/>
        <display value="Invalid Content"/>
      </concept>
      <concept>
        <code value="processing"/>
        <display value="Processing Failure"/>
      </concept>
      <concept>
        <code value="informational"/>
        <display value="Informational Note"/>
      </concept>
    </include>
  </compose>
</ValueSet>