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

FHIR IG Statistics: CapabilityStatement/CH.PDQm.Supplier

Packagech.fhir.ig.ch-epr-fhir
TypeCapabilityStatement
IdCH.PDQm.Supplier
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.PDQm.Supplier.html
URLhttp://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PDQm.Supplier
Version5.0.0-ci-build
Statusactive
Date2024-10-15
NameCH_PDQm_Supplier
TitlePDQm Supplier (server)
Realmch
Authorityhl7
DescriptionCapabilityStatement for Server Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm.
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

CapabilityStatement
CH.EPR.APIEPR API (server)

Resources that this resource uses

OperationDefinition
CHPDQmMatchCH PDQm $Match
StructureDefinition
ch-pdqm-patientCH PDQm Patient

Narrative

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

Generated Narrative: CapabilityStatement CH.PDQm.Supplier

PDQm Supplier (server)

  • Implementation Guide Version: 5.0.0-ci-build
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2024-10-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: server

PDQm server provides capability to query for Patient resources matching a FHIR Patient resource

Security

TLS SHALL be used together with IUA basic access token

Summary of System-wide Interactions
  • Supports the search-systeminteraction.

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 PDQm Patient
$match

Resource Conformance: supported Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary

    Supported Profiles

    CH PDQm Patient

    Extended Operations
    ConformanceOperationDocumentation
    SHALL$match

    Implementation SHALL conform to ITI-119


    Source

    {
      "resourceType": "CapabilityStatement",
      "id": "CH.PDQm.Supplier",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PDQm.Supplier",
      "version": "5.0.0-ci-build",
      "name": "CH_PDQm_Supplier",
      "title": "PDQm Supplier (server)",
      "status": "active",
      "experimental": false,
      "date": "2024-10-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": "CapabilityStatement for Server Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm.",
      "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": "PDQm server provides capability to query for Patient resources matching a FHIR Patient resource",
          "security": {
            "cors": false,
            "description": "TLS SHALL be used together with IUA basic access token"
          },
          "resource": [
            {
              "type": "Patient",
              "supportedProfile": [
                "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-patient"
              ],
              "operation": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode": "SHALL"
                    }
                  ],
                  "name": "match",
                  "definition": "http://fhir.ch/ig/ch-epr-fhir/OperationDefinition/CHPDQmMatch",
                  "documentation": "Implementation SHALL conform to [ITI-119](iti-119.html)"
                }
              ]
            }
          ],
          "interaction": [
            {
              "code": "search-system"
            }
          ]
        }
      ]
    }