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

FHIR IG Statistics: OperationDefinition/KBV-OD-KV-DIGITAL-TS-DRITTE-Appointment-Booking-Information

Packagekvdigital.terminschnittstelle-fuer-dritte
Resource TypeOperationDefinition
IdKBV-OD-KV-DIGITAL-TS-DRITTE-Appointment-Booking-Information
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kvdigital.terminschnittstelle-fuer-dritte@2.0.0&canonical=https://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information
URLhttps://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information
Version1.0.0
Statusactive
Date2024-04-09T14:51:33.6552081+00:00
NameKBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information
TitleKBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information
DescriptionOperation zum Abrufen der Buchungsinformationen, die zu einem Vermittlungscode gehören. Dazu gehört der Termin (Appointment), die Praxis (Organization) inkl. Location sowie das Terminprofil (Schedule). Für den Vermittlungscode muss eine Buchung vorliegen, andernfalls gibt die Operation einen Fehler zurück.
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 Abrufen der Buchungsinformationen, die zu einem Vermittlungscode gehoeren. Fuer den Vermittlungscode muss eine Buchung vorliegen, andernfalls gibt die Operation einen Fehler zurueck.

Source

{
  "resourceType": "OperationDefinition",
  "id": "KBV-OD-KV-DIGITAL-TS-DRITTE-Appointment-Booking-Information",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information",
  "version": "1.0.0",
  "name": "KBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information",
  "title": "KBV_OD_KV_DIGITAL_TS_DRITTE_Appointment_Booking_Information",
  "status": "active",
  "kind": "operation",
  "date": "2024-04-09T14:51:33.6552081+00:00",
  "publisher": "kv.digital GmbH",
  "contact": [
    {
      "name": "kv.digital GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv.digital"
        }
      ]
    }
  ],
  "description": "Operation zum Abrufen der Buchungsinformationen, die zu einem Vermittlungscode gehören. Dazu gehört der Termin (Appointment), die Praxis (Organization) inkl. Location sowie das Terminprofil (Schedule). Für den Vermittlungscode muss eine Buchung vorliegen, andernfalls gibt die Operation einen Fehler zurück.",
  "code": "buchungsinformationen_abrufen",
  "system": true,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "vermittlungscode",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Der Vermittlungscode des Patienten, für den die Buchungsinformationen abgerufen werden sollen, ist eine 12-stellige alphanumerische Folge (ohne Bindestriche).",
      "type": "canonical",
      "targetProfile": [
        "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Identifier_Vermittlungscode"
      ]
    },
    {
      "name": "suchergebnis",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Bundle mit den Details zum Termin, dem zugehörigen Terminprofil und der Praxis (inkl. Geokoordinaten derer)",
      "type": "canonical",
      "targetProfile": [
        "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Bundle_Operation_Result"
      ]
    }
  ]
}