Package | ch.fhir.ig.ch-epr-fhir |
Type | CapabilityStatement |
Id | CH.PIXm.Consumer |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.PIXm.Consumer.html |
URL | http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PIXm.Consumer |
Version | 5.0.0-ci-build |
Status | active |
Date | 2020-07-07 |
Name | CH_PIXm_Consumer |
Title | PIXm Patient Identifier Cross-Reference Consumer (client) |
Realm | ch |
Authority | hl7 |
Description | The Patient Identifier Cross-reference Consumer Actor CapabilityStatement expresses the requirements that can be utilized while being compliant. - using FHIR R4 - using json or xml encoding - query the $ihe-pix operation |
Copyright | CC0-1.0 |
Kind | requirements |
CapabilityStatement | |
CH.EPR.App | EPR App (client) |
OperationDefinition | |
CH.PIXm | PIXm Find patient matches |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement CH.PIXm.Consumer
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
PIXm client queries the Patient Identifier Crossreference Manager for the MPI-PID and EPR-SPID [ITI-83].
TLS SHALL be used together with IUA basic access token
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 | $ihe-pix |
{ "resourceType": "CapabilityStatement", "id": "CH.PIXm.Consumer", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PIXm.Consumer", "version": "5.0.0-ci-build", "name": "CH_PIXm_Consumer", "title": "PIXm Patient Identifier Cross-Reference Consumer (client)", "status": "active", "date": "2020-07-07", "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": "The Patient Identifier Cross-reference Consumer Actor CapabilityStatement expresses the requirements that can be utilized while being compliant. - using FHIR R4 - using json or xml encoding - query the $ihe-pix operation", "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": "PIXm client queries the Patient Identifier Crossreference Manager for the MPI-PID and EPR-SPID [ITI-83].", "security": { "cors": false, "description": "TLS SHALL be used together with IUA basic access token" }, "resource": [ { "type": "Patient", "operation": [ { "name": "$ihe-pix", "definition": "http://fhir.ch/ig/ch-epr-fhir/OperationDefinition/CH.PIXm" } ] } ] } ] }