{
  "resourceType": "StructureDefinition",
  "id": "argo-sched-notif",
  "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sched-notif",
  "version": "1.0.0",
  "name": "Argonaut_Schedule_Notification_Profile",
  "title": "Argonaut Schedule Notification Profile",
  "status": "active",
  "date": "2018-02-13",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "description": "The Argonaut Scheduling Schedule Notification Profile is defined for use as the payload when sending  notifications to a subscriber as described in the updating slots step in [Use Case 3 Prefetching Open Slots](patient-scheduling.html#use-case-3-prefetching-open-slots).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Schedule",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Schedule",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Schedule",
        "path": "Schedule",
        "mustSupport": false
      },
      {
        "id": "Schedule.actor",
        "path": "Schedule.actor",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Schedule.actor.reference",
        "path": "Schedule.actor.reference",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Schedule.planningHorizon",
        "path": "Schedule.planningHorizon",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Schedule.planningHorizon.start",
        "path": "Schedule.planningHorizon.start",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Schedule.planningHorizon.end",
        "path": "Schedule.planningHorizon.end",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}