{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-06-08T22:15:35.391+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://www.fhir.org/guides/argonaut/r3/StructureDefinition/TemplateAppointment",
  "name": "TemplateAppointment",
  "status": "draft",
  "date": "2017-06-08T22:01:06.3523565+00:00",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "path": "Appointment.identifier",
        "max": "0"
      },
      {
        "path": "Appointment.serviceCategory",
        "max": "0"
      },
      {
        "path": "Appointment.priority",
        "max": "0"
      },
      {
        "path": "Appointment.description",
        "max": "0"
      },
      {
        "path": "Appointment.supportingInformation",
        "max": "0"
      },
      {
        "path": "Appointment.start",
        "max": "0"
      },
      {
        "path": "Appointment.end",
        "max": "0"
      },
      {
        "path": "Appointment.minutesDuration",
        "max": "0"
      },
      {
        "path": "Appointment.slot",
        "max": "0"
      },
      {
        "path": "Appointment.created",
        "max": "0"
      },
      {
        "path": "Appointment.comment",
        "max": "0"
      },
      {
        "path": "Appointment.incomingReferral",
        "max": "0"
      },
      {
        "path": "Appointment.participant.actor",
        "type": [
          {
            "code": "Reference",
            "profile": "http://www.fhir.org/guides/argonaut/r3/StructureDefinition/SchedulablePatient",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient",
            "aggregation": [
              "contained"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/HealthcareService"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
          }
        ]
      },
      {
        "path": "Appointment.requestedPeriod",
        "max": "1"
      }
    ]
  }
}