Package | ch.fhir.ig.ch-epr-fhir |
Type | CapabilityStatement |
Id | CH.PPQm.PolicySourceConsumer |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.PPQm.PolicySourceConsumer.html |
URL | http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PPQm.PolicySourceConsumer |
Version | 5.0.0-ci-build |
Status | active |
Date | 2024-03-19 |
Name | CH_PPQm_Policy_Source_Consumer |
Title | PPQm Policy Source and Consumer (client) |
Realm | ch |
Authority | hl7 |
Description | CapabilityStatement for the Policy Source and Policy Consumer actors in the CH:PPQm profile (client). |
Copyright | CC0-1.0 |
Kind | requirements |
CapabilityStatement | |
CH.EPR.App | EPR App (client) |
StructureDefinition | |
PpqmConsent | CH PPQm Consent |
PpqmFeedRequestBundle | CH PPQm Feed Request Bundle |
PpqmRetrieveResponseBundle | CH PPQm Retrieve Response Bundle |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement CH.PPQm.PolicySourceConsumer
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
CH:PPQm endpoints
transaction
interaction described as follows:Only the PPQ-4 transaction is supported.
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 |
---|---|---|---|---|---|---|---|---|---|
Consent | Supported Profiles CH PPQm Consent | y | y | patient:identifier, identifier | |||||
Bundle | Supported Profiles CH PPQm Feed Request Bundle CH PPQm Retrieve Response Bundle |
create
PPQ-3 POST — Add Policy Set
search-type
PPQ-5 — Retrieve Policy Set
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient:identifier | token | PPQ-5 — Query by Patient ID |
SHALL | identifier | token | PPQ-5 — Query by Policy Set ID |
{ "resourceType": "CapabilityStatement", "id": "CH.PPQm.PolicySourceConsumer", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PPQm.PolicySourceConsumer", "version": "5.0.0-ci-build", "name": "CH_PPQm_Policy_Source_Consumer", "title": "PPQm Policy Source and Consumer (client)", "status": "active", "experimental": false, "date": "2024-03-19", "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 the Policy Source and Policy Consumer actors in the CH:PPQm profile (client).", "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": "CH:PPQm endpoints", "resource": [ { "type": "Consent", "supportedProfile": [ "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmConsent" ], "interaction": [ { "code": "create", "documentation": "PPQ-3 POST — Add Policy Set" }, { "code": "search-type", "documentation": "PPQ-5 — Retrieve Policy Set" } ], "versioning": "no-version", "conditionalUpdate": true, "conditionalDelete": "single", "searchParam": [ { "name": "patient:identifier", "type": "token", "documentation": "PPQ-5 — Query by Patient ID" }, { "name": "identifier", "type": "token", "documentation": "PPQ-5 — Query by Policy Set ID" } ] }, { "type": "Bundle", "supportedProfile": [ "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmFeedRequestBundle", "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmRetrieveResponseBundle" ] } ], "interaction": [ { "code": "transaction", "documentation": "Only the PPQ-4 transaction is supported." } ] } ] }