Document Subscription for Mobile (DSUBm)
1.0.1-current - ci-build International flag

Document Subscription for Mobile (DSUBm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.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.DSUBm/ and changes regularly. See the Directory of published versions

: DocumentReference PatientDependent Subscription - JSON Representation

Raw json | Download


{
  "resourceType" : "Subscription",
  "id" : "ex-DocumentReference-PatientDependent-Subscription",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/DSUBm-DocumentReference-PatientDependent-Subscription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Subscription</b><a name=\"ex-DocumentReference-PatientDependent-Subscription\"> </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-DocumentReference-PatientDependent-Subscription&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DSUBm-DocumentReference-PatientDependent-Subscription.html\">Subscription for DocumentReference Patient-Dependent</a></p></div><p><b>status</b>: requested</p><p><b>end</b>: Dec 31, 2023, 12:00:00\u202fPM</p><p><b>reason</b>: DocumentReference Subscription for Patient/ex-patient and typeCode=57832-8</p><p><b>criteria</b>: https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent</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>rest-hook</td><td><a href=\"https://subscriptions.argo.run/fhir/r4/subscription-hook-df\">https://subscriptions.argo.run/fhir/r4/subscription-hook-df</a></td><td>application/fhir+json</td></tr></table></div>"
  },
  "status" : "requested",
  "end" : "2023-12-31T12:00:00+00:00",
  "reason" : "DocumentReference Subscription for Patient/ex-patient and typeCode=57832-8",
  "criteria" : "https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent",
  "_criteria" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
        "valueString" : "DocumentReference?patient=Patient/ex-patient&type=57832-8"
      }
    ]
  },
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "https://subscriptions.argo.run/fhir/r4/subscription-hook-df",
    "payload" : "application/fhir+json",
    "_payload" : {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode" : "full-resource"
        }
      ]
    }
  }
}