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

FHIR IG Statistics: CapabilityStatement/eclaire-consommateur

Packageans.fhir.fr.eclaire
TypeCapabilityStatement
Ideclaire-consommateur
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/eclaire/https://interop.esante.gouv.fr/ig/fhir/eclaire/0.3.0/CapabilityStatement-eclaire-consommateur.html
URLhttps://interop.esante.gouv.fr/ig/fhir/eclaire/CapabilityStatement/eclaire-consommateur
Version0.3.0
Statusactive
Date2023-07-04
NameEclaire
TitleEclaire
Realmfr
Authoritynational
DescriptionSystème ECLAIRE (Essais CLiniques Accessibles Interconnectés pour la Recherche ouverts à l'Ecosystème)
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
ans.fhir.fr.eclaireEssais CLiniques Accessibles Interconnectés pour la Recherche ouverts à l'Ecosystème
StructureDefinition
eclaire-researchstudyECLAIREResearchStudy

Narrative

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

Eclaire

  • Implementation Guide Version: 0.3.0
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+json
  • Supported Patch Formats:
  • Published on: Tue Jul 04 00:00:00 UTC 2023
  • 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

FHIR RESTful Capabilities

Mode: server

Recherche et consultation des essais cliniques

Security
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
ResearchStudyhttps://interop.esante.gouv.fr/ig/fhir/eclaire/StructureDefinition/eclaire-researchstudyyy_id, _lastUpdated

Resource Conformance: supportedResearchStudy

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports search-type, read.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

Identifiant logique de la ressource

SHALL_lastUpdateddate

Date de la dernière mise a jour

 

Source

{
  "resourceType": "CapabilityStatement",
  "id": "eclaire-consommateur",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/eclaire/CapabilityStatement/eclaire-consommateur",
  "version": "0.3.0",
  "name": "Eclaire",
  "title": "Eclaire",
  "status": "active",
  "experimental": true,
  "date": "2023-07-04",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Système ECLAIRE (Essais CLiniques Accessibles Interconnectés pour la Recherche ouverts à l'Ecosystème)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+json"
  ],
  "implementationGuide": [
    "https://interop.esante.gouv.fr/ig/fhir/eclaire/ImplementationGuide/ans.fhir.fr.eclaire"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Recherche et consultation des essais cliniques",
      "security": {
        "cors": false
      },
      "resource": [
        {
          "type": "ResearchStudy",
          "profile": "https://interop.esante.gouv.fr/ig/fhir/eclaire/StructureDefinition/eclaire-researchstudy",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "read"
            }
          ],
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token",
              "documentation": "Identifiant logique de la ressource"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "Date de la dernière mise a jour"
            }
          ]
        }
      ]
    }
  ]
}