FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.iti.pmir
Resource TypeSubscription
IdSubscription-ex-subscription-request.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Subscription ex-subscription-request

status: Requested

contact: +1-555-555-1212

reason: To receive Patient changes.

criteria: Patient

Channels

-TypeEndpointPayload
*Messagehttp://example.org/pmir-messageapplication/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "ex-subscription-request",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Subscription.Request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}