PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.1.1
    http://nictiz.nl/fhir/OperationDefinition/eAfspraak-slot-prefetch
{
  "description": "This operation fetches available free slots with optional parameters, such as date/time range, location, specialty.  The server determines which open slots to expose to the application for use in creating new appointments.  If neither a start or end date is given then the maximum period as defined by local business rules and starting from when the operation was transacted will be used.   The actors practitioner, organization and location further refine the search.   If more than one actor type is present, the response will contain slots with *all* of these actors (i.e, this is a logical 'AND').  if an actor type is repeated, the response will contain slots with *any* of these actors (i.e. this is a logical  'OR' and  does not drive a joint appointment with multiple practitioners. locations or organizations).  \\n\\n Note that all input parameters are simple types allowing either the 'GET'  or the 'POST' syntax to be used to initiate the interaction.  Examples of both are shown below. \\n\\n **This operation is heavily influenced by the operation defined in the [US Argonaut project](https://argonautproject.github.io/scheduling/OperationDefinition-slot-prefetch.html)**",
  "_filename": "eAfspraak-OperationDefinition-slot-find.json",
  "package_name": "nictiz.fhir.nl.stu3.zib2017",
  "date": null,
  "system": false,
  "publisher": "Nictiz",
  "instance": false,
  "name": "Slots Prefetch",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.1.1",
  "status": "active",
  "id": "a2130ac9-ad22-4581-af4a-404793833244",
  "resource": [ "Slot" ],
  "kind": "operation",
  "comment": "It is assumed that the server has identified and secured the context appropriately, and can either associate the authorization context with the patient(s), or determine whether the context has the rights to the nominated patient(s), if there is one.  Specifying the relationship between the context, a user and patient records is outside the scope of this specification",
  "url": "http://nictiz.nl/fhir/OperationDefinition/eAfspraak-slot-prefetch",
  "code": "prefetch",
  "version": "2.0.0",
  "contact": [ {
    "name": "Nictiz",
    "telecom": [ {
      "use": "work",
      "value": "info@nictiz.nl",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "start",
    "type": "dateTime",
    "documentation": "The start date/time of the period of time that should be checked for free slots. This parameter searched on the start time of the Slots (```Slot.start```). If no start date is provided, all available slots prior to the end date are in scope (subject to limits imposed by local business rules)."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "end",
    "type": "dateTime",
    "documentation": "The end date/time of time that should be checked for appointment availability. This parameter searched on the start time of the Slots (```Slot.start```). If no end date is provided, all available slots after the start date are in scope (subject to limits imposed by local business rules)."
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "practitioner",
    "type": "Identifier",
    "documentation": "Identifier for one or more practitioners"
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "specialty-agb",
    "type": "CodeableConcept",
    "binding": {
      "strength": "extensible",
      "valueSetReference": {
        "display": "SpecialismeAGBCodelijst",
        "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.7--20150401000000"
      }
    },
    "documentation": "Code for a certain specialty defined by AGB"
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "specialty-uzi",
    "type": "CodeableConcept",
    "binding": {
      "strength": "extensible",
      "valueSetReference": {
        "display": "SpecialismeUZICodelijst",
        "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.6--20150401000000"
      }
    },
    "documentation": "Code for a certain specialty defined by UZI"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "organization",
    "type": "Identifier",
    "documentation": "Identifier for a specific organization"
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "location",
    "type": "Identifier",
    "documentation": "The location indentifier of a specific health care provider location"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "An Bundle of type `searchset` with entries of proposed Slot resources and may also contain an [OperationOutcome](http://hl7.org/fhir/stu3/operationoutcome.html) with errors, warnings or information as a result of processing the operation - e.g., an informational notice that the returned slots are not within the requested start and end times.  An empty bundle means no available slots based on inputs"
  } ]
}