FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/restricted-http-verb-vs

Packagech.fhir.ig.ch-epr-fhir
TypeValueSet
Idrestricted-http-verb-vs
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/ValueSet-restricted-http-verb-vs.html
URLhttp://fhir.ch/ig/ch-epr-fhir/ValueSet/restricted-http-verb-vs
Version5.0.0-ci-build
Statusactive
Date2025-05-22T14:03:30+00:00
NameRestrictedHTTPVerbVS
TitleRestricted HTTP Verb Value Set
Realmch
Authorityhl7
DescriptionValue set for allowed HTTP verbs, excluding GET operations.
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ChmCSDProcessCareServicesProcess

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet restricted-http-verb-vs


Source

{
  "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"
          }
        ]
      }
    ]
  }
}