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

FHIR IG analytics

Packagekvdigital.terminschnittstelle-fuer-kven
Resource TypeOperationDefinition
IdKBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kvdigital.terminschnittstelle-fuer-kven@2.1.0-Expansions&canonical=https://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation
URLhttps://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation
Version1.0.0
Statusactive
NameKBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation
TitleKBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation
DescriptionOperation zum Absagen eines bereits gebuchten Termins anhand des zugehörigen Vermittlungscodes
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Operation zum Absagen bereits gebuchter Termine anhand des zugehoerigen Vermittlungscodes

Source1

{
  "resourceType": "OperationDefinition",
  "id": "KBV-OD-KV-DIGITAL-TS-KVEN-Appointment-Cancellation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation",
  "version": "1.0.0",
  "name": "KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation",
  "title": "KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Cancellation",
  "status": "active",
  "kind": "operation",
  "publisher": "kv.digital GmbH",
  "contact": [
    {
      "name": "kv.digital GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv.digital/"
        }
      ]
    }
  ],
  "description": "Operation zum Absagen eines bereits gebuchten Termins anhand des zugehörigen Vermittlungscodes",
  "code": "termin_absagen",
  "system": true,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "vermittlungscode",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Der Vermittlungscode, der ursprünglich für die Buchung des abzusagenden Termins genutzt wurde, ist eine 12-stellige alphanumerische Folge.",
      "type": "canonical",
      "targetProfile": [
        "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_KVEN_Identifier_Vermittlungscode"
      ]
    }
  ]
}