Patient Search by ID


FHIR Interaction: _id

HTTP Method: GET

URL: [base]/Patient?_id=[BC PHN]


Parameters (In)

Name Cardinality Type Documentation
id 1..1 id Patient's BC PHN

Return Values (Out)

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

This transaction takes the patient's BC PHN as the parameter and returns a Patient resource containing detail patient demographics from EMPI. Patient demographics may include previous names, addresses and telecom contact information used in the past.

An example of patient search by PHN request and response:

[base]/Patient?_id=9698656164

Sample response