Encounter Search by ID


FHIR Interaction: _id

HTTP Method: GET

URL: [base]/Encounter?_id=[Encounter.id]


Parameters (In)

Name Cardinality Type Documentation
id 1..1 id Encounter resource id

Return Value (Out)

Name Cardinality Type Documentation
bundle 1..1 Bundle A Bundle consists of a Encounter resource and/or an OperationOutcome.

This transaction takes the resource id as the parameter and returns an Encounter and or OperationOutcome in a Bundle. The Encounter resource contains details of the patient encounter in the eHealth clinical data repository.

An example of search request and responses:

[base]/Encounter?_id=cdr.9698656164.3ebf0827-5232-4677-9599-50df7b81fff5

Sample response