FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekvdigital.terminsynchronisation-tvs
Resource TypeValueSet
IdKBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kvdigital.terminsynchronisation-tvs@1.6.0-Expansions&canonical=https://fhir.kbv.de/ValueSet/KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods
URLhttps://fhir.kbv.de/ValueSet/KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods
Version1.0.0
Statusactive
NameKBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods
TitleKBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods
DescriptionErlaubte HTTP Methods für Batch Requests: POST für create requests | DELETE für delete requests
CopyrightCopyright 2024 kv.digital GmbH

Resources that use this resource

StructureDefinition
KBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Bundle_Batch_RequestKBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Bundle_Batch_Request

Resources that this resource uses

CodeSystem
http-verbHTTPVerb

Narrative

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

Erlaubte HTTP Methods für Batch Requests

Source1

{
  "resourceType": "ValueSet",
  "id": "KBV-VS-116117-TERMINSERVICE-TVS-TSYNCH-Batch-Http-Methods",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/ValueSet/KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods",
  "version": "1.0.0",
  "name": "KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods",
  "title": "KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Batch_Http_Methods",
  "status": "active",
  "publisher": "kv.digital GmbH",
  "contact": [
    {
      "name": "kv.digital GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv.digital"
        }
      ]
    }
  ],
  "description": "Erlaubte HTTP Methods für Batch Requests: POST für create requests | DELETE für delete requests",
  "copyright": "Copyright 2024 kv.digital GmbH",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/http-verb",
        "concept": [
          {
            "code": "POST"
          },
          {
            "code": "DELETE"
          }
        ]
      }
    ]
  },
  "expansion": {
    "identifier": "urn:uuid:3774b00f-c42c-4a9f-beca-b84fae2e738a",
    "timestamp": "2026-01-20T13:40:07+01:00",
    "total": 2,
    "offset": 0,
    "parameter": [
      {
        "name": "count",
        "valueInteger": 1000
      },
      {
        "name": "offset",
        "valueInteger": 0
      },
      {
        "name": "excludeNested",
        "valueBoolean": true
      },
      {
        "name": "used-codesystem",
        "valueUri": "http://hl7.org/fhir/http-verb|4.0.1"
      }
    ],
    "contains": [
      {
        "system": "http://hl7.org/fhir/http-verb",
        "code": "POST",
        "display": "POST"
      },
      {
        "system": "http://hl7.org/fhir/http-verb",
        "code": "DELETE",
        "display": "DELETE"
      }
    ]
  }
}