FHIR IG Statistics: CapabilityStatement/CH.mCSD.QueryClient
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
mCSD Query Client (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-90 endpoint
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 Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|
Organization | http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Organization | y | y | | | active, identifier, name, name:contains, name:exact, partof, type | Organization.endpoint | Location:organization , OrganizationAffiliation:participating-organization , OrganizationAffiliation:primary-organization | |
Practitioner | http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Practitioner | y | y | | | active, identifier, name, name:contains, name:exact, given, given:contains, given:exact, family, family:contains, family:exact | | | |
PractitionerRole | http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.PractitionerRole | y | y | | | active, location, organization, role, service, specialty | PractitionerRole:practitioner | | |
Resource Conformance: supported Organization
Profile Conformance
SHALL
Reference Policy
Interaction summary- Supports
read
, search-type
.
Search ParametersConformance | Parameter | Type | Documentation |
---|
SHALL | active | token | |
SHALL | identifier | token | |
SHALL | name | string | |
SHALL | name:contains | string | |
SHALL | name:exact | string | |
SHALL | partof | reference | |
SHALL | type | token | |
Resource Conformance: supported Practitioner
Profile Conformance
SHALL
Reference Policy
Interaction summary- Supports
read
, search-type
.
Search ParametersConformance | Parameter | Type | Documentation |
---|
SHALL | active | token | |
SHALL | identifier | token | |
SHALL | name | string | |
SHALL | name:contains | string | |
SHALL | name:exact | string | |
SHALL | given | string | |
SHALL | given:contains | string | |
SHALL | given:exact | string | |
SHALL | family | string | |
SHALL | family:contains | string | |
SHALL | family:exact | string | |
Resource Conformance: supported PractitionerRole
Profile Conformance
SHALL
Reference Policy
Interaction summary- Supports
read
, search-type
.
Search ParametersConformance | Parameter | Type | Documentation |
---|
SHALL | active | token | |
SHALL | location | reference | |
SHALL | organization | reference | |
SHALL | role | token | |
SHALL | service | reference | |
SHALL | specialty | token | |
Source
{
"resourceType": "CapabilityStatement",
"id": "CH.mCSD.QueryClient",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.mCSD.QueryClient",
"version": "5.0.0-ci-build",
"name": "CH_mCSD_Query_Client",
"title": "mCSD Query Client (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 Client 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-90 endpoint",
"resource": [
{
"type": "Organization",
"profile": "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Organization",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"versioning": "no-version",
"searchInclude": [
"Organization.endpoint"
],
"searchRevInclude": [
"Location:organization",
"OrganizationAffiliation:participating-organization",
"OrganizationAffiliation:primary-organization"
],
"searchParam": [
{
"name": "active",
"type": "token"
},
{
"name": "identifier",
"type": "token"
},
{
"name": "name",
"type": "string"
},
{
"name": "name:contains",
"type": "string"
},
{
"name": "name:exact",
"type": "string"
},
{
"name": "partof",
"type": "reference"
},
{
"name": "type",
"type": "token"
}
]
},
{
"type": "Practitioner",
"profile": "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Practitioner",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"versioning": "no-version",
"searchParam": [
{
"name": "active",
"type": "token"
},
{
"name": "identifier",
"type": "token"
},
{
"name": "name",
"type": "string"
},
{
"name": "name:contains",
"type": "string"
},
{
"name": "name:exact",
"type": "string"
},
{
"name": "given",
"type": "string"
},
{
"name": "given:contains",
"type": "string"
},
{
"name": "given:exact",
"type": "string"
},
{
"name": "family",
"type": "string"
},
{
"name": "family:contains",
"type": "string"
},
{
"name": "family:exact",
"type": "string"
}
]
},
{
"type": "PractitionerRole",
"profile": "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.PractitionerRole",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"versioning": "no-version",
"searchInclude": [
"PractitionerRole:practitioner"
],
"searchParam": [
{
"name": "active",
"type": "token"
},
{
"name": "location",
"type": "reference"
},
{
"name": "organization",
"type": "reference"
},
{
"name": "role",
"type": "token"
},
{
"name": "service",
"type": "reference"
},
{
"name": "specialty",
"type": "token"
}
]
}
],
"searchParam": [
{
"name": "_id",
"type": "token"
},
{
"name": "_lastUpdated",
"type": "token",
"documentation": "The values for this shall support these prefixes: ge and le"
}
]
}
]
}