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_Booking_Information.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_Booking_Information
URLhttps://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Booking_Information
Version1.0.0
Statusactive
NameKBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Booking_Information
TitleKBV_OD_KV_DIGITAL_TS_KVEN_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.

Source1

{
  "resourceType": "OperationDefinition",
  "id": "KBV-OD-KV-DIGITAL-TS-KVEN-Appointment-Booking-Information",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/OperationDefinition/KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Booking_Information",
  "version": "1.0.0",
  "name": "KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Booking_Information",
  "title": "KBV_OD_KV_DIGITAL_TS_KVEN_Appointment_Booking_Information",
  "status": "active",
  "kind": "operation",
  "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.",
      "type": "canonical",
      "targetProfile": [
        "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_KVEN_Identifier_Vermittlungscode"
      ]
    },
    {
      "name": "suchergebnis",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Bundle mit den Details zum Termin, dem zugehörigen Terminprofil, der Praxis und deren Standort",
      "type": "canonical",
      "targetProfile": [
        "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_KVEN_Bundle_Operation_Result"
      ]
    }
  ]
}