Get an encounter by ID

get

/Encounter/{id}

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

Retrieves an individual encounter by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful retrieve response.
Body ()
Root Schema : Encounter
Type: object
The FHIR R4 Encounter resource.
Show Source
Nested Schema : appointment
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : HospitalizationForEncounter
Type: object
Show Source
Nested Schema : identifier
Type: array
Show Source
Nested Schema : location
Type: array
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : participant
Type: array
Show Source
Nested Schema : PeriodForEncounter
Type: object
Show Source
Nested Schema : reasonCode
Type: array
Show Source
Nested Schema : ReferenceForEncounter
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : type
Type: array
Show Source
Nested Schema : ExtensionForEncounter
Type: object
Show Source
Nested Schema : MoneyForEncounter
Type: object
Show Source
Nested Schema : IdentifierForEncounter
Type: object
Show Source
Nested Schema : PrimitiveElementForEncounter
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : LocationForEncounter
Type: object
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : ParticipantForEncounter
Type: object
Show Source
Nested Schema : type
Type: array
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top