{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleSRNurseForDispanserisation",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestConsult"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C035",
        "display" : "Педиатрия"
      }]
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
    "valueReference" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  }],
  "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" : "C035.1",
        "display" : "Прием (осмотр, консультация) врача-педиатра"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "encounter" : {
    "reference" : "Encounter/EncounterForPediatricDispanserisation"
  },
  "occurrenceDateTime" : "2024-01-12",
  "authoredOn" : "2024-01-05",
  "requester" : {
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  },
  "performer" : [{
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  }],
  "reason" : [{
    "concept" : {
      "text" : "Патронаж педиатрической сестры в рамках диспансеризации"
    }
  }]
}