{
  "resourceType" : "Contract",
  "id" : "ExampleCancellAmoxiclav",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/CancelOrder"]
  },
  "expirationType" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ReasonOfDrugCancelling",
      "code" : "allergy",
      "display" : "Развитие аллергической реакции"
    }]
  },
  "subject" : [{
    "reference" : "Patient/PatientFullBundle"
  }],
  "authority" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "title" : "Отмена назначения лекарственного средства",
  "author" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "topicReference" : {
    "reference" : "MedicationRequest/ExampleMedicationOrderAmoxiclav"
  }
}