{
  "resourceType" : "Endpoint",
  "id" : "ExampleEndpointServiceRequest",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/EndpointServiceRequest"]
  },
  "status" : "active",
  "connectionType" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/EndpointConnectionTypeCode",
      "code" : "hl7-fhir-rest"
    }]
  }],
  "managingOrganization" : {
    "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "address" : "https://api/fhir/slot"
}