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

FHIR IG Statistics: CapabilityStatement/CH.mCSD.DataSource

Packagech.fhir.ig.ch-epr-fhir
TypeCapabilityStatement
IdCH.mCSD.DataSource
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.mCSD.DataSource.html
URLhttp://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.mCSD.DataSource
Version5.0.0-ci-build
Statusactive
Date2024-03-18
NameCH_mCSD_Data_Source
TitlemCSD Data Source (client)
Realmch
Authorityhl7
DescriptionCapabilityStatement for Data Source Actor in the IHE IT Infrastructure Technical Framework Supplement IHE mCSD.
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

CapabilityStatement
CH.EPR.AppEPR App (client)

Resources that this resource uses

StructureDefinition
CH.mCSD.OrganizationCH mCSD Organization
CH.mCSD.PractitionerCH mCSD Practitioner
CH.mCSD.PractitionerRoleCH mCSD PractitionerRole

Narrative

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

Generated Narrative: CapabilityStatement CH.mCSD.DataSource

mCSD Data Source (client)

  • Implementation Guide Version: 5.0.0-ci-build
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2024-03-18
  • Published by: eHealth Suisse

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.

FHIR RESTful Capabilities

Mode: client

IHE ITI mCSD ITI-130 endpoint

Summary of System-wide Interactions
  • Supports the transactioninteraction.

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 Organization

Base System Profile
CH mCSD Organization
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update, delete.

Resource Conformance: supported Practitioner

Base System Profile
CH mCSD Practitioner
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update, delete.

Resource Conformance: supported PractitionerRole

Base System Profile
CH mCSD PractitionerRole
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports create, update, delete.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "CH.mCSD.DataSource",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.mCSD.DataSource",
  "version": "5.0.0-ci-build",
  "name": "CH_mCSD_Data_Source",
  "title": "mCSD Data Source (client)",
  "status": "active",
  "experimental": false,
  "date": "2024-03-18",
  "publisher": "eHealth Suisse",
  "contact": [
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch"
        }
      ]
    },
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch",
          "use": "work"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for Data Source Actor in the IHE IT Infrastructure Technical Framework Supplement IHE mCSD.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "IHE ITI mCSD ITI-130 endpoint",
      "resource": [
        {
          "type": "Organization",
          "profile": "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Organization",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "Practitioner",
          "profile": "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Practitioner",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "PractitionerRole",
          "profile": "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.PractitionerRole",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            }
          ],
          "versioning": "no-version"
        }
      ],
      "interaction": [
        {
          "code": "transaction"
        }
      ]
    }
  ]
}