PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-epr-mhealth@0.1.0
    http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.MHD.DocumentConsumer
{
  "description": "CapabilityStatement for Actor MHD Document Consumer (client).",
  "_filename": "CapabilityStatement-CH.MHD.DocumentConsumer.json",
  "package_name": "ch.fhir.ig.ch-epr-mhealth",
  "format": [ "application/fhir+xml", "application/fhir+json" ],
  "date": "2020-07-08",
  "publisher": "eHealth Suisse",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "CH",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "CH_MHD_DocumentConsumer",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "MHD Document Consumer (client)",
  "package_version": "0.1.0",
  "status": "draft",
  "id": "d1ab536a-82bb-44b4-97e6-ff7cf135d586",
  "kind": "requirements",
  "url": "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.MHD.DocumentConsumer",
  "version": "0.1.0",
  "contact": [ {
    "name": "eHealth Suisse",
    "telecom": [ {
      "value": "https://www.e-health-suisse.ch",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "client",
    "resource": [ {
      "type": "DocumentManifest",
      "profile": "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-comprehensive-documentmanifest",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "_id",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
        "documentation": "Logical id of this artifact"
      }, {
        "name": "_lastUpdated",
        "type": "date",
        "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
        "documentation": "When the resource version last changed"
      }, {
        "name": "patient",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
        "documentation": "The subject of the set of documents"
      }, {
        "name": "patient.identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
        "documentation": "A patient identifier"
      }, {
        "name": "status",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/DocumentManifest-status",
        "documentation": "current | superseded | entered-in-error"
      } ]
    }, {
      "type": "DocumentReference",
      "profile": "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-query-comprehensive-documentreference",
      "interaction": [ {
        "code": "read"
      }, {
        "code": "search-type"
      } ],
      "searchParam": [ {
        "name": "_id",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
        "documentation": "Logical id of this artifact"
      }, {
        "name": "_lastUpdated",
        "type": "date",
        "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
        "documentation": "When the resource version last changed"
      }, {
        "name": "patient",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
        "documentation": "Who/what is the subject of the document"
      }, {
        "name": "patient.identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
        "documentation": "A patient identifier"
      }, {
        "name": "status",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-status",
        "documentation": "current | superseded | entered-in-error"
      } ]
    }, {
      "type": "Binary",
      "interaction": [ {
        "code": "read"
      } ]
    } ],
    "security": {
      "cors": false,
      "description": "TLS SHALL be used"
    },
    "interaction": [ {
      "code": "search-system"
    } ],
    "documentation": "MHD client requests a list of DocumentManifest Resources, matching the supplied set of criteria, from the Document Responder [ITI-66].          MHD client requests a list of DocumentReference Resources, matching the supplied set of criteria, from the Document Responder [ITI-67].         MHD client requests a document from the Document Responder [ITI-68]."
  } ]
}