{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleServiceRequestConsult",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestConsult"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C002",
        "display" : "Вакцинация"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
    "valueReference" : {
      "reference" : "Organization/OrganizationForDemo"
    }
  }],
  "identifier" : [{
    "value" : "1345"
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "03/1",
      "display" : "Амбулаторно-поликлиническая диагностика для взрослого населения"
    }]
  }],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MedicalServiceType",
        "code" : "C075.1",
        "display" : "Прием (осмотр, консультация) врача общей практики"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "occurrenceDateTime" : "2024-08-08T12:00:00Z",
  "authoredOn" : "2024-08-07T12:00:00Z",
  "requester" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "reference" : "Organization/OrganizationForDemo"
  },
  {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "location" : [{
    "reference" : {
      "reference" : "Location/TherapyUnit"
    }
  }],
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "Z23.5",
        "display" : "Необходимость иммунизации только против столбняка"
      }],
      "text" : "Первичный осмотр перед вакцинацией"
    },
    "reference" : {
      "reference" : "Condition/ExampleDiagnosisNeedImmunizationAgainstTetanusOnly",
      "display" : "Необходимость иммунизации только против столбняка"
    }
  }],
  "note" : [{
    "text" : "Пример примечаний"
  }]
}