Patient – FHIR API

GET /Patient

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

Request

Query Parameters
  • _id (optional) – string
  • active (optional) – string
  • name (optional) – string
  • resourceType (optional) – string

Response

401 Response

Unauthorized

200 Response

Success

Array of objects – Patient

GET /Patient/{id}

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

Request

Query Parameters
  • _id (optional) – string
  • active (optional) – string
  • name (optional) – string
  • resourceType (optional) – string

Response

401 Response

Unauthorized

200 Response

Success

Type: object – Patient
  • address – object
  • active – string
  • birthDate – string
  • code – object
  • extension – object
  • id – string
  • identifier – object
  • meta – object
  • name – object
  • resource – object
  • resourceType – string
  • telecom – object

GET /Patient/_history

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

Request

Query Parameters
  • _count (optional) – string

Response

401 Response

Unauthorized

200 Response

Success

Array of objects – Patient History
  • id – string
  • entry- object
  • link – object
  • meta – object
  • resourceType – string
  • type – string

GET /Patient/{id}/_history

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

Request

Query Parameters
  • _count (optional) – string

Response

401 Response

Unauthorized

200 Response

Success

object – Patient History
  • id – string
  • meta – object
  • name – string
  • resource – object
  • resourceType – string