{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-06-17T07:03:29.545+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/Schedule",
  "name": "Schedule",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "ical",
      "uri": "http://ietf.org/rfc/2445",
      "name": "iCalendar"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Schedule",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Schedule",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Schedule",
        "path": "Schedule",
        "mustSupport": true
      },
      {
        "id": "Schedule.identifier",
        "path": "Schedule.identifier",
        "mustSupport": true
      },
      {
        "id": "Schedule.actor",
        "path": "Schedule.actor",
        "mustSupport": true
      }
    ]
  }
}