{
  "resourceType" : "ServiceRequest",
  "id" : "SRRadiotherapistConsultRectumCancer",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestConsult"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C032",
        "display" : "Онкология"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
    "valueReference" : {
      "reference" : "Organization/OrganizationForDemo"
    }
  }],
  "identifier" : [{
    "value" : "1345"
  }],
  "status" : "completed",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/1",
      "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C032.2",
        "display" : "Осмотр (консультация) врачом-радиационным онкологом"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "authoredOn" : "2025-03-03T12:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "location" : [{
    "reference" : {
      "reference" : "Location/TherapyUnit"
    }
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "C20"
      }],
      "text" : "C20 - Злокачественной новообразование прямой кишки. Стадия IIIC (T4aN2aM0)"
    },
    "reference" : {
      "reference" : "Condition/DiagnosisRectumCancer"
    }
  }]
}