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