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

FHIR IG Statistics: SearchParameter/GAP-Appointment-earliestStart

Packageans.fhir.fr.gap
TypeSearchParameter
IdGAP-Appointment-earliestStart
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/gap/https://interop.esante.gouv.fr/ig/fhir/gap/3.0.0/SearchParameter-GAP-Appointment-earliestStart.html
URLhttps://interop.esante.gouv.fr/ig/fhir/gap/SearchParameter/GAP-Appointment-earliestStart
Version3.0.0
Statusactive
Date2024-04-29T12:51:59+00:00
NameGAP_Appointment_earliestStart
Realmfr
Authoritynational
DescriptionEarliest start of an appointment
Typedate

Resources that use this resource

CapabilityStatement
GAP-GestionnaireAgendaCI-SIS Gestion-d-Agendas-Partages - GestionnaireAgendaGAP

Resources that this resource uses

No resources found


Narrative

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

GAP_Appointment_earliestStart

Parameter start:date

Earliest start of an appointment

ResourceAppointment
ExpressionAppointment.start
Processing ModeNormal
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ComparatorsAllowed: gt, ge

Source

{
  "resourceType": "SearchParameter",
  "id": "GAP-Appointment-earliestStart",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/gap/SearchParameter/GAP-Appointment-earliestStart",
  "version": "3.0.0",
  "name": "GAP_Appointment_earliestStart",
  "status": "active",
  "experimental": false,
  "date": "2024-04-29T12:51:59+00:00",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Earliest start of an appointment",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "start",
  "base": [
    "Appointment"
  ],
  "type": "date",
  "expression": "Appointment.start",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "comparator": [
    "gt",
    "ge"
  ]
}