{
  "resourceType": "Appointment",
  "meta": {
    "profile": [
      "https://fhir.cambio.se/StructureDefinition/AppointmentBookingSe/v1"
    ]
  },
  "start": "2022-02-05T10:00:00+00:00",
  "end": "2022-02-05T10:30:00+00:00",
  "status": "proposed",
  "extension": [
    {
      "url": "https://fhir.cambio.se/StructureDefinition/appointment-purposeForVisit",
      "valueString": ""
    },
    {
      "url": "https://fhir.cambio.se/StructureDefinition/appointment-patientGivenPhoneNumber",
      "valueString": ""
    }
  ],
  "slot": [
    {
      "reference": "TimeSlotId:808794"
    }
  ],
  "participant": [
    {
      "actor": {
        "type": "Patient",
        "identifier": {
          "system": "urn:oid:1.2.752.129.2.1.3.1",
          "value": "195507252301"
        }
      },
      "status": "accepted"
    },
    {
      "actor": {
        "id": "746",
        "type": "HealthcareService",
        "display": "Videomöte"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "type": "Location",
        "identifier": {
          "system": "urn:oid:1.2.752.129.2.1.4.1",
          "value": "SE162321000024-ABCD"
        }
      },
      "status": "accepted"
    }
  ]
}