{
  "resourceType": "StructureDefinition",
  "id": "sgrdv-base-dme-slot",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-dme-slot",
  "name": "SGRDVBaseDmeSlot",
  "title": "Plage horaire DMÉ de base (SGRDV)",
  "status": "active",
  "experimental": true,
  "description": "Plage horaire fine provenant d'un DMÉ, utilisée pour les opérations de disponibilités et de verrouillage.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot.identifier",
        "path": "Slot.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Slot.identifier.type",
        "path": "Slot.identifier.type",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.identifier.type.coding",
        "path": "Slot.identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Slot.identifier.type.coding.system",
        "path": "Slot.identifier.type.coding.system",
        "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type"
      },
      {
        "id": "Slot.identifier.type.coding.code",
        "path": "Slot.identifier.type.coding.code",
        "fixedCode": "IdSlotDME"
      },
      {
        "id": "Slot.identifier.system",
        "path": "Slot.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.identifier.value",
        "path": "Slot.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Slot.schedule",
        "path": "Slot.schedule",
        "mustSupport": true
      },
      {
        "id": "Slot.status",
        "path": "Slot.status",
        "mustSupport": true
      },
      {
        "id": "Slot.start",
        "path": "Slot.start",
        "mustSupport": true
      },
      {
        "id": "Slot.end",
        "path": "Slot.end",
        "mustSupport": true
      }
    ]
  }
}