Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-4-t2-07-26-10)
1.4.444 - ci-build

: Отказ от направления на прием хирурга - JSON Representation

Raw json | Download

{
  "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"
  }
}