{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestHomeVisit2",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ServiceRequestHomeVisit"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/PlaceForHomeVisit",
    "valueAddress" : {
      "text" : "ул. Лучшая, д 21, кв 15, 2 подъезд, 4 этаж, код домофона #1354"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C051",
        "display" : "Терапия и общая врачебная практика"
      }]
    }
  }],
  "status" : "active",
  "intent" : "directive",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "02/1",
      "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
    }]
  }],
  "priority" : "urgent",
  "code" : {
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/VSHealthcareServiceTypeHomeVisit",
        "code" : "B01-023-001-home.vs",
        "display" : "(На дому) Прием (осмотр, консультация) врача общей практики первичный"
      }]
    }
  },
  "subject" : {
    "reference" : "Patient/PatientForDemo"
  },
  "occurrenceDateTime" : "2025-03-11T11:00:00Z",
  "authoredOn" : "2025-03-11T14:30:00Z",
  "requester" : {
    "reference" : "Patient/PatientForDemo"
  },
  "performer" : [{
    "reference" : "Organization/OrganizationForDemo"
  },
  {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  }],
  "reason" : [{
    "concept" : {
      "text" : "Высокая температура, кашель"
    }
  }]
}