{
  "resourceType": "StructureDefinition",
  "id": "FinnishSchedulingSlot",
  "url": "http://hl7.fi/fhir/StructureDefinition/FinnishSchedulingSlot",
  "name": "FinnishSchedulingSlot",
  "status": "draft",
  "description": "Finnish profile for Slot",
  "fhirVersion": "4.0.0",
  "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": "Slot",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Slot",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Slot.identifier",
        "path": "Slot.identifier",
        "max": "1"
      },
      {
        "id": "Slot.identifier.use",
        "path": "Slot.identifier.use",
        "max": "0"
      },
      {
        "id": "Slot.identifier.period",
        "path": "Slot.identifier.period",
        "max": "0"
      },
      {
        "id": "Slot.identifier.assigner",
        "path": "Slot.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Slot.serviceCategory",
        "path": "Slot.serviceCategory",
        "requirements": "71.1 Palvelun luokka",
        "max": "1"
      },
      {
        "id": "Slot.serviceCategory.coding.system",
        "path": "Slot.serviceCategory.coding.system",
        "short": "AR/YDIN - Palvelutapahtumaluokitus",
        "fixedUri": "urn:oid:1.2.246.537.6.88.2008"
      },
      {
        "id": "Slot.serviceType",
        "path": "Slot.serviceType",
        "requirements": "71 Palvelun nimi",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Slot.serviceType.coding.system",
        "path": "Slot.serviceType.coding.system",
        "short": "THL - Sosiaali- ja terveysalan palvelunimikkeistö",
        "fixedUri": "urn:oid:1.2.246.537.6.49.201501"
      },
      {
        "id": "Slot.specialty",
        "path": "Slot.specialty",
        "max": "0"
      },
      {
        "id": "Slot.appointmentType",
        "path": "Slot.appointmentType",
        "requirements": "72 Asiointitapa"
      },
      {
        "id": "Slot.appointmentType.coding",
        "path": "Slot.appointmentType.coding",
        "max": "1"
      },
      {
        "id": "Slot.appointmentType.coding.system",
        "path": "Slot.appointmentType.coding.system",
        "short": "THL - Asiointitapa",
        "fixedUri": "urn:oid:1.2.246.537.6.884.2015"
      },
      {
        "id": "Slot.overbooked",
        "path": "Slot.overbooked",
        "max": "0"
      },
      {
        "id": "Slot.comment",
        "path": "Slot.comment",
        "max": "0"
      }
    ]
  }
}