Gestion d'Agendas Partagés (GAP)
3.0.0 - trial-use
This page is part of the Guide d'implémentation FHIR - Gestion d'Agendas Partagés (v3.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: https://interop.esante.gouv.fr/ig/fhir/gap/CapabilityStatement/GAP-GestionnaireAgenda | Version: 3.0.0 | |||
Active as of 2023-08-02 | Computable Name: GAP_GestionnaireAgenda |
Le gestionnaire d’agenda gère les demandes de déclaration, de modification ou de suppression de rendez-vous.
Raw OpenAPI-Swagger Definition file | Download
application/fhir+xml
, application/fhir+json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
Déclaration, modification et suppression des disponibilités d'une ressource
L’ANS propose des référentiels dédiés à la politique de sécurité (la PGSSI-S ) et des mécanismes de sécurisation sont définis dans les volets de la couche Transport du Cadre d’Interopérabilité des systèmes d’information de santé (CI-SIS)
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | P | C | D | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|---|
Schedule | https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-schedule | y | y | y | y | ||||||
Slot | https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-slot | y | y | GAP_Slot_earliestStart, GAP_Slot_latestStart, GAP_Schedule_Actor, Schedule-actor, identifier, status | |||||||
Appointment | https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment | y | y | y | y | GAP_Appointment_priority, GAP_Appointment_description, GAP_Appointment_created, GAP_Appointment_Actor, GAP_Appointment_earliestStart, GAP_Appointment_latestStart, date, identifier, service-type, status, supporting-info |
create
, update
, delete
, patch
.read
, search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | GAP_Slot_earliestStart | date | Recherche d'une disponibilité sur la date et l'heure de la disponibilité souhaité, date au plus tôt |
SHALL | GAP_Slot_latestStart | date | Recherche d'une disponibilité sur la date et l'heure de disponibilité souhaité, date au plus tard |
SHALL | GAP_Schedule_Actor | reference | Recherche d'une disponibilité sur les caractéristiques de la ressource Device qui est l'acteur d'agenda (identifiant, nom, modèle, type) |
SHALL | Schedule-actor | reference | Recherche d'un acteur de l'agenda |
SHALL | identifier | token | A Slot Identifier |
SHALL | status | token | The free/busy status of the appointment |
create
, update
, read
, search-type
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | GAP_Appointment_priority | token | Priority of the appointment |
SHALL | GAP_Appointment_description | string | Comment or title of the appointment |
SHALL | GAP_Appointment_created | date | Date that this appointment was initially created |
SHALL | GAP_Appointment_Actor | reference | Recherche d'un rendez-vous sur l'identifiant de l'acteur, la ressource pouvant être Patient, Practitioner, PractitionerRole, RelatedPerson, Location, Device ou HealthcareService |
SHALL | GAP_Appointment_earliestStart | date | Recherche d'un rendez-vous sur la date et heure de rendez-vous, date au plus tôt |
SHALL | GAP_Appointment_latestStart | date | Recherche d'un rendez-vous sur la date et heure de rendez-vous, date au plus tard |
SHALL | date | date | date et heure du rendez-vous |
SHALL | identifier | token | identifiant du rendez-vous |
SHALL | service-type | token | serivce spécifique qui doit être réslisé pandant le rendez-vous |
SHALL | status | token | The overall status of the appointment |
SHALL | supporting-info | reference | Additional information to support the appointment |