Package | ch.fhir.ig.ch-epr-fhir |
Type | CapabilityStatement |
Id | CH.PDQm.Supplier |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.PDQm.Supplier.html |
URL | http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PDQm.Supplier |
Version | 5.0.0-ci-build |
Status | active |
Date | 2024-10-15 |
Name | CH_PDQm_Supplier |
Title | PDQm Supplier (server) |
Realm | ch |
Authority | hl7 |
Description | CapabilityStatement for Server Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm. |
Copyright | CC0-1.0 |
Kind | requirements |
CapabilityStatement | |
CH.EPR.API | EPR API (server) |
OperationDefinition | |
CHPDQmMatch | CH PDQm $Match |
StructureDefinition | |
ch-pdqm-patient | CH PDQm Patient |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement CH.PDQm.Supplier
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.
server
PDQm server provides capability to query for Patient resources matching a FHIR Patient resource
TLS SHALL be used together with IUA basic access token
search-system
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 | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Patient | Supported Profiles CH PDQm Patient | $match |
{ "resourceType": "CapabilityStatement", "id": "CH.PDQm.Supplier", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PDQm.Supplier", "version": "5.0.0-ci-build", "name": "CH_PDQm_Supplier", "title": "PDQm Supplier (server)", "status": "active", "experimental": false, "date": "2024-10-15", "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 Server Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm.", "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": "server", "documentation": "PDQm server provides capability to query for Patient resources matching a FHIR Patient resource", "security": { "cors": false, "description": "TLS SHALL be used together with IUA basic access token" }, "resource": [ { "type": "Patient", "supportedProfile": [ "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-patient" ], "operation": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "match", "definition": "http://fhir.ch/ig/ch-epr-fhir/OperationDefinition/CHPDQmMatch", "documentation": "Implementation SHALL conform to [ITI-119](iti-119.html)" } ] } ], "interaction": [ { "code": "search-system" } ] } ] }