{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestHomeVisit4",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestHomeVisit"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/PlaceForHomeVisit",
    "valueAddress" : {
      "text" : "РБ, г. Минск, пр-т Независимости 124, кв. 123"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C035",
        "display" : "Педиатрия"
      }]
    }
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/3",
      "display" : "Амбулаторно-поликлиническая помощь детскому населению"
    }]
  }],
  "priority" : "urgent",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/VSHealthcareServiceTypeHomeVisit",
        "code" : "B01-028-001-home.vs",
        "display" : "Прием (осмотр, консультация) врача-педиатра первичный на дому"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "occurrenceDateTime" : "2025-04-01T14:30:00Z",
  "authoredOn" : "2025-04-01T11:30:00Z",
  "requester" : {
    "reference" : "RelatedPerson/ExampleRelatedPersonCorolevaIV"
  },
  "performer" : [{
    "reference" : "Organization/OrganizationForDemo"
  },
  {
    "reference" : "PractitionerRole/ExamplePediatricianRole"
  }],
  "reason" : [{
    "concept" : {
      "text" : "Общая слабость, высокая температура"
    }
  }]
}