PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-epr-mhealth@3.0.0-ballot
    http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PDQm.Consumer
{
  "description": "CapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PDQm.",
  "_filename": "CapabilityStatement-CH.PDQm.Consumer.json",
  "package_name": "ch.fhir.ig.ch-epr-mhealth",
  "format": [ "application/fhir+xml", "application/fhir+json" ],
  "date": "2023-04-25",
  "publisher": "eHealth Suisse",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CH",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "CH_PDQm_Consumer",
  "copyright": "CC0-1.0",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "PDQm Consumer (client)",
  "package_version": "3.0.0-ballot",
  "status": "active",
  "id": "e02fdd85-d762-4bd8-92af-43bcc1de012e",
  "kind": "requirements",
  "url": "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PDQm.Consumer",
  "version": "3.0.0-ballot",
  "contact": [ {
    "name": "eHealth Suisse",
    "telecom": [ {
      "value": "https://www.e-health-suisse.ch",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "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"
      } ]
    } ],
    "security": {
      "description": "TLS SHALL be used together with IUA basic access token"
    },
    "interaction": [ {
      "code": "search-system"
    } ],
    "documentation": "PDQm client will query for Patient resources matching a sub-set of the FHIR core Patient resource query parameters"
  } ]
}