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

FHIR IG Statistics: CapabilityStatement/GAP-DeclarantRDV

Packageans.fhir.fr.gap
TypeCapabilityStatement
IdGAP-DeclarantRDV
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/gap/https://interop.esante.gouv.fr/ig/fhir/gap/3.0.0/CapabilityStatement-GAP-DeclarantRDV.html
URLhttps://interop.esante.gouv.fr/ig/fhir/gap/CapabilityStatement/GAP-DeclarantRDV
Version3.0.0
Statusactive
Date2023-08-02
NameGAP_DeclarantRDV
TitleCI-SIS Gestion-d-Agendas-Partages - DeclarantRDVGAP
Realmfr
Authoritynational
DescriptionUn déclarant de rendez-vous fait une demande auprès d’un gestionnaire d’agenda pour créer (demande d'un nouveau rendez-vous ou déclaration d'un rendez-vous pris) ou mettre à jour un rendez-vous
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
fr-core-appointmentFR Core Appointment Profile

Narrative

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

CI-SIS Gestion-d-Agendas-Partages - DeclarantRDVGAP

  • Implementation Guide Version: 3.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2023-08-02
  • Published by: ANS

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.

SHALL Support the Following Implementation Guides

  • https://interop.esante.gouv.fr/ig/fhir/gap

FHIR RESTful Capabilities

Mode: client

Création mise à jour de RDV

Security

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)

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
Appointmenthttps://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointmentyyy

Resource Conformance: supportedAppointment

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, create, update.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "GAP-DeclarantRDV",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/gap/CapabilityStatement/GAP-DeclarantRDV",
  "version": "3.0.0",
  "name": "GAP_DeclarantRDV",
  "title": "CI-SIS Gestion-d-Agendas-Partages - DeclarantRDVGAP",
  "status": "active",
  "experimental": false,
  "date": "2023-08-02",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Un déclarant de rendez-vous fait une demande auprès d’un gestionnaire d’agenda pour créer (demande d'un nouveau rendez-vous ou déclaration d'un rendez-vous pris) ou mettre à jour un rendez-vous",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "implementationGuide": [
    "https://interop.esante.gouv.fr/ig/fhir/gap"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "Création mise à jour de RDV",
      "security": {
        "cors": false,
        "description": "L’ANS propose des référentiels dédiés à la politique de sécurité (la PGSSI-S\n) 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\nd’information de santé (CI-SIS)"
      },
      "resource": [
        {
          "type": "Appointment",
          "profile": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-appointment",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ],
          "conditionalUpdate": true
        }
      ]
    }
  ]
}