Package | ch.fhir.ig.ch-epr-fhir |
Type | CapabilityStatement |
Id | CH.mCSD.DataSource |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.mCSD.DataSource.html |
URL | http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.mCSD.DataSource |
Version | 5.0.0-ci-build |
Status | active |
Date | 2024-03-18 |
Name | CH_mCSD_Data_Source |
Title | mCSD Data Source (client) |
Realm | ch |
Authority | hl7 |
Description | CapabilityStatement for Data Source Actor in the IHE IT Infrastructure Technical Framework Supplement IHE mCSD. |
Copyright | CC0-1.0 |
Kind | requirements |
CapabilityStatement | |
CH.EPR.App | EPR App (client) |
StructureDefinition | |
CH.mCSD.Organization | CH mCSD Organization |
CH.mCSD.Practitioner | CH mCSD Practitioner |
CH.mCSD.PractitionerRole | CH mCSD PractitionerRole |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement CH.mCSD.DataSource
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.
client
IHE ITI mCSD ITI-130 endpoint
transaction
interaction.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 | C | D | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
Organization | http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Organization | y | y | y | ||||||
Practitioner | http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Practitioner | y | y | y | ||||||
PractitionerRole | http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.PractitionerRole | y | y | y |
create
, update
, delete
.create
, update
, delete
.create
, update
, delete
.{ "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" } ] } ] }