FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/CH.PIXm.Manager

Packagech.fhir.ig.ch-epr-mhealth
TypeCapabilityStatement
IdCH.PIXm.Manager
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-mhealth/http://fhir.ch/ig/ch-epr-mhealth/3.0.0/CapabilityStatement-CH.PIXm.Manager.html
URLhttp://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PIXm.Manager
Version3.0.0
Statusdraft
Date2020-07-07
NameCH_PIXm_Manager
TitlePIXm Patient Identifier Cross-reference Manager (server)
Realmch
Authorityhl7
DescriptionThe Patient Identifier Cross-reference Manager CapabilityStatement expresses the requirements that shall be provided. - using FHIR R4 - using json and xml encoding - support the $ihe-pix operation - support conditional update for [ITI-104] - support conditional delete for [ITI-104] if Remove Patient Option is supported - used with IHE-IUA
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

CapabilityStatement
CH.mHealth.APImHealth: API (server)

Resources that this resource uses

OperationDefinition
CH.PIXmPIXm Find patient matches
StructureDefinition
ch-pixm-patient-feedCH PIXm Patient Feed

Narrative

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

PIXm Patient Identifier Cross-reference Manager (server)

  • Implementation Guide Version: 3.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: Tue Jul 07 00:00:00 CEST 2020
  • 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: server

PIXm server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83]. PIXm server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-104].

Security

TLS SHALL be used together with IUA basic access token

Summary of System-wide Interactions

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: supportedPatient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • Supports update.


Source

{
  "resourceType": "CapabilityStatement",
  "id": "CH.PIXm.Manager",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PIXm.Manager",
  "version": "3.0.0",
  "name": "CH_PIXm_Manager",
  "title": "PIXm Patient Identifier Cross-reference Manager (server)",
  "status": "draft",
  "date": "2020-07-07",
  "publisher": "eHealth Suisse",
  "contact": [
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch"
        }
      ]
    }
  ],
  "description": "The Patient Identifier Cross-reference Manager CapabilityStatement expresses the requirements that shall be provided. - using FHIR R4 - using json and xml encoding - support the $ihe-pix operation - support conditional update for [ITI-104] - support conditional delete for [ITI-104] if Remove Patient Option is supported - used with IHE-IUA",
  "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": "server",
      "documentation": "PIXm server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83].          PIXm server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [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
        }
      ],
      "operation": [
        {
          "name": "$ihe-pix",
          "definition": "http://fhir.ch/ig/ch-epr-mhealth/OperationDefinition/CH.PIXm"
        }
      ]
    }
  ]
}