Encounter

An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.

Interactions

  • Read: GET [base]/Encounter/[id]
  • Search: GET [base]/Encounter?{parameters...}

Search Parameters

Search Parameter

Search Parameter Type

Example

_id

token

GET [base]/Encounter?id=[_id]

date

date

GET [base]/Encounter?date=[date]

patient

reference

GET [base]/Encounter?patient=[patient]

_lastUpdated

date

GET [base]/Encounter?_lastUpdated=[_lastUpdated]

Supported includes & revIncludes

_include

_revInclude

N/A

Provenance:target