FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageelga.moped
Resource TypeValueSet
IdValueSet-HTTPVerbUpdateOnlyVS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/ValueSet-HTTPVerbUpdateOnlyVS.html
URLhttps://elga.moped.at/ValueSet/HTTPVerbUpdateOnlyVS
Version0.1.0
Statusdraft
Date2026-01-26T07:12:06+00:00
NameHTTPVerbUpdateOnlyVS
TitleHTTP Verb Update Only
DescriptionHTTP Verben für das Einmelden von Ressourcen, welche nach dem initialen Einmelden nur aktualisiert werden dürfen.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
http-verbHTTPVerb

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet HTTPVerbUpdateOnlyVS


Source1

{
  "resourceType": "ValueSet",
  "id": "HTTPVerbUpdateOnlyVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/ValueSet/HTTPVerbUpdateOnlyVS",
  "version": "0.1.0",
  "name": "HTTPVerbUpdateOnlyVS",
  "title": "HTTP Verb Update Only",
  "status": "draft",
  "date": "2026-01-26T07:12:06+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 nach dem initialen Einmelden nur aktualisiert werden dürfen.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/http-verb",
        "concept": [
          {
            "code": "PUT"
          }
        ]
      }
    ]
  }
}