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

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

Packageihe.iti.mcsd
TypeValueSet
Idrestricted-http-verb-vs
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/mCSD/https://build.fhir.org/ig/IHE/ITI.mCSD/ValueSet-restricted-http-verb-vs.html
URLhttps://profiles.ihe.net/ITI/mCSD/ValueSet/restricted-http-verb-vs
Version4.0.1-current
Statusactive
Date2025-05-21T20:08:38+00:00
NameRestrictedHTTPVerbVS
TitleRestricted HTTP Verb Value Set
Realmuv
Authorityihe
DescriptionValue set for allowed HTTP verbs, excluding GET operations.

Resources that use this resource

StructureDefinition
IHE.mCSD.ProcessCareServicesProcess

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