Skip to Main Content

R4 APIs (Millennium)

Announcement

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.

Location Details by MRN

user-4dj0oJun 21 2023 — edited Jun 21 2023

Hello,

how to use/construct

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location?identifier=653385|FSI^~BUILD^~NU (location search) for the below MRN details from patient object?

Need to find which MRN belongs to what location so that my app can pick the one it needs based on business requirement.

using the location search is the right way to for this?

My app have patient, appointments and encounter objects. How or based on what I have to I link these so that I know in patient object which MRN belongs to what location. Let me know if any of you have done this before.

Thanks !

{
"id": "CI-5421601848-1",
"use": "usual",
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/3b7de473-808a-4897-87d6-67dc27727b7f/codeSet/4",
"code": "10",
"display": "MRN",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number",
"userSelected": false
}
],
"text": "MRN"
},
"system": "urn:oid:2.16.840.1.113883.3.2110.104",
"value": "3352779",
"_value": {
"extension": [
{
"valueString": "000003352779",
"url": "http://hl7.org/fhir/StructureDefinition/rendered-value"
}
]
}
},
{
"id": "CI-5421602003-2",
"use": "usual",
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/3b7de473-808a-4897-87d6-67dc27727b7f/codeSet/4",
"code": "10",
"display": "MRN",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number",
"userSelected": false
}
],
"text": "MRN"
},
"system": "urn:oid:2.16.840.1.113883.3.2111.106",
"value": "2514072",
"_value": {
"extension": [
{
"valueString": "000002514072",
"url": "http://hl7.org/fhir/StructureDefinition/rendered-value"
}
]
}
},

Comments
Post Details
Added on Jun 21 2023
6 comments
566 views