Package | ch.fhir.ig.ch-epr-fhir |
Type | ValueSet |
Id | restricted-http-verb-vs |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/ValueSet-restricted-http-verb-vs.html |
URL | http://fhir.ch/ig/ch-epr-fhir/ValueSet/restricted-http-verb-vs |
Version | 5.0.0-ci-build |
Status | active |
Date | 2025-05-22T14:03:30+00:00 |
Name | RestrictedHTTPVerbVS |
Title | Restricted HTTP Verb Value Set |
Realm | ch |
Authority | hl7 |
Description | Value set for allowed HTTP verbs, excluding GET operations. |
Copyright | CC0-1.0 |
StructureDefinition | |
ChmCSDProcessCareServices | Process |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet restricted-http-verb-vs
http://hl7.org/fhir/http-verb
Code | Display | Definition |
POST | POST | HTTP POST Command. |
PUT | PUT | HTTP PUT Command. |
DELETE | DELETE | HTTP DELETE Command. |
{ "resourceType": "ValueSet", "id": "restricted-http-verb-vs", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://fhir.ch/ig/ch-epr-fhir/ValueSet/restricted-http-verb-vs", "version": "5.0.0-ci-build", "name": "RestrictedHTTPVerbVS", "title": "Restricted HTTP Verb Value Set", "status": "active", "experimental": false, "date": "2025-05-22T14:03:30+00:00", "publisher": "eHealth Suisse", "contact": [ { "name": "eHealth Suisse", "telecom": [ { "system": "url", "value": "https://www.e-health-suisse.ch" } ] }, { "name": "eHealth Suisse", "telecom": [ { "system": "url", "value": "https://www.e-health-suisse.ch", "use": "work" } ] } ], "description": "Value set for allowed HTTP verbs, excluding GET operations.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "CH" } ] } ], "copyright": "CC0-1.0", "compose": { "include": [ { "system": "http://hl7.org/fhir/http-verb", "concept": [ { "code": "POST", "display": "POST" }, { "code": "PUT", "display": "PUT" }, { "code": "DELETE", "display": "DELETE" } ] } ] } }