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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeParameters
IdParameters-ExampleSubscriptionStatusWithNoIds.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": "ExampleSubscriptionStatusWithNoIds",
  "parameter": [
    {
      "name": "subscription",
      "valueReference": {
        "reference": "Subscription/ExampleSubscriptionEmail"
      }
    },
    {
      "name": "topic",
      "valueCanonical": "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"
    },
    {
      "name": "status",
      "valueCode": "active"
    },
    {
      "name": "type",
      "valueCode": "event-notification"
    },
    {
      "name": "events-since-subscription-start",
      "valueString": "7"
    }
  ]
}