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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypeParameters
IdParameters-SubscriptionNotificationParameters.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "SubscriptionNotificationParameters",
  "language": "en",
  "parameter": [
    {
      "name": "subscription",
      "valueReference": {
        "reference": "Subscription/PASSubscriptionExample"
      }
    },
    {
      "name": "topic",
      "valueCanonical": "http://hl7.org/fhir/us/davinci-pas/SubscriptionTopic/PASSubscriptionTopic"
    },
    {
      "name": "type",
      "valueCode": "event-notification"
    },
    {
      "name": "notification-event",
      "part": [
        {
          "name": "event-number",
          "valueString": "2"
        },
        {
          "name": "timestamp",
          "valueInstant": "2020-05-29T11:44:33.188-05:00"
        },
        {
          "name": "focus",
          "valueReference": {
            "reference": "http://example.org/Bundle/ReferralAuthorizationResponseBundleExample"
          }
        }
      ]
    }
  ]
}