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.

Inconsistent Route in MedicationAdministration

Maninder Singh4 days ago

Workflow or API calls:

Reminder: If this is referring to a client domain or EHR activity—not the public sandbox—do not include API request data or live patient data.

Background Information:

Failure to provide answers will impact our ability to respond in a timely and effective manner
Developer questions:

Are you an OPN Member? Yes / No
Have you signed up to be in the Healthcare Developer Track? Yes / No
Are you a registered Code Program member? Yes / No
Does your App have a presence on the Oracle Healthcare App Marketplace? Yes / No

Are you developing on behalf of an Oracle Health client?
If so, which client:

Application's Client ID and App ID, if relevant:

Application ID

c388f6bf-1c33-4566-a5bc-249e990ea2bf

Client ID

b1e2a292-fbe4-460a-be33-582e572abbbe

Expected Result:

We are utilizing FHIR to pull MedicationRequest and MedicationAdministration, however we've noticed that “route” doesn't appear consistently in MedicationAdministration. Route is a critical field for us that we expect to be present in both resources. Could you please provide an explanation if it is a bug that “route” is not consistently available? In the cases where it is not in MedicationAdministration, it is in MedicationRequest, so it should be present in MedicationAdministration.

"route": {
	"coding": [
				{
    				"system": "https://fhir.cerner.com/12ef400e-c3a4-435a-9604-a3a16ffe67d5/codeSet/4001",
    				"code": "163129",
    				"display": "IV",
    				"userSelected": true
				},
				{
				"system": "http://snomed.info/sct",
				"code": "47625008",
				"display": "Intravenous route (qualifier value)",
				"userSelected": false
				}
		],
		"text": "IV"
},

Actual Result:

MedicationAdministration (doesn't contain routes consistently)

"date": "Thu, 18 Sep 2025 19:49:27 GMT",

"opc-request-id": "/B3625CED9259A50FC222948239AB173F/F33A4757DF20144BCD4235282AB831F0",

"x-request-id": "/B3625CED9259A50FC222948239AB173F+ojpC_YajN",

MedicationRequest

(contains routes consistently)

"date": "Thu, 18 Sep 2025 19:50:39 GMT",
"opc-request-id": "/A21B16A0B18E5667A19CFDED2E0FE834/DDF0CCCB96954FA47C9CEAB946BCB1DD",
"x-request-id": "/A21B16A0B18E5667A19CFDED2E0FE834+zjO3_4OAC",

Comments
Post Details
Added 4 days ago
1 comment
23 views