{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestImmunizationTravel",
  "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" : "123411"
  }],
  "status" : "active",
  "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" : "C002.1",
        "display" : "Прохождение вакцинации"
      }]
    }
  },
  "orderDetail" : [{
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/AISReportVaccineses",
          "code" : "0039",
          "display" : "Вакцина желтой лихорадки 0,5 мл"
        }]
      },
      "valueQuantity" : {
        "value" : 1
      }
    }]
  }],
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "occurrencePeriod" : {
    "start" : "2024-08-08T12:00:00Z",
    "end" : "2024-09-08T12:00:00Z"
  },
  "authoredOn" : "2024-07-15T12:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/OrganizationForDemo"
  },
  {
    "reference" : "PractitionerRole/ExampleNurseRole"
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/AISReportImmunizationTargetDiseases",
        "code" : "12",
        "display" : "желтая лихорадка"
      }]
    }
  }],
  "note" : [{
    "text" : "Требуется международное свидетельство о вакцинации против желтой лихорадки"
  }]
}