For information related to the Oracle Partner Network (OPN) Industry Healthcare Track please visit our OPN Industry Healthcare Program page.
For specific questions related to Oracle Partner Network (OPN), please contact Partner Assistance.
Millennium FHIR and non-FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com. Soarian FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com.
When I tried to search with MRN using the following URL, i got the multiple patients
https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Patient?identifier=6929
to get the specific patient I need to use an identifier to get patient such as,
https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Patient?identifier=urn:oid:2.16.840.1.113883.3.787.0.0|6929
https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Patient?identifier=urn:oid:2.16.840.1.113883.6.1000|6929
But I want to know how to get the above identifier.
Is there an API to get the identifier?
Does one organization have multiple identifiers?