{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleServiceRequestDispanserisation2",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestDispanserisation"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C027",
        "display" : "Неврология"
      }]
    }
  }],
  "identifier" : [{
    "value" : "disp1201"
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "06/2-add",
      "display" : "Медицинская экспертиза, освидетельствования и осмотры детского населения"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C011.1",
        "display" : "Прохождение диспансеризации"
      }]
    }
  },
  "orderDetail" : [{
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/DispanserisationSchema",
          "code" : "ch6",
          "display" : "диспансеризация детей 12 месяцев"
        }]
      },
      "valuePeriod" : {
        "start" : "2025-03-11T08:00:00Z",
        "end" : "2025-12-31T23:59:59Z"
      }
    }]
  }],
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "authoredOn" : "2025-03-10T10:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  },
  "performer" : [{
    "reference" : "Organization/OrganizationForDemo"
  },
  {
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  }],
  "location" : [{
    "reference" : {
      "reference" : "Location/PediatricUnit"
    }
  }],
  "note" : [{
    "text" : "Диспансеризация по причине наличия факторов риска, приводящих к развитию заболеваний центральной нервной системы ребёнка, затяжной потужной период матери(более 45-60 минут)"
  }]
}