{
  "resourceType" : "ServiceRequest",
  "id" : "SRRadiotherapyRectumCancerMetastSBRTtherapyCompleted",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestRadiotherapy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C032",
        "display" : "Онкология"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RadiotherapyCharacter",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/RadiationTherapyType",
        "code" : "palliative",
        "display" : "самостоятельная паллиативная"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RadiationTherapyCourse",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/RadiationTherapyCourse",
        "code" : "continuous",
        "display" : "Непрерывный"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RadiotherapyModifiers",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/RadiationModifiers",
        "code" : "not-used",
        "display" : "Радиомодификаторы не использовались"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/ImpactZone",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/RadiationTherapyTarget",
        "code" : "distant-metastasis",
        "display" : "отдаленные метастазы"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/TotalDose",
    "valueQuantity" : {
      "value" : 10,
      "unit" : "Гр",
      "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
      "code" : "Gy"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/FractionationMode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/RadiationTherapyFractionation",
        "code" : "hypofractionation",
        "display" : "Гипофракционирование"
      }]
    }
  }],
  "identifier" : [{
    "value" : "4321",
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "status" : "completed",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/2",
      "display" : "Стационарная медицинская помощь взрослому населению"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/RadiationTherapyMethods",
        "code" : "SBRT-therapy",
        "display" : "Дистанционная стереотаксическая радиотерапия"
      }]
    }
  },
  "orderDetail" : [{
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/RadiotherapyParams",
          "code" : "single-dose",
          "display" : "разовая доза"
        }]
      },
      "valueQuantity" : {
        "value" : 5,
        "unit" : "Гр",
        "system" : "https://fhir.by/ValueSet/UnitsOfMeasureBy",
        "code" : "Gy"
      }
    }]
  }],
  "quantityQuantity" : {
    "value" : 2
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterRadiotherapistRectumCancer"
  },
  "occurrencePeriod" : {
    "start" : "2025-03-31"
  },
  "authoredOn" : "2025-03-14T12:20:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "C20",
        "display" : "C20 - Злокачественное новообразование прямой кишки"
      }]
    },
    "reference" : {
      "reference" : "Condition/DiagnosisRectumCancer"
    }
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Liver",
      "display" : "Печень"
    }]
  }],
  "note" : [{
    "text" : "Стереотаксическая лучевая терапия (SBRT) отдаленных метастаз завершена"
  }]
}