Patient Master Identity Registry (PMIR)
1.5.1-current - ci-build International flag

Patient Master Identity Registry (PMIR), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.5.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PMIR/ and changes regularly. See the Directory of published versions

: PMIR Example Subscription Request - JSON Representation

Raw json | Download


{
  "resourceType" : "Subscription",
  "id" : "ex-subscription-request",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Subscription.Request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Subscription</b><a name=\"ex-subscription-request\"> </a><a name=\"hcex-subscription-request\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Subscription &quot;ex-subscription-request&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.PMIR.Subscription.Request.html\">IHE Patient Master Identity Registry Subscription request</a></p></div><p><b>status</b>: requested</p><p><b>contact</b>: <a href=\"tel:+1-555-555-1212\">+1-555-555-1212</a></p><p><b>reason</b>: To receive Patient changes.</p><p><b>criteria</b>: Patient</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style=\"display: none\">*</td><td>message</td><td><a href=\"http://example.org/pmir-message\">http://example.org/pmir-message</a></td><td>application/fhir+json</td></tr></table></div>"
  },
  "status" : "requested",
  "contact" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-1212"
    }
  ],
  "reason" : "To receive Patient changes.",
  "criteria" : "Patient",
  "channel" : {
    "type" : "message",
    "endpoint" : "http://example.org/pmir-message",
    "payload" : "application/fhir+json"
  }
}