Search FHIR

Service d'Accès aux Soins
1.1.0 - trial-implementation France flag

This page is part of the Service d'Accès aux Soins (v1.1.0: trial-use - Mixed Normative and STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: slot-sp-start - JSON Representation

Active as of 2024-12-10

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "slot-sp-start",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter slot-sp-start</b></p><a name=\"slot-sp-start\"> </a><a name=\"hcslot-sp-start\"> </a><a name=\"slot-sp-start-fr-FR\"> </a><h2>SPDateDebutSlot</h2><p>Parameter <code>start</code>:<code>date</code></p><div><p>Paramètre de recherche date de début d'un créneau (date de début supérieure ou égale à &lt;date1&gt; et inférieure ou égale à &lt;date2&gt;)</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/slot.html\">Slot</a></td></tr><tr><td>Expression</td><td><code>Slot.start</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may only have one value (no comma separators)</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: ge, le</td></tr></table></div>"
  },
  "url" : "https://interop.esante.gouv.fr/ig/fhir/sas/SearchParameter/slot-sp-start",
  "version" : "1.1.0",
  "name" : "SPDateDebutSlot",
  "status" : "active",
  "date" : "2024-12-10T11:32:52+00:00",
  "publisher" : "ANS",
  "contact" : [
    {
      "name" : "ANS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description" : "Paramètre de recherche date de début d'un créneau (date de début supérieure ou égale à <date1> et inférieure ou égale à <date2>)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "FRANCE"
        }
      ]
    }
  ],
  "code" : "start",
  "base" : [
    "Slot"
  ],
  "type" : "date",
  "expression" : "Slot.start",
  "xpathUsage" : "normal",
  "multipleOr" : false,
  "multipleAnd" : true,
  "comparator" : [
    "ge",
    "le"
  ]
}