Get a list of encounters
get
/Encounter
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves a list of encounters that meet the supplied query parameters.
Request
Query Parameters
-
_id: string
The logical resource ID.
-
_revinclude: string
The related Provenance resources to include in the search bundle.Allowed Values:
[ "Provenance:target" ] -
date: string
A date within the encounter's time period.
-
patient: string
The patient present at the encounter.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful search response.
Root Schema : schema
Type:
Show Source
object-
entry: array
entry
-
id(required): string
-
link: array
link
-
resourceType(required): string
Allowed Values:
[ "Bundle" ] -
type(required): string
Nested Schema : Encounter
Type:
Show Source
object-
class(required):
class
(USCDI) The classification of the patient encounter.
-
hospitalization:
hospitalization
(USCDI) The details about the admission to a healthcare service.
-
id(required): string
-
identifier: array
identifier
(USCDI) The identifiers by which this encounter is known.
-
location: array
location
(USCDI) The list of locations where the patient has been.
-
participant: array
participant
(USCDI) The list of participants involved in the encounter.
-
period:
period
(USCDI) The start and end time of the encounter.
-
reasonCode: array
reasonCode
(USCDI) The coded reason the encounter takes place.
-
reasonReference: array
reasonReference
(USCDI) The reason the encounter takes place (reference).
-
resourceType(required): string
Allowed Values:
[ "Encounter" ] -
serviceProvider:
serviceProvider
(USCDI) The organization (facility) responsible for this encounter.
-
status(required): string
(USCDI) The following values are supported:
plannedarrivedtriagedin-progressonleavefinishedcancelled
-
subject(required):
subject
(USCDI) The patient or group present at the encounter.
-
type(required): array
type
(USCDI) The specific type of encounter.
Nested Schema : class
(USCDI) The classification of the patient encounter.
Match All
(USCDI) The classification of the patient encounter.
Show Source
Nested Schema : hospitalization
(USCDI) The details about the admission to a healthcare service.
Match All
(USCDI) The details about the admission to a healthcare service.
Show Source
Nested Schema : identifier
Type:
array(USCDI) The identifiers by which this encounter is known.
Show Source
Nested Schema : location
Type:
array(USCDI) The list of locations where the patient has been.
Show Source
Nested Schema : participant
Type:
array(USCDI) The list of participants involved in the encounter.
Show Source
Nested Schema : period
(USCDI) The start and end time of the encounter.
Match All
(USCDI) The start and end time of the encounter.
Show Source
Nested Schema : reasonCode
Type:
array(USCDI) The coded reason the encounter takes place.
Show Source
Nested Schema : reasonReference
Type:
array(USCDI) The reason the encounter takes place (reference).
Show Source
Nested Schema : serviceProvider
(USCDI) The organization (facility) responsible for this encounter.
Match All
(USCDI) The organization (facility) responsible for this encounter.
Show Source
Nested Schema : subject
(USCDI) The patient or group present at the encounter.
Match All
(USCDI) The patient or group present at the encounter.
Show Source
Nested Schema : EncounterHospitalization
Type:
Show Source
object-
dischargeDisposition:
dischargeDisposition
(USCDI) The category or type of location after discharge.
Nested Schema : dischargeDisposition
(USCDI) The category or type of location after discharge.
Match All
(USCDI) The category or type of location after discharge.
Show Source
Nested Schema : EncounterLocation
Type:
Show Source
object-
location(required):
location
(USCDI) The location where the encounter takes place.
Nested Schema : location
(USCDI) The location where the encounter takes place.
Match All
(USCDI) The location where the encounter takes place.
Show Source
Nested Schema : EncounterParticipant
Type:
Show Source
object-
individual:
individual
(USCDI) The people involved in the encounter other than the patient.
-
period:
period
(USCDI) The period of time during the encounter when the participant participated.
-
type: array
type
(USCDI) The role of the participant in the encounter.
Nested Schema : individual
(USCDI) The people involved in the encounter other than the patient.
Match All
(USCDI) The people involved in the encounter other than the patient.
Show Source
Nested Schema : period
(USCDI) The period of time during the encounter when the participant participated.
Match All
(USCDI) The period of time during the encounter when the participant participated.
Show Source
Nested Schema : BundleLink
Type:
Show Source
object-
relation: string
Allowed Values:
[ "self", "next", "previous" ] -
url: string
(uri)
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]