{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleUrgentRequestImmunization",
  "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" : "123456"
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/1",
      "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
    }]
  }],
  "priority" : "asap",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C002.1",
        "display" : "Прохождение вакцинации"
      }]
    }
  },
  "orderDetail" : [{
    "parameter" : [{
      "code" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/AISReportVaccineses",
          "code" : "0063",
          "display" : "Сыворотка противостолбнячная 1 мл"
        }]
      },
      "valueQuantity" : {
        "value" : 1
      }
    }]
  }],
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "occurrencePeriod" : {
    "start" : "2024-08-08T12:00:00Z",
    "end" : "2024-09-08T12:00:00Z"
  },
  "authoredOn" : "2024-08-07T12: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" : "28",
        "display" : "столбняк"
      }]
    }
  }]
}