Implementation Guide
Version 1.4.0 - release

: Issue Type VS - JSON Representation

Active as of 2025-07-29

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "issue-type-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "https://gematik.de/fhir/atf/ValueSet/issue-type-vs",
  "version" : "1.4.0",
  "name" : "IssueTypeVS",
  "title" : "Issue Type VS",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-29",
  "description" : "Gibt an welche Art der Antwort auf eine Operation gegeben werden kann",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/issue-type",
        "concept" : [
          {
            "code" : "invalid",
            "display" : "Invalid Content"
          },
          {
            "code" : "processing",
            "display" : "Processing Failure"
          },
          {
            "code" : "informational",
            "display" : "Informational Note"
          }
        ]
      }
    ]
  }
}