{
  "resourceType" : "Contract",
  "id" : "PhysioServiceRequestRejection",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/RejectionBy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/RejectionReason",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceRequestRejectionReasonPatient",
        "code" : "pat-cpp"
      }]
    }
  }],
  "status" : "executed",
  "issued" : "2025-05-28T12:00:00Z",
  "subject" : [{
    "reference" : "Patient/PatientForDemo"
  }],
  "title" : "Отказ от направления на УЗИ 2024-08-08 12:00",
  "author" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "topicReference" : {
    "reference" : "ServiceRequest/ExampleRequestPhysiotherapy"
  }
}