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.

Not able to post claims on our paid Millennium instance

Anvit SinghMay 16 2025

Hi,

I am trying to post claims to our paid Millennium instance app through API(/ChargeItem/$create) but I am running into the error :-

{

"resourceType": "OperationOutcome",

"issue": \[

    {

        "severity": "fatal",

        "code": "exception",

        "details": {

            "text": "Internal server error"

        }

    }

\]

}

Here is the Request Body :-

{

"resourceType": "Parameters",

"parameter": \[

    {

        "name": "chargeItem",

        "resource": {

            "resourceType": "ChargeItem",

            "status": "unknown",

            "subject": {

                "reference": "Patient/12742419"

            },

            "context": {

                "reference": "Encounter/97953601"

            },

            "occurrenceDateTime": "2021-08-02T21:53:34Z",

            "quantity": {

                "value": 1

            },

            "code": {

                "coding": \[

                    {

                        "extension": \[

                            {

                                "valueCoding": {

                                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",

                                    "code": "667687"

                                },

                                "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"

                            }

                        \],

                        "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-CDM\_SCHED",

                        "code": "01012021"

                    }

                \]

            },

            "reason": \[

                {

                    "extension": \[

                        {

                            "valueUnsignedInt": 1,

                            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/priority"

                        }

                    \],

                    "coding": \[

                        {

                            "extension": \[

                                {

                                    "valueCoding": {

                                        "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",

                                        "code": "3693"

                                    },

                                    "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"

                                }

                            \],

                            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-ICD",

                            "code": "Z00"

                        }

                    \]

                }

            \],

            "extension": \[

                {

                    "extension": \[

                        {

                            "valueCodeableConcept": {

                                "coding": \[

                                    {

                                        "extension": \[

                                            {

                                                "valueCoding": {

                                                    "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/14002",

                                                    "code": "615216"

                                                },

                                                "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/bill-code-schedule"

                                            }

                                        \],

                                        "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/CodeSystem/BillCodes-CPT",

                                        "code": "93294"

                                    }

                                \]

                            },

                            "url": "code"

                        },

                        {

                            "valueUnsignedInt": 1,

                            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/priority"

                        }

                    \],

                    "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/procedure-code"

                }

            \]

        }

    },

    {

        "name": "transactionId",

        "valueUuid": "urn:uuid:9bbc40cb-5124-4601-bbba-531857c718d7"

    }

\]

}

Here is the X-Request-Id for your reference :- /BDC70EE9FCE683E393361FBF2F0889B7+q9BO_oenE

Date :- Fri, 16 May 2025 20:10:00 GMT

Your help will be much appreciated

Thanks in advance,

Anvit Singh

(Octagos Health)

This post has been answered by Albert-Attila Keresztesi-Oracle on May 27 2025
Jump to Answer
Comments
Post Details
Added on May 16 2025
6 comments
193 views