FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-health-dossier
Resource TypeCapabilityStatement
IdCapabilityStatement-CH.PIXm.Source.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/ehealthsuisse/ch-health-dossier/CapabilityStatement-CH.PIXm.Source.html
URLhttp://fhir.ch/ig/ch-health-dossier/CapabilityStatement/CH.PIXm.Source
Version1.0.0-preview
Statusactive
Date2026-07-15
NameCH_PIXm_Source
TitlePIXm Patient Identity Source (client)
Realmch
Authorityhl7
DescriptionThe Patient Identity Source can do a conditional update to revise contact information of an existing patient.
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

CapabilityStatement
ch.fhir.ig.ch-health-dossier#currentCH.EPR.AppHealth App (client)

Resources that this resource uses

StructureDefinition
ch.fhir.ig.ch-health-dossier#currentch-pixm-patient-feedCH PIXm Patient Feed

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement CH.PIXm.Source

PIXm Patient Identity Source (client)

  • Implementation Guide Version: 1.0.0-preview
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Published on: 2026-07-15
  • Published by: eHealth Suisse

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.

FHIR RESTful Capabilities

Mode: client

Patient Identity Source support for [ITI-104].

Security

TLS SHALL be used together with IUA basic access token

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
PatientSupported Profiles
  CH PIXm Patient Feed
y

Resource Conformance: unspecified Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • Supports
    update

    conditional update for [ITI-104]

Supported Profiles

CH PIXm Patient Feed


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "CH.PIXm.Source",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-health-dossier/CapabilityStatement/CH.PIXm.Source",
  "version": "1.0.0-preview",
  "name": "CH_PIXm_Source",
  "title": "PIXm Patient Identity Source (client)",
  "status": "active",
  "date": "2026-07-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": "The Patient Identity Source can do a conditional update to revise contact information of an existing patient.",
  "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": "Patient Identity Source support for [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-health-dossier/StructureDefinition/ch-pixm-patient-feed"
          ],
          "interaction": [
            {
              "code": "update",
              "documentation": "conditional update for [ITI-104]"
            }
          ],
          "conditionalUpdate": true
        }
      ]
    }
  ]
}