HealthResource

Health resource search result with provider and location details

HealthResource = object

Represents a health resource search result. Contains information about healthcare providers, facilities, or services.

Properties

type

type: SearchResultType | null

Type of search result (practitioner, practice, etc.)


id

id: string | null

Unique identifier for the resource


content

content: string | null

Text content or description


npi

npi: (string | null)[] | null

National Provider Identifier(s)


gender

gender: Gender | null

Gender of the provider (for practitioners)


specialty

specialty: Coding[] | null

Medical specialties


bookable

bookable: Bookable | null

Bookable information


location

location: (HealthResourceLocation | null)[] | null

Associated locations


organization

organization: (SearchResponseOrganization | null)[] | null

Associated organizations


endpoint

endpoint: Endpoint[] | null

Direct endpoints