TKB Clinical Process Activity Actions
0.1.0 - ci-build Sweden

TKB Clinical Process Activity Actions - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Service Result Codes - JSON Representation

Draft as of 2025-10-27

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "result-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem result-code</b></p><a name=\"result-code\"> </a><a name=\"hcresult-code\"> </a><p>This  code system <code>http://electronichealth.se/fhir/CodeSystem/result-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OK<a name=\"result-code-OK\"> </a></td><td>Success</td><td>Operation completed successfully</td></tr><tr><td style=\"white-space:nowrap\">INFO<a name=\"result-code-INFO\"> </a></td><td>Information</td><td>Operation succeeded with informational message</td></tr><tr><td style=\"white-space:nowrap\">INVALID_REQUEST<a name=\"result-code-INVALID_REQUEST\"> </a></td><td>Invalid Request</td><td>Request parameters are invalid</td></tr><tr><td style=\"white-space:nowrap\">ACCESS_DENIED<a name=\"result-code-ACCESS_DENIED\"> </a></td><td>Access Denied</td><td>User lacks access permissions</td></tr><tr><td style=\"white-space:nowrap\">NOT_FOUND<a name=\"result-code-NOT_FOUND\"> </a></td><td>Not Found</td><td>No data found for given criteria</td></tr><tr><td style=\"white-space:nowrap\">TECHNICAL_ERROR<a name=\"result-code-TECHNICAL_ERROR\"> </a></td><td>Technical Error</td><td>Unexpected technical failure</td></tr></table></div>"
  },
  "url" : "http://electronichealth.se/fhir/CodeSystem/result-code",
  "version" : "0.1.0",
  "name" : "ResultCode",
  "title" : "Service Result Codes",
  "status" : "draft",
  "date" : "2025-10-27T22:43:55+00:00",
  "contact" : [
    {
      "name" : "Inera Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@inera.se"
        }
      ]
    }
  ],
  "description" : "Result codes for service operations",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "SE",
          "display" : "Sweden"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "OK",
      "display" : "Success",
      "definition" : "Operation completed successfully"
    },
    {
      "code" : "INFO",
      "display" : "Information",
      "definition" : "Operation succeeded with informational message"
    },
    {
      "code" : "INVALID_REQUEST",
      "display" : "Invalid Request",
      "definition" : "Request parameters are invalid"
    },
    {
      "code" : "ACCESS_DENIED",
      "display" : "Access Denied",
      "definition" : "User lacks access permissions"
    },
    {
      "code" : "NOT_FOUND",
      "display" : "Not Found",
      "definition" : "No data found for given criteria"
    },
    {
      "code" : "TECHNICAL_ERROR",
      "display" : "Technical Error",
      "definition" : "Unexpected technical failure"
    }
  ]
}