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

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

PMIR Patient Identity Manager (server) - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CapabilityStatement",
  "id" : "CH.PMIR.Manager",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CH_PMIR_Manager</h2><div><p>CapabilityStatement for Actor PMIR Patient Identity Manager (server).</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>PMIR server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83].          PMIR server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-93].</td></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Patient</td><td></td><td></td><td></td><td></td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-epr-mhealth/CapabilityStatement/CH.PMIR.Manager",
  "version" : "0.1.1",
  "name" : "CH_PMIR_Manager",
  "title" : "PMIR Patient Identity Manager (server)",
  "status" : "draft",
  "date" : "2020-07-07",
  "publisher" : "eHealth Suisse",
  "contact" : [
    {
      "name" : "eHealth Suisse",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.e-health-suisse.ch"
        }
      ]
    }
  ],
  "description" : "CapabilityStatement for Actor PMIR Patient Identity Manager (server).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "PMIR server resolves the local ID sent with the request to the MPI-PID and EPR-SPID [ITI-83].          PMIR server stores the patient data provided with the request and assigns it to or creates a master patient record and a MPI-PID [ITI-93].",
      "security" : {
        "cors" : false,
        "description" : "TLS SHALL be used"
      },
      "resource" : [
        {
          "type" : "Patient",
          "operation" : [
            {
              "name" : "$ihe-pix",
              "definition" : "http://fhir.ch/ig/ch-epr-mhealth/OperationDefinition/CH.PMIR"
            }
          ]
        }
      ],
      "interaction" : [
        {
          "code" : "transaction",
          "documentation" : "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pmir-bundle"
        }
      ]
    }
  ]
}