{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/AppointmentZIV",
  "version": "0.1",
  "name": "AppointmentZentrumFInnovVers",
  "status": "draft",
  "experimental": false,
  "publisher": "Zentrum für Innovative Versorgung",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Appointment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Appointment.cancelationReason.coding.system",
        "path": "Appointment.cancelationReason.coding.system",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.serviceCategory.coding",
        "path": "Appointment.serviceCategory.coding",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.serviceType.coding",
        "path": "Appointment.serviceType.coding",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.specialty.coding",
        "path": "Appointment.specialty.coding",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.appointmentType.coding",
        "path": "Appointment.appointmentType.coding",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.reasonCode.coding",
        "path": "Appointment.reasonCode.coding",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.priority",
        "path": "Appointment.priority",
        "max": "0"
      },
      {
        "id": "Appointment.supportingInformation",
        "path": "Appointment.supportingInformation",
        "max": "0"
      },
      {
        "id": "Appointment.minutesDuration",
        "path": "Appointment.minutesDuration",
        "max": "0"
      },
      {
        "id": "Appointment.participant.type.coding",
        "path": "Appointment.participant.type.coding",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      },
      {
        "id": "Appointment.participant.actor.identifier.system",
        "path": "Appointment.participant.actor.identifier.system",
        "code": [
          {
            "system": "http://snomed.info/sct"
          }
        ]
      }
    ]
  }
}