I have seen various posts on this, but I would like to get the most up-to-date information. We need the ability to retrieve patients by (1) MRN, (2) FIN, (3) Encounter ID, and (4) Person ID. How do we do this?
Here are my assumptions and questions:
(1) MRN - I assume that we would search the Patient resource using identifier. Something like: urn:oid:1.1.1.1.1.1|1022228. If this is correct, then I simply need to know what the correct identifier prefix (like, "urn:oid:1.1.1.1.1.1") is.
(2) FIN - I think this is the same as MRN, so I need to know what the correct prefix is.
(3) Encounter ID - is this possible? If so, how?
(4) Person ID - are Patient ID ("_id") and Person ID (the one in the Person table in the Cerner Oracle DB) identical? Will they always be identical? In any case, what is the best way to search by Person ID?
Thanks!