{
  "resourceType": "Appointment",
  "meta": {
    "lastUpdated": "2021-06-10T10:54:00",
    "profile": [
      "http://capable-project.eu/data/fhir/StructureDefinition/Appointment_Profile"
    ]
  },
  "identifier": [
    {
      "value": "Internal EHR SerialCode"
    }
  ],
  "status": "booked",
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "308335008",
          "display": "Patient encounter procedure"
        }
      ]
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "5880005",
          "display": "Physical examination"
        }
      ]
    }
  ],
  "start": "2021-07-21T12:00:00",
  "patientInstruction": "IRCCS Maugeri, Pavia - Oncology department - Dr. Andrea Neri",
  "participant": [
    {
      "actor": {
        "reference": "Patient/1"
      },
      "status": "accepted"
    }
  ]
}