CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

IHE ITI Patient Identity Cross-Reference for Mobile (PIXm) - Manager (server) - JSON Representation

(back to description)

Raw json

Source view


{
  "resourceType" : "CapabilityStatement",
  "id" : "IHE.PIXm.Manager",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n\t\tCapabilityStatement for Manager Actor in the IHE IT Infrastructure Technical Framework Supplement \n            <a href=\"http://wiki.ihe.net/index.php/PIXm\">Patient Identity Cross-Reference for Mobile (PIXm)</a> \n\t\tThe IHE Profile text is Normative, this conformance resource is Informative. \n        </div>"
  },
  "url" : "http://profiles.ihe.net/fhir/ihe.pixm.fhir/CapabilityStatement/IHE.PIXm.Manager",
  "version" : "0.1.2",
  "name" : "IHE_PIXm_Manager",
  "title" : "IHE ITI Patient Identity Cross-Reference for Mobile (PIXm) - Manager (server)",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-07-05",
  "publisher" : "eHealth Suisse",
  "contact" : [
    {
      "name" : "eHealth Suisse",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.e-health-suisse.ch"
        }
      ]
    }
  ],
  "description" : "CapabilityStatement for Manager Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PIXm. See http://wiki.ihe.net/index.php/PIXm. The IHE Profile text is Normative, this conformance resource is Informative.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "PIXm server provides capability to query for Patient Identity Cross-Reference matching a query parameters",
      "security" : {
        "cors" : false,
        "description" : "Recommend IUA or SMART"
      },
      "resource" : [
        {
          "type" : "Patient",
          "operation" : [
            {
              "name" : "$ihe-pix",
              "definition" : "http://profiles.ihe.net/fhir/ihe.pixm.fhir/OperationDefinition/IHE.PIXm.pix"
            }
          ]
        }
      ]
    }
  ]
}