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

FHIR IG Statistics: CapabilityStatement/CH.PDQm.Consumer

Packagech.fhir.ig.ch-epr-mhealth
TypeCapabilityStatement
IdCH.PDQm.Consumer
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-mhealth/http://fhir.ch/ig/ch-epr-mhealth/3.0.0/CapabilityStatement-CH.PDQm.Consumer.html
URLhttp://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PDQm.Consumer
Version3.0.0
Statusactive
Date2023-04-25
NameCH_PDQm_Consumer
TitlePDQm Consumer (client)
Realmch
Authorityhl7
DescriptionCapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm.
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

CapabilityStatement
CH.mHealth.AppmHealth: App (client)

Resources that this resource uses

StructureDefinition
ch-pdqm-patientCH PDQm Patient

Narrative

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

PDQm Consumer (client)

  • 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 Apr 25 00:00:00 CEST 2023
  • 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

PDQm client will query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters

Security

TLS SHALL be used together with IUA basic access token

Summary of System-wide Interactions
  • Supports the search-system interaction.

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
yy_id, active, address-city, address-country, address-postalcode, address-state, birthdate, family, gender, given, identifier, telecom, _lastUpdated

Resource Conformance: supportedPatient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

Logical id of this artifact

SHALLactivetoken

Whether the patient record is active

SHALLaddress-citystring

A city specified in an address

SHALLaddress-countrystring

A country specified in an address

SHALLaddress-postalcodestring

A postalCode specified in an address

SHALLaddress-statestring

A state specified in an address

SHALLbirthdatedate

The patient's date of birth

SHALLfamilystring

A portion of the family name of the patient

SHALLgendertoken

Gender of the patient

SHALLgivenstring

A portion of the given name of the patient

SHALLidentifiertoken

A patient identifier

SHALLtelecomtoken

The value in any kind of telecom details of the patient

SHALL_lastUpdateddate

When the resource version last changed

 

Source

{
  "resourceType": "CapabilityStatement",
  "id": "CH.PDQm.Consumer",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PDQm.Consumer",
  "version": "3.0.0",
  "name": "CH_PDQm_Consumer",
  "title": "PDQm Consumer (client)",
  "status": "active",
  "experimental": false,
  "date": "2023-04-25",
  "publisher": "eHealth Suisse",
  "contact": [
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for Client 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": "client",
      "documentation": "PDQm client will query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters",
      "security": {
        "description": "TLS SHALL be used together with IUA basic access token"
      },
      "resource": [
        {
          "type": "Patient",
          "supportedProfile": [
            "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pdqm-patient"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact"
            },
            {
              "name": "active",
              "type": "token",
              "documentation": "Whether the patient record is active"
            },
            {
              "name": "address-city",
              "type": "string",
              "documentation": "A city specified in an address"
            },
            {
              "name": "address-country",
              "type": "string",
              "documentation": "A country specified in an address"
            },
            {
              "name": "address-postalcode",
              "type": "string",
              "documentation": "A postalCode specified in an address"
            },
            {
              "name": "address-state",
              "type": "string",
              "documentation": "A state specified in an address"
            },
            {
              "name": "birthdate",
              "type": "date",
              "documentation": "The patient's date of birth"
            },
            {
              "name": "family",
              "type": "string",
              "documentation": "A portion of the family name of the patient"
            },
            {
              "name": "gender",
              "type": "token",
              "documentation": "Gender of the patient"
            },
            {
              "name": "given",
              "type": "string",
              "documentation": "A portion of the given name of the patient"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "A patient identifier"
            },
            {
              "name": "telecom",
              "type": "token",
              "documentation": "The value in any kind of telecom details of the patient"
            },
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}