{
  "resourceType": "StructureDefinition",
  "id": "argo-appt",
  "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt",
  "version": "1.0.0",
  "name": "Argonaut_Appointment_Profile",
  "title": "Argonaut Appointment Profile",
  "status": "active",
  "date": "2017-06-13",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://argonautwiki.hl7.org"
        }
      ]
    }
  ],
  "description": "The Argonaut Appointment Profile is used with the '$find', '$hold', and '$book' operations and when fetching appointments.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Appointment",
        "path": "Appointment",
        "mustSupport": false
      },
      {
        "id": "Appointment.id",
        "path": "Appointment.id",
        "mustSupport": true
      },
      {
        "id": "Appointment.extension:status-reason-extension",
        "path": "Appointment.extension",
        "sliceName": "status-reason-extension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-status-reason"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Appointment.status",
        "path": "Appointment.status",
        "mustSupport": true
      },
      {
        "id": "Appointment.serviceType",
        "path": "Appointment.serviceType",
        "min": 0,
        "max": "*",
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Appointment.specialty",
        "path": "Appointment.specialty",
        "min": 0,
        "max": "*",
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Appointment.appointmentType",
        "path": "Appointment.appointmentType",
        "alias": [
          "`"
        ],
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "Appointment.start",
        "path": "Appointment.start",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Appointment.end",
        "path": "Appointment.end",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Appointment.participant:p-1",
        "path": "Appointment.participant",
        "sliceName": "p-1",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Appointment.participant:p-1.actor",
        "path": "Appointment.participant.actor",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/HealthcareService"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Appointment.participant:p-1.status",
        "path": "Appointment.participant.status",
        "mustSupport": true
      },
      {
        "id": "Appointment.requestedPeriod",
        "path": "Appointment.requestedPeriod",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}