List – FHIR API

GET /List

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

Request

Query Parameters
  • id (optional) – string
  • resourceType (optional) – string
  • url (optional) – string

Response

200 Response

Success

Array of objects – List

GET /List/{id}

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

Request

Query Parameters

Response

200 Response

Success

Type: object – List
  • entry – object
  • extension – object
  • id – string
  • identifier- object
  • meta – object
  • mode- string
  • resourceType – string
  • status – string
  • title – string

GET /List/_history

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

Request

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

Response

200 Response

Success

Array of objects – List History

GET /List/{id}/_history

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

Request

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

Response

200 Response

Success

object – List History