Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HTTP Verb Insert Only - JSON Representation

Draft as of 2025-08-13

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "HTTPVerbInsertOnlyVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HTTPVerbInsertOnlyVS</b></p><a name=\"HTTPVerbInsertOnlyVS\"> </a><a name=\"hcHTTPVerbInsertOnlyVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-http-verb.html\"><code>http://hl7.org/fhir/http-verb</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/R5/codesystem-http-verb.html#http-verb-POST\">POST</a></td><td style=\"color: #cccccc\">POST</td><td>HTTP POST Command.</td></tr></table></li></ul></div>"
  },
  "url" : "https://elga.moped.at/ValueSet/HTTPVerbInsertOnlyVS",
  "version" : "0.1.0",
  "name" : "HTTPVerbInsertOnlyVS",
  "title" : "HTTP Verb Insert Only",
  "status" : "draft",
  "date" : "2025-08-13T07:09:01+00:00",
  "publisher" : "ELGA GmbH",
  "contact" : [
    {
      "name" : "ELGA GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://elga.gv.at"
        }
      ]
    }
  ],
  "description" : "HTTP Verben für das Einmelden von Ressourcen, welche nur initial eingemeldet und dann nicht mehr verändert werden dürfen.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/http-verb",
        "concept" : [
          {
            "code" : "POST"
          }
        ]
      }
    ]
  }
}