| Package | ch.fhir.ig.ch-epr-fhir |
| Resource Type | CapabilityStatement |
| Id | CH.PDQm.Consumer |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.PDQm.Consumer.html |
| URL | http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PDQm.Consumer |
| Version | 5.0.0-ci-build |
| Status | active |
| Date | 2024-10-15 |
| Name | CH_PDQm_Consumer |
| Title | PDQm Consumer (client) |
| Realm | ch |
| Authority | hl7 |
| Description | CapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm. |
| Copyright | CC0-1.0 |
| Kind | requirements |
| CapabilityStatement | |
| CH.EPR.App | EPR App (client) |
| 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.Consumer
application/fhir+xml, application/fhir+jsonNote 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.
clientPDQm client will query for Patient resources matching a FHIR Patient resource
TLS SHALL be used together with IUA basic access token
search-systeminteraction.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.Consumer",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PDQm.Consumer",
"version": "5.0.0-ci-build",
"name": "CH_PDQm_Consumer",
"title": "PDQm Consumer (client)",
"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 Client 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": "client",
"documentation": "PDQm client will query for Patient resources matching a FHIR Patient resource",
"security": {
"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"
}
]
}
]
}