Package | ihe.iti.mcsd |
Type | ValueSet |
Id | restricted-http-verb-vs |
FHIR Version | R4 |
Source | https://profiles.ihe.net/ITI/mCSD/https://build.fhir.org/ig/IHE/ITI.mCSD/ValueSet-restricted-http-verb-vs.html |
URL | https://profiles.ihe.net/ITI/mCSD/ValueSet/restricted-http-verb-vs |
Version | 4.0.1-current |
Status | active |
Date | 2025-05-21T20:08:38+00:00 |
Name | RestrictedHTTPVerbVS |
Title | Restricted HTTP Verb Value Set |
Realm | uv |
Authority | ihe |
Description | Value set for allowed HTTP verbs, excluding GET operations. |
StructureDefinition | |
IHE.mCSD.ProcessCareServices | 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": "https://profiles.ihe.net/ITI/mCSD/ValueSet/restricted-http-verb-vs", "version": "4.0.1-current", "name": "RestrictedHTTPVerbVS", "title": "Restricted HTTP Verb Value Set", "status": "active", "experimental": false, "date": "2025-05-21T20:08:38+00:00", "publisher": "IHE IT Infrastructure Technical Committee", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.ihe.net/ihe_domains/it_infrastructure/" } ] }, { "telecom": [ { "system": "email", "value": "iti@ihe.net" } ] }, { "name": "IHE IT Infrastructure Technical Committee", "telecom": [ { "system": "email", "value": "iti@ihe.net" } ] } ], "description": "Value set for allowed HTTP verbs, excluding GET operations.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "compose": { "include": [ { "system": "http://hl7.org/fhir/http-verb", "concept": [ { "code": "POST", "display": "POST" }, { "code": "PUT", "display": "PUT" }, { "code": "DELETE", "display": "DELETE" } ] } ] } }