{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleImmunKDS",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestImmunization"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C002",
        "display" : "Вакцинация"
      }]
    }
  }],
  "identifier" : [{
    "value" : "1222"
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/3",
      "display" : "Амбулаторно-поликлиническая помощь детскому населению"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C002.1",
        "display" : "Прохождение вакцинации"
      }]
    }
  },
  "orderDetail" : [{
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/AISReportVaccineses",
          "code" : "0030",
          "display" : "Инфанрикс Гекса 0,5 мл"
        }]
      },
      "valueQuantity" : {
        "value" : 1
      }
    }]
  }],
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "occurrencePeriod" : {
    "start" : "2024-03-01T16:30:00Z",
    "end" : "2024-03-30T16:30:00Z"
  },
  "authoredOn" : "2024-02-04T16:30:00Z",
  "requester" : {
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "11",
        "display" : "дифтерия"
      }]
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "25",
        "display" : "столбняк"
      }]
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "15",
        "display" : "коклюш"
      }]
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "8",
        "display" : "гепатит В"
      }]
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "21",
        "display" : "полиомиелит"
      }]
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "6",
        "display" : "гемофильная инфекция"
      }]
    }
  }],
  "supportingInfo" : [{
    "reference" : {
      "reference" : "ExampleRecomendPed"
    }
  }]
}