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

FHIR IG Statistics: CapabilityStatement/CDSCreateurRestful

Packageans.fhir.fr.cds
TypeCapabilityStatement
IdCDSCreateurRestful
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/cds/https://interop.esante.gouv.fr/ig/fhir/cds/2.0.0/CapabilityStatement-CDSCreateurRestful.html
URLhttps://interop.esante.gouv.fr/ig/fhir/cds/CapabilityStatement/CDSCreateurRestful
Version2.0.0
Statusactive
Date2023-07-14
Namecreateur-restful-cds
TitleCI-SIS Gestion du Cercle de Soins - CreateurRestful
Realmfr
Authoritynational
DescriptionLe rôle de créateur incarné par un système peut créer ou mettre à jour le cercle de soins d'une personne
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
ans.fhir.fr.cdsCercle De Soins
StructureDefinition
as-practitionerAS Practitioner Profile
as-practitionerroleAS PractitionerRole Profile
fr-core-patientFR Core Patient Profile
cds-fr-related-personCDS Fr RelatedPerson Profile
cds-ihe-careteamCDS CareTeam Profile
cds-organizationCDS Organization Profile

Narrative

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

Generated Narrative: CapabilityStatement CDSCreateurRestful

CI-SIS Gestion du Cercle de Soins - CreateurRestful

  • Implementation Guide Version: 2.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2023-07-14
  • 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: client

Envoie une requete pour créer ou mettre à jour un cercle de soins

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 Conformance: supported Patient

Base System Profile
FR Core Patient Profile
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update.

Resource Conformance: supported Practitioner

Base System Profile
AS Practitioner Profile
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update.

Resource Conformance: supported PractitionerRole

Base System Profile
AS PractitionerRole Profile
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update.

Resource Conformance: supported RelatedPerson

Base System Profile
CDS Fr RelatedPerson Profile
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update.

Resource Conformance: supported Organization

Base System Profile
CDS Organization Profile
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update.

Resource Conformance: supported CareTeam

Base System Profile
CDS CareTeam Profile
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "CDSCreateurRestful",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/cds/CapabilityStatement/CDSCreateurRestful",
  "version": "2.0.0",
  "name": "createur-restful-cds",
  "title": "CI-SIS Gestion du Cercle de Soins - CreateurRestful",
  "status": "active",
  "experimental": false,
  "date": "2023-07-14",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Le rôle de créateur incarné par un système peut créer ou mettre à jour le cercle\nde soins d'une personne ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "implementationGuide": [
    "https://interop.esante.gouv.fr/ig/fhir/cds/ImplementationGuide/ans.fhir.fr.cds"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "Envoie une requete pour créer ou mettre à jour un cercle de soins",
      "security": {
        "cors": false,
        "description": "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)"
      },
      "resource": [
        {
          "type": "Patient",
          "profile": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "Practitioner",
          "profile": "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-practitioner",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "profile": "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-practitionerrole",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "RelatedPerson",
          "profile": "https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-fr-related-person",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "Organization",
          "profile": "https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-organization",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        },
        {
          "type": "CareTeam",
          "profile": "https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-ihe-careteam",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            }
          ]
        }
      ]
    }
  ]
}