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

FHIR IG Statistics: SearchParameter/GAP_Appointment_latestStart

Packagecisis.cds
Resource TypeSearchParameter
IdGAP_Appointment_latestStart
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cisis.cds@4.0.0&canonical=http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_latestStart
URLhttp://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_latestStart
Version2.0
Statusdraft
Date2021-12-01
NameGAP_Appointment_latestStart
Authoritynational
Descriptionlatest start of an appointment
Typedate

Resources that use this resource

CapabilityStatement
GAP.GestionnaireAgendaGAPCI-SIS Gestion-d-Agendas-Partages - GestionnaireAgendaGAP

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://esante.gouv.fr/ci-sis/fhir/SearchParameter/GAP_Appointment_latestStart",
  "version": "2.0",
  "name": "GAP_Appointment_latestStart",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Appointment-start",
  "status": "draft",
  "experimental": false,
  "date": "2021-12-01",
  "publisher": "ANS",
  "description": "latest start of an appointment",
  "code": "start",
  "base": [
    "Appointment"
  ],
  "type": "date",
  "expression": "Appointment.start",
  "xpath": "f:Appointment/f:start",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "comparator": [
    "lt",
    "le"
  ]
}