GET Appointment/AvailableLocalPatientServicesAsync?patientId={patientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of HealthcareServicesInfo
NameDescriptionTypeAdditional information
Organization_display

string

None.

Organization_reference

string

None.

Endpoint_identifier

string

None.

HealthcareService_display

string

None.

HealthcareService_reference

string

None.

ServiceType_code

string

None.

ServiceType_display

string

None.

firstAvailableSlot

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Organization_display": "sample string 1",
    "Organization_reference": "sample string 2",
    "Endpoint_identifier": "sample string 3",
    "HealthcareService_display": "sample string 4",
    "HealthcareService_reference": "sample string 5",
    "ServiceType_code": "sample string 6",
    "ServiceType_display": "sample string 7",
    "firstAvailableSlot": "2025-09-04T13:39:59.1162302+00:00"
  },
  {
    "Organization_display": "sample string 1",
    "Organization_reference": "sample string 2",
    "Endpoint_identifier": "sample string 3",
    "HealthcareService_display": "sample string 4",
    "HealthcareService_reference": "sample string 5",
    "ServiceType_code": "sample string 6",
    "ServiceType_display": "sample string 7",
    "firstAvailableSlot": "2025-09-04T13:39:59.1162302+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHealthcareServicesInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppointmentAPI.Entities">
  <HealthcareServicesInfo>
    <Endpoint_identifier>sample string 3</Endpoint_identifier>
    <HealthcareService_display>sample string 4</HealthcareService_display>
    <HealthcareService_reference>sample string 5</HealthcareService_reference>
    <Organization_display>sample string 1</Organization_display>
    <Organization_reference>sample string 2</Organization_reference>
    <ServiceType_code>sample string 6</ServiceType_code>
    <ServiceType_display>sample string 7</ServiceType_display>
    <firstAvailableSlot>2025-09-04T13:39:59.1162302+00:00</firstAvailableSlot>
  </HealthcareServicesInfo>
  <HealthcareServicesInfo>
    <Endpoint_identifier>sample string 3</Endpoint_identifier>
    <HealthcareService_display>sample string 4</HealthcareService_display>
    <HealthcareService_reference>sample string 5</HealthcareService_reference>
    <Organization_display>sample string 1</Organization_display>
    <Organization_reference>sample string 2</Organization_reference>
    <ServiceType_code>sample string 6</ServiceType_code>
    <ServiceType_display>sample string 7</ServiceType_display>
    <firstAvailableSlot>2025-09-04T13:39:59.1162302+00:00</firstAvailableSlot>
  </HealthcareServicesInfo>
</ArrayOfHealthcareServicesInfo>