HealthcareService – FHIR API

GET /HealthcareService

This endpoint returns a response of Bundle of the HealthcareService entity.

Request

Query Parameters
  • _id (optional) – string
  • category (optional) – string
  • resourceType (optional) – string
  • specialty (optional) – string

Response

200 Response

Success

Array of objects – HealthcareService

GET /HealthcareService/{id}

This endpoint returns a response of a single entity of the HealthcareService when supplied an ID.

Request

Query Parameters

Response

200 Response

Success

Type: object – HealthcareService
  • category – array
  • id – string
  • name – string
  • meta – object
  • resourceType – string
  • specialty – string

GET /HealthcareService/_history

This endpoint returns a response of Bundle a history of updates for the HealthcareService entity.

Request

Query Parameters
  • _count (optional) – string
  • _since (optional) – string

Response

200 Response

Success

Array of objects – HealthcareService History

GET /HealthcareService/{id}/_history

This endpoint returns a response of a history of updates for the HealthcareService entity when supplied an ID.

Request

Query Parameters
  • _count (optional) – string
  • _since (optional) – string

Response

200 Response

Success

object – HealthcareService History