{
  "resourceType" : "Contract",
  "id" : "AppointmentRejection",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/RejectionBy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/RejectionReason",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceRequestRejectionReasonPatient",
        "code" : "pat-fb",
        "display" : "Улучшение состояния"
      }]
    }
  }],
  "status" : "executed",
  "issued" : "2024-08-06T14:00:00Z",
  "subject" : [{
    "reference" : "Patient/PatientForDemo"
  }],
  "title" : "Отказ от бронирования на прием хирурга 2024-08-09",
  "author" : {
    "reference" : "Patient/PatientForDemo"
  },
  "topicReference" : {
    "reference" : "ExampleServiceSurgerySlot"
  }
}