FHIR IG analytics| Package | elga.moped |
| Resource Type | ValueSet |
| Id | ValueSet-HTTPVerbInsertUpdateDeleteVS.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/ValueSet-HTTPVerbInsertUpdateDeleteVS.html |
| URL | https://elga.moped.at/ValueSet/HTTPVerbInsertUpdateDeleteVS |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-01-26T07:12:06+00:00 |
| Name | HTTPVerbInsertUpdateDeleteVS |
| Title | HTTP Verb Insert Update Delete |
| Description | HTTP Verben für das Einmelden von Ressourcen, welche nur initial eingemeldet und dann nicht mehr verändert werden dürfen. |
| StructureDefinition | |
| MopedInputBundleKH | MOPED Input Bundle KH |
| MopedQuestionnaireResponseEinmeldenBundle | MOPED QuestionnaireResponse einmelden Bundle |
| CodeSystem | |
| http-verb | HTTPVerb |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet HTTPVerbInsertUpdateDeleteVS
http://hl7.org/fhir/http-verb version 📦5.0.0| Code | Display | Definition |
| POST | POST | HTTP POST Command. |
| DELETE | DELETE | HTTP DELETE Command. |
| PUT | PUT | HTTP PUT Command. |
{
"resourceType": "ValueSet",
"id": "HTTPVerbInsertUpdateDeleteVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://elga.moped.at/ValueSet/HTTPVerbInsertUpdateDeleteVS",
"version": "0.1.0",
"name": "HTTPVerbInsertUpdateDeleteVS",
"title": "HTTP Verb Insert Update Delete",
"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 nur initial eingemeldet und dann nicht mehr verändert werden dürfen.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/http-verb",
"concept": [
{
"code": "POST"
},
{
"code": "DELETE"
},
{
"code": "PUT"
}
]
}
]
}
}