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
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : Encounter
Type: object
Show Source
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 : type
Type: array
(USCDI) The specific type of encounter.
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : EncounterHospitalization
Type: object
Show Source
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 : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : EncounterLocation
Type: object
Show Source
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 : Reference
Type: object
Show Source
Nested Schema : EncounterParticipant
Type: object
Show Source
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 : type
Type: array
(USCDI) The role of the participant in the encounter.
Show Source
Nested Schema : Period
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top