FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| ch.fhir.ig.ch-health-dossier#current | CH.mCSD.ProcessCareServices | Transaction Bundle Profile for ITI-130 Process Care Services Resources Request Message |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | http-verb | HTTPVerb |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "restricted-http-verb-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-health-dossier/ValueSet/restricted-http-verb-vs",
"version": "1.0.0-preview",
"name": "RestrictedHTTPVerbVS",
"title": "Restricted HTTP Verb Value Set",
"status": "active",
"experimental": false,
"date": "2026-08-20T15:35:03+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",
"version": "4.0.1",
"concept": [
{
"code": "POST",
"display": "POST"
},
{
"code": "PUT",
"display": "PUT"
},
{
"code": "DELETE",
"display": "DELETE"
}
]
}
]
}
}