Elektronische Leistungsbestätigung
1.0.0 - draft

Elektronische Leistungsbestätigung - Local Development build (v1.0.0). See the Directory of published versions

: KK_ELB_RequestType - JSON Representation

Active as of 2023-07-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "KK-ELB-RequestType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://e-lb.de/fhir/CodeSystem/KK_ELB_RequestType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">REQUEST_WITH_CALLBACK<a name=\"KK-ELB-RequestType-REQUEST_WITH_CALLBACK\"> </a></td><td>Anfrage mit Verweis auf CallbackURL in source-&gt;endpoint</td></tr><tr><td style=\"white-space:nowrap\">REQUEST_WITH_POLLING<a name=\"KK-ELB-RequestType-REQUEST_WITH_POLLING\"> </a></td><td>Anfrage mit Verweis auf Abruf mittels Polling-Schnittstelle</td></tr></table></div>"
  },
  "url" : "https://e-lb.de/fhir/CodeSystem/KK_ELB_RequestType",
  "version" : "1.0.0",
  "name" : "KK_ELB_RequestType",
  "status" : "active",
  "date" : "2023-07-07T13:38:15+02:00",
  "publisher" : "yoshteq GmbH & Co. KG",
  "contact" : [
    {
      "name" : "yoshteq GmbH & Co. KG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://yoshteq.de"
        },
        {
          "system" : "email",
          "value" : "dominik.hufnagel@yoshteq.de"
        }
      ]
    }
  ],
  "description" : "Requesttypes for eLB",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "REQUEST_WITH_CALLBACK",
      "display" : "Anfrage mit Verweis auf CallbackURL in source->endpoint"
    },
    {
      "code" : "REQUEST_WITH_POLLING",
      "display" : "Anfrage mit Verweis auf Abruf mittels Polling-Schnittstelle"
    }
  ]
}