Package | ch.fhir.ig.ch-epr-mhealth |
Type | CapabilityStatement |
Id | CH.PIXm.Source |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-mhealth/http://fhir.ch/ig/ch-epr-mhealth/3.0.0/CapabilityStatement-CH.PIXm.Source.html |
URL | http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PIXm.Source |
Version | 3.0.0 |
Status | draft |
Date | 2020-07-09 |
Name | CH_PIXm_Source |
Title | PIXm Patient Identity Source (client) |
Realm | ch |
Authority | hl7 |
Description | The Patient Identity Source Actor CapabilityStatement expresses the requirements that can be utilized while being compliant. - using FHIR R4 - using json or xml encoding - using conditional update for [ITI-104] - provide supported Patient profile for crosss-referencing for [ITI-104] |
Copyright | CC0-1.0 |
Kind | requirements |
CapabilityStatement | |
CH.mHealth.App | mHealth: App (client) |
StructureDefinition | |
ch-pixm-patient-feed | CH PIXm Patient Feed |
Note: links and images are rebased to the (stated) source
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 registers data of a specific patient in the Patient Identifier Cross-reference Manager [ITI-104].
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 | Supported profiles: CH PIXm Patient Feed | y |
{ "resourceType": "CapabilityStatement", "id": "CH.PIXm.Source", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PIXm.Source", "version": "3.0.0", "name": "CH_PIXm_Source", "title": "PIXm Patient Identity Source (client)", "status": "draft", "date": "2020-07-09", "publisher": "eHealth Suisse", "contact": [ { "name": "eHealth Suisse", "telecom": [ { "system": "url", "value": "https://www.e-health-suisse.ch" } ] } ], "description": "The Patient Identity Source Actor CapabilityStatement expresses the requirements that can be utilized while being compliant. - using FHIR R4 - using json or xml encoding - using conditional update for [ITI-104] - provide supported Patient profile for crosss-referencing for [ITI-104]", "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 registers data of a specific patient in the Patient Identifier Cross-reference Manager [ITI-104].", "security": { "cors": false, "description": "TLS SHALL be used together with IUA basic access token" }, "resource": [ { "type": "Patient", "supportedProfile": [ "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-patient-feed" ], "interaction": [ { "code": "update", "documentation": "conditional update for [ITI-104]" } ], "conditionalUpdate": true } ] } ] }