{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestGastroscopy",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestEndoscopy"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C004",
        "display" : "Гастроэнтерология"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
    "valueReference" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "identifier" : [{
    "value" : "245542"
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/2",
      "display" : "Стационарная медицинская помощь взрослому населению"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C064.1",
        "display" : "Эзофагогастродуоденоскопия"
      }],
      "text" : "Эзофагогастродуоденоскопия"
    }
  },
  "subject" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "authoredOn" : "2025-02-04T12:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "K30",
        "display" : "K30 - Функциональная диспепсия"
      }],
      "text" : "K30 - Функциональная диспепсия"
    }
  }],
  "patientInstruction" : [{
    "instructionMarkdown" : "Последний прием пищи должен быть за 10-12 часов до диагностики."
  }]
}